tweaked budgie header switch styles

This commit is contained in:
Sam Hewitt 2016-05-24 00:38:18 -04:00
parent e2cdacb5a9
commit 0e8585f08b
6 changed files with 5 additions and 27 deletions

View File

@ -180,7 +180,7 @@ $asset_suffix: if($variant == 'default', '', '-hc');
&.top { border-top-style: none; }
&.bottom { border-bottom-style: none; }
> GtkSwitch {
GtkSwitch {
-GtkSwitch-slider-width: 20px;
-GtkSwitch-slider-height: 20px;
border-radius: 14px;

View File

@ -5031,11 +5031,11 @@ treeview.view header button:active {
border-top-style: none; }
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header > GtkSwitch {
.raven .raven-header GtkSwitch {
-GtkSwitch-slider-width: 20px;
-GtkSwitch-slider-height: 20px;
border-radius: 14px; }
.raven .raven-header > GtkSwitch .slider {
.raven .raven-header GtkSwitch .slider {
border-radius: 10px; }
.raven .raven-background {
background-color: #455a64;

View File

@ -5046,11 +5046,11 @@ treeview.view header button:active {
border-top-style: none; }
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header > GtkSwitch {
.raven .raven-header GtkSwitch {
-GtkSwitch-slider-width: 20px;
-GtkSwitch-slider-height: 20px;
border-radius: 14px; }
.raven .raven-header > GtkSwitch .slider {
.raven .raven-header GtkSwitch .slider {
border-radius: 10px; }
.raven .raven-background {
background-color: #ffffff;

View File

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

View File

@ -6328,12 +6328,6 @@ decoration {
border-top-style: none; }
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header > GtkSwitch {
-GtkSwitch-slider-width: 20px;
-GtkSwitch-slider-height: 20px;
border-radius: 14px; }
.raven .raven-header > GtkSwitch .slider {
border-radius: 10px; }
.raven .raven-background {
background-color: #455a64;
border-bottom: 1px solid #222c31;

View File

@ -6354,12 +6354,6 @@ decoration {
border-top-style: none; }
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header > GtkSwitch {
-GtkSwitch-slider-width: 20px;
-GtkSwitch-slider-height: 20px;
border-radius: 14px; }
.raven .raven-header > GtkSwitch .slider {
border-radius: 10px; }
.raven .raven-background {
background-color: #ffffff;
border-bottom: 1px solid #d1d1d1;