bookmarks scroll buttons

This commit is contained in:
overdodactyl 2018-04-11 18:00:14 -06:00
parent c4f35ed332
commit 5fda42ee8d
2 changed files with 16 additions and 0 deletions

View File

@ -18,6 +18,14 @@
color: var(--in-content-selected-text)!important;
background: var(--in-content-page-background)!important
}
.popup-internal-box > autorepeatbutton {
-moz-appearance: none!important;
background-color: var(--in-content-page-background)!important
}
.popup-internal-box > .autorepeatbutton-down > .autorepeatbutton-icon,
.popup-internal-box > .autorepeatbutton-up > .autorepeatbutton-icon {
filter: invert(40%)!important
}
/*! webextension popup fix */
.webextension-popup-browser {
background: #fff!important

View File

@ -667,6 +667,14 @@ screen and (-moz-os-version:windows-win10) {
color: var(--in-content-selected-text)!important;
background: var(--in-content-page-background)!important
}
.popup-internal-box > autorepeatbutton {
-moz-appearance: none!important;
background-color: var(--in-content-page-background)!important
}
.popup-internal-box > .autorepeatbutton-down > .autorepeatbutton-icon,
.popup-internal-box > .autorepeatbutton-up > .autorepeatbutton-icon {
filter: invert(40%)!important
}
/*! webextension popup fix */
.webextension-popup-browser {
background: #fff!important