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:
parent
996ad7e27f
commit
cb2f9b0aaf
1 changed files with 8 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue