forked from AuroraMiddleware/gtk
High Contrast: don't hardcode a font-size on the switch
This commit is contained in:
parent
a46058451e
commit
48fb37f341
@ -1962,7 +1962,9 @@ treeview ~ scrollbar.vertical {
|
||||
**********/
|
||||
|
||||
switch {
|
||||
font: bold condensed 9;
|
||||
font-size: smaller;
|
||||
font-stretch: condensed;
|
||||
font-weight: bold;
|
||||
outline-offset: -4px;
|
||||
// similar to the .scale
|
||||
border-width: 1px;
|
||||
|
@ -2043,7 +2043,9 @@ treeview ~ scrollbar.vertical {
|
||||
* Switch *
|
||||
**********/
|
||||
switch {
|
||||
font: bold condensed 9;
|
||||
font-size: smaller;
|
||||
font-stretch: condensed;
|
||||
font-weight: bold;
|
||||
outline-offset: -4px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
@ -2047,7 +2047,9 @@ treeview ~ scrollbar.vertical {
|
||||
* Switch *
|
||||
**********/
|
||||
switch {
|
||||
font: bold condensed 9;
|
||||
font-size: smaller;
|
||||
font-stretch: condensed;
|
||||
font-weight: bold;
|
||||
outline-offset: -4px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
Loading…
Reference in New Issue
Block a user