1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

docs(examples): fix issues with example css

This commit is contained in:
Jake Stanger 2024-01-24 23:10:04 +00:00
parent 996ad7e27f
commit cb2f9b0aaf
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -17,6 +17,7 @@
box, menubar, button { box, menubar, button {
background-color: @color_bg; background-color: @color_bg;
background-image: none; background-image: none;
box-shadow: none;
} }
button, label { button, label {
@ -27,6 +28,11 @@ button:hover {
background-color: @color_bg_dark; background-color: @color_bg_dark;
} }
scale trough {
min-width: 1px;
min-height: 2px;
}
#bar { #bar {
border-top: 1px solid @color_border; border-top: 1px solid @color_border;
} }
@ -85,7 +91,7 @@ button:hover {
margin-right: 4px; margin-right: 4px;
} }
.launcher .item:not(.focused):hover { .launcher .ifix examtem:not(.focused):hover {
background-color: @color_bg_dark; background-color: @color_bg_dark;
} }
@ -94,7 +100,7 @@ button:hover {
} }
.launcher .focused { .launcher .focused {
border-bottom: 2px solid @color_border_active; border-bottom: 1px solid @color_border_active;
} }
.launcher .urgent { .launcher .urgent {