style tab throbber and active buttons
This commit is contained in:
parent
086f3cd558
commit
c8d3a957d8
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue