mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 12:12:29 +02:00
ironbar: Remove background styles
This change makes the bar have one consistent background across all modules.
This commit is contained in:
parent
781c28f4ed
commit
737de3c497
@ -90,7 +90,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-clock .calendar {
|
.popup-clock .calendar {
|
||||||
background: @color_bg;
|
|
||||||
color: @color_text;
|
color: @color_text;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,20 +99,12 @@
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-clock .calendar:selected {
|
|
||||||
background: @color_border_active;
|
|
||||||
}
|
|
||||||
|
|
||||||
.launcher .item {
|
.launcher .item {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .item:not(.focused):hover {
|
|
||||||
background: @color_bg_dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
.launcher .open {
|
.launcher .open {
|
||||||
box-shadow: inset 0 -2px;
|
box-shadow: inset 0 -2px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user