swaync: increase font size of service icons
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-width: 2px;
|
border-width: 1px;
|
||||||
border-color: alpha(@bg1, 0.9);
|
border-color: alpha(@bg1, 0.9);
|
||||||
color: @fg0;
|
color: @fg0;
|
||||||
background-color: @bg0;
|
background-color: @bg0;
|
||||||
@@ -54,17 +54,33 @@ button:checked {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget-buttons-grid * {
|
||||||
|
/* allow the buttons to be directly in contact with eachother */
|
||||||
|
/* the full selector is .widget-buttons-grid > flowbox > flowboxchild */
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.widget-buttons-grid 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.*/
|
||||||
/* 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;
|
||||||
|
border-radius: 1px;
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid, .widget-backlight, .widget-volume {
|
.widget-buttons-grid, .widget-backlight, .widget-volume {
|
||||||
/* default padding is 8px: tighten */
|
/* default padding is 8px: tighten */
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
.widget-buttons-grid {
|
||||||
|
/* extend the buttons nearly all the way to the edge */
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hierarchy is .horizontal > {label, scale > contents > trough > { slider, highlight } } */
|
/* hierarchy is .horizontal > {label, scale > contents > trough > { slider, highlight } } */
|
||||||
|
Reference in New Issue
Block a user