mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-11 08:12:09 -04:00
Update toolbar button styles with primary color (#1879)
This commit is contained in:
@@ -92,3 +92,21 @@ toolbar .toolbarbutton-1 {
|
|||||||
#zen-appcontent-navbar-container {
|
#zen-appcontent-navbar-container {
|
||||||
background-color: {{colors.background.default.hex}} !important;
|
background-color: {{colors.background.default.hex}} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PanelUI-menu-button .toolbarbutton-icon,
|
||||||
|
#downloads-button .toolbarbutton-icon,
|
||||||
|
#unified-extensions-button .toolbarbutton-icon {
|
||||||
|
fill: {{colors.primary.default.hex}} !important;
|
||||||
|
color: {{colors.primary.default.hex}} !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#PanelUI-menu-button .toolbarbutton-badge-stack,
|
||||||
|
#downloads-button .toolbarbutton-badge-stack,
|
||||||
|
#unified-extensions-button .toolbarbutton-badge-stack {
|
||||||
|
fill: {{colors.primary.default.hex}} !important;
|
||||||
|
color: {{colors.primary.default.hex}} !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
toolbar .toolbarbutton-1 > .toolbarbutton-icon {
|
||||||
|
fill: {{colors.primary.default.hex}} !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user