Custom colors for internal nav buttons only w/ theme_toolbars

This commit is contained in:
MrOtherGuy
2018-12-04 20:22:45 +02:00
parent 079076091a
commit 408ed46ffa
5 changed files with 14 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
}
#nav-bar-customization-target > .chromeclass-toolbar-additional[overflows="false"]:not(#downloads-button):not([disabled]):hover{
background-image: linear-gradient(to bottom, var(--uc-active-color,hsla(0,0%,70%,.2)), var(--uc-active-color,hsla(0,0%,70%,.2)))
background-image: linear-gradient(to bottom, var(--uc-ext-active-color,hsla(0,0%,70%,.2)), var(--uc-ext-active-color,hsla(0,0%,70%,.2)))
}
#urlbar-container:focus-within ~ .chromeclass-toolbar-additional[overflows="false"]:not(#downloads-button){