mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs(examples): update stylesheet
This commit is contained in:
parent
a9ac29d885
commit
4620f29d38
1 changed files with 11 additions and 5 deletions
|
@ -120,7 +120,11 @@ button:hover {
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.popup-music .title .icon *, .popup-music .title .label {
|
||||
.popup-music .icon-box {
|
||||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
.popup-music .title .icon, .popup-music .title .label {
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
|
@ -128,15 +132,17 @@ button:hover {
|
|||
color: @color_border;
|
||||
}
|
||||
|
||||
.popup-music .volume scale slider {
|
||||
.popup-music .volume .slider slider {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
/* volume icon */
|
||||
.popup-music .volume > box:last-child label {
|
||||
margin-left: 6px;
|
||||
.popup-music .volume .icon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.popup-music .progress .slider slider {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
/* -- script -- */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue