High Contrast: don't hardcode a font-size on the switch

This commit is contained in:
Lapo Calamandrei 2016-03-18 19:10:36 +01:00
parent a46058451e
commit 48fb37f341
3 changed files with 9 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;