mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-29 21:51:23 -08:00
Fix: Fully Color - Info bar
This commit is contained in:
parent
24cb347bda
commit
328e82f119
2 changed files with 45 additions and 0 deletions
|
|
@ -1247,6 +1247,29 @@
|
|||
--panel-background: var(--menu-background-color) !important;
|
||||
}
|
||||
}
|
||||
/*== Info Bar Color ==========================================================*/
|
||||
.container.infobar {
|
||||
background-color: var(--urlbar-box-bgcolor);
|
||||
}
|
||||
|
||||
.notification-button {
|
||||
background-color: var(--button-bgcolor);
|
||||
}
|
||||
.notification-button:hover {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
}
|
||||
.notification-button:hover:active {
|
||||
background-color: var(--button-active-bgcolor);
|
||||
}
|
||||
|
||||
html|button.ghost-button:not(.semi-transparent):enabled:hover {
|
||||
background-color: var(--button-hover-bgcolor) !important;
|
||||
}
|
||||
|
||||
html|button.ghost-button:not(.semi-transparent):enabled:hover:active {
|
||||
background-color: var(--in-content-button-background-active) !important;
|
||||
}
|
||||
|
||||
/*== Bookmark Popup Color ====================================================*/
|
||||
#editBMPanel_folderTree:-moz-lwtheme,
|
||||
#editBMPanel_tagsSelector:-moz-lwtheme {
|
||||
|
|
|
|||
|
|
@ -66,6 +66,28 @@ html#main-window menupopup:not(.in-menulist) {
|
|||
}
|
||||
}
|
||||
|
||||
/*== Info Bar Color ==========================================================*/
|
||||
.container.infobar {
|
||||
background-color: var(--urlbar-box-bgcolor);
|
||||
}
|
||||
.notification-button {
|
||||
background-color: var(--button-bgcolor);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
}
|
||||
&:hover:active {
|
||||
background-color: var(--button-active-bgcolor);
|
||||
}
|
||||
}
|
||||
|
||||
html|button.ghost-button:not(.semi-transparent):enabled:hover {
|
||||
background-color: var(--button-hover-bgcolor) !important;
|
||||
}
|
||||
html|button.ghost-button:not(.semi-transparent):enabled:hover:active {
|
||||
background-color: var(--in-content-button-background-active) !important;
|
||||
}
|
||||
|
||||
/*== Bookmark Popup Color ====================================================*/
|
||||
#editBMPanel_folderTree:-moz-lwtheme,
|
||||
#editBMPanel_tagsSelector:-moz-lwtheme {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue