swaync: fix styling of toggle buttons
This commit is contained in:
@@ -188,14 +188,14 @@ in
|
|||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid>flowbox>flowboxchild>button.toggle {
|
.widget-buttons-grid button.toggle {
|
||||||
/* text color for inactive buttons, and "Clear All" button.*/
|
/* text color for inactive buttons, and "Clear All" button.*/
|
||||||
color: rgb(172, 172, 172);
|
color: rgb(172, 172, 172);
|
||||||
/* padding defaults to 16px; tighten, so i can squish it all onto one row */
|
/* padding defaults to 16px; tighten, so i can squish it all onto one row */
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
.widget-buttons-grid>flowbox>flowboxchild>button.toggle.active {
|
.widget-buttons-grid button.toggle:checked {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
background-color: rgb(0, 110, 190);
|
background-color: rgb(0, 110, 190);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user