Skip to content

Commit

Permalink
fix: bookmarks bar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
christorange committed May 4, 2023
1 parent d1679e7 commit ff22be4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions mac/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@
border-radius: 3px 3px 3px 3px !important;
}

/* Toolbar Buttons */
#PersonalToolbar {
background-color: #2a2a2ac0 !important;
-webkit-backdrop-filter: blur(32px) !important;
backdrop-filter: blur(32px) !important;
}

/* Show URL buttons on Hover */
#nav-bar:not([customizing="true"])
> #nav-bar-customization-target
Expand Down
7 changes: 0 additions & 7 deletions windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,6 @@
border-radius: 3px 3px 3px 3px !important;
}

/* Toolbar Buttons */
#PersonalToolbar {
background-color: #2a2a2ac0 !important;
-webkit-backdrop-filter: blur(32px) !important;
backdrop-filter: blur(32px) !important;
}

/* Show URL buttons on Hover */
#nav-bar:not([customizing="true"])
> #nav-bar-customization-target
Expand Down

0 comments on commit ff22be4

Please sign in to comment.