Skip to content

Commit

Permalink
Merge branch 'tweak_notification_background'
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Dec 25, 2024
2 parents b458055 + 5e27b91 commit 7837744
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 7837744

Please sign in to comment.