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 {
|
switch {
|
||||||
font: bold condensed 9;
|
font-size: smaller;
|
||||||
|
font-stretch: condensed;
|
||||||
|
font-weight: bold;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
// similar to the .scale
|
// similar to the .scale
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
@ -2043,7 +2043,9 @@ treeview ~ scrollbar.vertical {
|
|||||||
* Switch *
|
* Switch *
|
||||||
**********/
|
**********/
|
||||||
switch {
|
switch {
|
||||||
font: bold condensed 9;
|
font-size: smaller;
|
||||||
|
font-stretch: condensed;
|
||||||
|
font-weight: bold;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -2047,7 +2047,9 @@ treeview ~ scrollbar.vertical {
|
|||||||
* Switch *
|
* Switch *
|
||||||
**********/
|
**********/
|
||||||
switch {
|
switch {
|
||||||
font: bold condensed 9;
|
font-size: smaller;
|
||||||
|
font-stretch: condensed;
|
||||||
|
font-weight: bold;
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user