Skip to content

Commit

Permalink
docs(examples): fix issues with example css
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jan 24, 2024
1 parent 996ad7e commit cb2f9b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
box, menubar, button {
background-color: @color_bg;
background-image: none;
box-shadow: none;
}

button, label {
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
}

Expand All @@ -94,7 +100,7 @@ button:hover {
}

.launcher .focused {
border-bottom: 2px solid @color_border_active;
border-bottom: 1px solid @color_border_active;
}

.launcher .urgent {
Expand Down

0 comments on commit cb2f9b0

Please sign in to comment.