smaller budgie header switches

This commit is contained in:
Sam Hewitt 2016-05-24 00:43:30 -04:00
parent 0e8585f08b
commit 20699574ed
3 changed files with 12 additions and 12 deletions

View File

@ -181,12 +181,12 @@ $asset_suffix: if($variant == 'default', '', '-hc');
&.bottom { border-bottom-style: none; } &.bottom { border-bottom-style: none; }
GtkSwitch { GtkSwitch {
-GtkSwitch-slider-width: 20px; -GtkSwitch-slider-width: 16px;
-GtkSwitch-slider-height: 20px; -GtkSwitch-slider-height: 16px;
border-radius: 14px; border-radius: 10px;
.slider { .slider {
border-radius: 10px; border-radius: 8px;
} }
} }

View File

@ -5032,11 +5032,11 @@ treeview.view header button:active {
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header GtkSwitch { .raven .raven-header GtkSwitch {
-GtkSwitch-slider-width: 20px; -GtkSwitch-slider-width: 16px;
-GtkSwitch-slider-height: 20px; -GtkSwitch-slider-height: 16px;
border-radius: 14px; } border-radius: 10px; }
.raven .raven-header GtkSwitch .slider { .raven .raven-header GtkSwitch .slider {
border-radius: 10px; } border-radius: 8px; }
.raven .raven-background { .raven .raven-background {
background-color: #455a64; background-color: #455a64;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;

View File

@ -5047,11 +5047,11 @@ treeview.view header button:active {
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header GtkSwitch { .raven .raven-header GtkSwitch {
-GtkSwitch-slider-width: 20px; -GtkSwitch-slider-width: 16px;
-GtkSwitch-slider-height: 20px; -GtkSwitch-slider-height: 16px;
border-radius: 14px; } border-radius: 10px; }
.raven .raven-header GtkSwitch .slider { .raven .raven-header GtkSwitch .slider {
border-radius: 10px; } border-radius: 8px; }
.raven .raven-background { .raven .raven-background {
background-color: #ffffff; background-color: #ffffff;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;