diff --git a/userChrome-files/dark_nav_bar_menus.css b/userChrome-files/dark_nav_bar_menus.css index 2682e9b..fb98ec7 100644 --- a/userChrome-files/dark_nav_bar_menus.css +++ b/userChrome-files/dark_nav_bar_menus.css @@ -1,3 +1,13 @@ +/* Color of tab throbber animation */ +:root { + --tab-loading-fill: var(--primary-accent-color) !important; +} + +.tab-throbber::before { + fill: var(--primary-accent-color) !important; + opacity: 1 !important; +} + /*Pop Down Arrow */ .panel-arrow { filter: invert(70%) !important; @@ -130,7 +140,13 @@ toolbarbutton { background-color: hsla(96,65%,37%,.9) !important; } #update-manual-whats-new { -color: var(--primary-accent-color) !important;} + color: var(--primary-accent-color) !important; +} + +/* Color of highlighted buttons */ +toolbar[brighttext] { + --toolbarbutton-icon-fill-attention: var(--primary-accent-color-dark) !important; +} ::-moz-selection { background: var(--blue-40); diff --git a/userChrome.css b/userChrome.css index 33d1fbc..f62e7e9 100644 --- a/userChrome.css +++ b/userChrome.css @@ -453,6 +453,17 @@ menuitem:hover { #customization-done-button:-moz-any(:focus, :active, :hover):not([disabled]) { background-color: var(--primary-accent-color-dark) !important; } +/* Color of tab throbber animation */ + +:root { + --tab-loading-fill: var(--primary-accent-color) !important; +} + +.tab-throbber::before { + fill: var(--primary-accent-color) !important; + opacity: 1 !important; +} + /*Pop Down Arrow */ .panel-arrow { @@ -607,6 +618,12 @@ toolbarbutton { color: var(--primary-accent-color) !important; } +/* Color of highlighted buttons */ + +toolbar[brighttext] { + --toolbarbutton-icon-fill-attention: var(--primary-accent-color-dark) !important; +} + ::-moz-selection { background: var(--blue-40); color: white !important;