From 20699574edb10f43c1e957b75924d90e630ac79d Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Tue, 24 May 2016 00:43:30 -0400 Subject: [PATCH] smaller budgie header switches --- Paper/gtk-3.18/apps/_budgie.scss | 8 ++++---- Paper/gtk-3.18/gtk-dark.css | 8 ++++---- Paper/gtk-3.18/gtk.css | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Paper/gtk-3.18/apps/_budgie.scss b/Paper/gtk-3.18/apps/_budgie.scss index 1f2b6da..99ffc3d 100644 --- a/Paper/gtk-3.18/apps/_budgie.scss +++ b/Paper/gtk-3.18/apps/_budgie.scss @@ -181,12 +181,12 @@ $asset_suffix: if($variant == 'default', '', '-hc'); &.bottom { border-bottom-style: none; } GtkSwitch { - -GtkSwitch-slider-width: 20px; - -GtkSwitch-slider-height: 20px; - border-radius: 14px; + -GtkSwitch-slider-width: 16px; + -GtkSwitch-slider-height: 16px; + border-radius: 10px; .slider { - border-radius: 10px; + border-radius: 8px; } } diff --git a/Paper/gtk-3.18/gtk-dark.css b/Paper/gtk-3.18/gtk-dark.css index 72477c7..2a9cc25 100644 --- a/Paper/gtk-3.18/gtk-dark.css +++ b/Paper/gtk-3.18/gtk-dark.css @@ -5032,11 +5032,11 @@ treeview.view header button:active { .raven .raven-header.bottom { border-bottom-style: none; } .raven .raven-header GtkSwitch { - -GtkSwitch-slider-width: 20px; - -GtkSwitch-slider-height: 20px; - border-radius: 14px; } + -GtkSwitch-slider-width: 16px; + -GtkSwitch-slider-height: 16px; + border-radius: 10px; } .raven .raven-header GtkSwitch .slider { - border-radius: 10px; } + border-radius: 8px; } .raven .raven-background { background-color: #455a64; border-bottom: 1px solid #222c31; diff --git a/Paper/gtk-3.18/gtk.css b/Paper/gtk-3.18/gtk.css index c9ebf35..b6de79c 100644 --- a/Paper/gtk-3.18/gtk.css +++ b/Paper/gtk-3.18/gtk.css @@ -5047,11 +5047,11 @@ treeview.view header button:active { .raven .raven-header.bottom { border-bottom-style: none; } .raven .raven-header GtkSwitch { - -GtkSwitch-slider-width: 20px; - -GtkSwitch-slider-height: 20px; - border-radius: 14px; } + -GtkSwitch-slider-width: 16px; + -GtkSwitch-slider-height: 16px; + border-radius: 10px; } .raven .raven-header GtkSwitch .slider { - border-radius: 10px; } + border-radius: 8px; } .raven .raven-background { background-color: #ffffff; border-bottom: 1px solid #d1d1d1;