Update
This commit is contained in:
parent
4aadb89a62
commit
83b57fd473
@ -4,7 +4,7 @@
|
||||
# WARNING: Don't use "cd" in this shell, use it in a subshell instead,
|
||||
# for example ( cd blabla && do_blabla ) or $( cd .. && do_blabla )
|
||||
|
||||
set -o pipefail
|
||||
set -Eeo pipefail
|
||||
|
||||
if [[ ! "${REPO_DIR}" ]]; then
|
||||
echo "Please define 'REPODIR' variable"; exit 1
|
||||
|
@ -347,7 +347,7 @@ menuitem[type="radio"]:not([disabled="true"]):hover .menu-iconic-icon {
|
||||
list-style-image: url("../icons/drm-symbolic.svg") !important;
|
||||
}
|
||||
|
||||
#reader-mode-button {
|
||||
#reader-mode-button > .urlbar-icon {
|
||||
list-style-image: url("../icons/reader-mode.svg") !important;
|
||||
}
|
||||
|
||||
@ -524,7 +524,7 @@ menuitem[type="radio"]:not([disabled="true"]):hover .menu-iconic-icon {
|
||||
#pageActionButton,
|
||||
#permissions-granted-icon,
|
||||
#tracking-protection-icon-animatable-image,
|
||||
#reader-mode-button,
|
||||
#reader-mode-button > .urlbar-icon,
|
||||
#star-button:not([starred]),
|
||||
#geo-sharing-icon[sharing], .geo-icon,
|
||||
.blocked-permission-icon.popup-icon,
|
||||
|
@ -19,6 +19,14 @@
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme {
|
||||
color: var(--gnome-tabbar-tab-color) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab .tab-background:not([selected=true]) {
|
||||
color: var(--gnome-tabbar-tab-active-color) !important;
|
||||
}
|
||||
|
||||
.tab-background {
|
||||
transition: background 200ms !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user