mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
docs(examples): fix issues with example css
This commit is contained in:
parent
996ad7e27f
commit
cb2f9b0aaf
1 changed files with 8 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
box, menubar, button {
|
||||
background-color: @color_bg;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button, label {
|
||||
|
@ -27,6 +28,11 @@ button:hover {
|
|||
background-color: @color_bg_dark;
|
||||
}
|
||||
|
||||
scale trough {
|
||||
min-width: 1px;
|
||||
min-height: 2px;
|
||||
}
|
||||
|
||||
#bar {
|
||||
border-top: 1px solid @color_border;
|
||||
}
|
||||
|
@ -85,7 +91,7 @@ button:hover {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.launcher .item:not(.focused):hover {
|
||||
.launcher .ifix examtem:not(.focused):hover {
|
||||
background-color: @color_bg_dark;
|
||||
}
|
||||
|
||||
|
@ -94,7 +100,7 @@ button:hover {
|
|||
}
|
||||
|
||||
.launcher .focused {
|
||||
border-bottom: 2px solid @color_border_active;
|
||||
border-bottom: 1px solid @color_border_active;
|
||||
}
|
||||
|
||||
.launcher .urgent {
|
||||
|
|
Loading…
Add table
Reference in a new issue