Skip to content

Commit

Permalink
fix: enhance notification color
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Dec 25, 2024
1 parent b458055 commit 5e27b91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions viewer/latextoybox.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ html[dir='rtl'] .findbar {
left: 0;
z-index: 100000;
border: 3px solid red;
color: black;
background: white;
}

#notify-reconnected {
Expand All @@ -221,6 +223,8 @@ html[dir='rtl'] .findbar {
left: 0;
z-index: 100000;
border: 3px solid green;
color: black;
background-color: white;
}

#notify-reconnected[class="hide"] {
Expand Down

0 comments on commit 5e27b91

Please sign in to comment.