diff --git a/Theme/Chicago95/gtk-3.0/gtk-basic-effects.css b/Theme/Chicago95/gtk-3.0/gtk-basic-effects.css index 300fe15..fa2d887 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-basic-effects.css +++ b/Theme/Chicago95/gtk-3.0/gtk-basic-effects.css @@ -52,6 +52,15 @@ button.appmenu:active { box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color; background-color: @theme_bg_color; } +switch { + border-style: solid; + border-width: 1px; + border-color: @border_shade @border_bright @border_bright @border_shade; + box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color; + background-color: @bg_bright; } + switch:disabled { + background-color: @theme_bg_color; } + colorswatch { border-style: solid; border-width: 1px; diff --git a/Theme/Chicago95/gtk-3.0/gtk-combobox.css b/Theme/Chicago95/gtk-3.0/gtk-combobox.css index afed347..77b0448 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-combobox.css +++ b/Theme/Chicago95/gtk-3.0/gtk-combobox.css @@ -84,7 +84,7 @@ combobox arrow { combobox > box > button > box > arrow { background-image: url("assets/vcl-combobox-arrow-down.png"); background-repeat: no-repeat; - background-position: center center; + background-position: 0px 0px; background-size: 16px 16px; min-width: 16px; min-height: 16px; @@ -92,7 +92,7 @@ combobox arrow { combobox:disabled > box > button > box > arrow:disabled { background-image: url("assets/vcl-combobox-arrow-down-disabled.png"); background-repeat: no-repeat; - background-position: center center; + background-position: 0px 0px; background-size: 16px 16px; min-width: 16px; min-height: 16px; diff --git a/Theme/Chicago95/gtk-3.24/gtk-basic-effects.css b/Theme/Chicago95/gtk-3.24/gtk-basic-effects.css index 300fe15..fa2d887 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-basic-effects.css +++ b/Theme/Chicago95/gtk-3.24/gtk-basic-effects.css @@ -52,6 +52,15 @@ button.appmenu:active { box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color; background-color: @theme_bg_color; } +switch { + border-style: solid; + border-width: 1px; + border-color: @border_shade @border_bright @border_bright @border_shade; + box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color; + background-color: @bg_bright; } + switch:disabled { + background-color: @theme_bg_color; } + colorswatch { border-style: solid; border-width: 1px; diff --git a/Theme/Chicago95/gtk-3.24/gtk-combobox.css b/Theme/Chicago95/gtk-3.24/gtk-combobox.css index afed347..77b0448 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-combobox.css +++ b/Theme/Chicago95/gtk-3.24/gtk-combobox.css @@ -84,7 +84,7 @@ combobox arrow { combobox > box > button > box > arrow { background-image: url("assets/vcl-combobox-arrow-down.png"); background-repeat: no-repeat; - background-position: center center; + background-position: 0px 0px; background-size: 16px 16px; min-width: 16px; min-height: 16px; @@ -92,7 +92,7 @@ combobox arrow { combobox:disabled > box > button > box > arrow:disabled { background-image: url("assets/vcl-combobox-arrow-down-disabled.png"); background-repeat: no-repeat; - background-position: center center; + background-position: 0px 0px; background-size: 16px 16px; min-width: 16px; min-height: 16px;