added budgie header switch styles

This commit is contained in:
Sam Hewitt 2016-05-24 00:36:29 -04:00
parent 5aa983edc3
commit e2cdacb5a9
6 changed files with 44 additions and 0 deletions

View File

@ -180,6 +180,16 @@ $asset_suffix: if($variant == 'default', '', '-hc');
&.top { border-top-style: none; } &.top { border-top-style: none; }
&.bottom { border-bottom-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' { @if $variant=='default' {

View File

@ -5031,6 +5031,12 @@ treeview.view header button:active {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } 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 { .raven .raven-background {
background-color: #455a64; background-color: #455a64;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;

View File

@ -5046,6 +5046,12 @@ treeview.view header button:active {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } 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 { .raven .raven-background {
background-color: #ffffff; background-color: #ffffff;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;

View File

@ -180,6 +180,16 @@ $asset_suffix: if($variant == 'default', '', '-hc');
&.top { border-top-style: none; } &.top { border-top-style: none; }
&.bottom { border-bottom-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' { @if $variant=='default' {

View File

@ -6328,6 +6328,12 @@ decoration {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } 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 { .raven .raven-background {
background-color: #455a64; background-color: #455a64;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;

View File

@ -6354,6 +6354,12 @@ decoration {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } 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 { .raven .raven-background {
background-color: #ffffff; background-color: #ffffff;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;