Skip to content

Commit

Permalink
style(pdf): import viewer css correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Jul 16, 2021
1 parent 69f271c commit ac851bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/main/frontend/extensions/pdf/pdf.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "_viewer.css";

:root {
--ph-highlight-color-blue: #55b8fe;
--ph-highlight-color-green: #46da48;
Expand Down Expand Up @@ -49,6 +51,7 @@
cursor: pointer;
position: absolute;
transition: background 0.3s;
border:1px solid red;

background-color: rgba(252, 219, 97, 0.7);
}
Expand Down
2 changes: 1 addition & 1 deletion tailwind.all.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
@import "resources/css/highlight.css";
@import "resources/css/tooltip.css";
@import "resources/css/common.css";
@import-glob "src/main/frontend/**/*.css";
@import-glob "src/main/frontend/**/[!_]*.css";
@import "tailwindcss/utilities";

0 comments on commit ac851bd

Please sign in to comment.