Skip to content

Commit

Permalink
Update translucent-base.css
Browse files Browse the repository at this point in the history
added translucency to bookmarks bar
  • Loading branch information
artsyfriedchicken committed Mar 12, 2024
1 parent 98e8f5d commit 678ca7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/EdgyArc-fr/translucent-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
}
}

#personal-bookmarks {
opacity:var(--uc-accent-opacity) !important;
}

:root[windowtype="navigator:browser"]#main-window {
background-color: transparent !important;
Expand All @@ -32,6 +35,7 @@
:root #titlebar,
:root #tabbrowser-tabs,
:root #nav-bar,
:root #PersonalToolbar,
:root:not(:-moz-window-inactive) #browser {
-moz-default-appearance: menupopup !important;
appearance: auto !important;
Expand Down

0 comments on commit 678ca7a

Please sign in to comment.