diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:29:55 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:29:55 +0100 |
commit | fe3f686342319b60e8fd5600490d8645f0ceeb16 (patch) | |
tree | 65a1ef889561b58a11378603214540a23a0a9e15 /desktop-themes | |
parent | 9dc9b274198fe83674ab39717e7a3b23112c17db (diff) | |
download | mate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.tar.bz2 mate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.tar.xz |
Gtk+-3.16/14 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes')
7 files changed, 196 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index b84365ed..5af0aba1 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -695,3 +695,30 @@ GtkApplicationWindow GtkPaned.horizontal { background-color: @theme_bg_color; } +DConfKeyView.view row:selected, +DConfKeyView.view row:selected:hover { + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (shade(@sidebar_selected_bg, 0.90)), + color-stop (0.40, shade (@sidebar_selected_bg, 0.98)), + to (shade(@sidebar_selected_bg, 1.05))); + color: @theme_selected_fg_color; +} + +DConfKeyView.view .entry.spinbutton { + padding: 2px 0px 2px 4px; + box-shadow: none; + border-style: none; +} + +DConfKeyView.view .spinbutton .button, +DConfKeyView.view .spinbutton .button:hover { + border-style: none; +} + +DConfKeyView.view .spinbutton .button:last-child, +DConfKeyView.view .spinbutton .button:hover:last-child { + border-radius: 0 5px 5px 0; +} + diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index bee50ca3..80faea88 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -239,6 +239,54 @@ GraniteWidgetsPopOver .entry { background-color: alpha (#000, 0.15); } +/**************** + * Dconf-editor * + ****************/ + +DConfDirView.view { + background-color: @sidebar_bg; + color: @theme_text_color; +} + +DConfDirView.view row:selected, +DConfDirView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfDirView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + +DConfKeyView.view row:selected, +DConfKeyView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfKeyView.view .entry.spinbutton { + padding: 1px 0px 1px 4px; +} + +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 0px 0px 0px 1px; + border-color: @theme_selected_bg_color; + border-radius: 0px; + box-shadow: none; +} + +DConfKeyView.view .spinbutton .button:last-child { + border-radius: 0 2px 2px 0; +} + /***************** * Ubuntu styles * *****************/ diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css index 56a9465d..46bc187e 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css @@ -23,3 +23,19 @@ DConfWindow GtkPaned.horizontal { border-width: 0px 1px 0 1px; } +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; + border-radius: 0px; + box-shadow: none; +} + +DConfKeyView.view .spinbutton .button:last-child { + border-radius: 0 2px 2px 0; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; +} + diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css index 56a9465d..46bc187e 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css @@ -23,3 +23,19 @@ DConfWindow GtkPaned.horizontal { border-width: 0px 1px 0 1px; } +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; + border-radius: 0px; + box-shadow: none; +} + +DConfKeyView.view .spinbutton .button:last-child { + border-radius: 0 2px 2px 0; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 83d506c4..364320d5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -731,3 +731,30 @@ GtkApplicationWindow GtkPaned.horizontal { background-color: @theme_bg_color; } +DConfKeyView.view row:selected, +DConfKeyView.view row:selected:hover { + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (shade(@sidebar_selected_bg, 0.90)), + color-stop (0.40, shade (@sidebar_selected_bg, 0.98)), + to (shade(@sidebar_selected_bg, 1.05))); + color: @theme_selected_fg_color; +} + +DConfKeyView.view .entry.spinbutton { + padding: 2px 0px 2px 4px; + box-shadow: none; + border-style: none; +} + +DConfKeyView.view .spinbutton .button, +DConfKeyView.view .spinbutton .button:hover { + border-style: none; +} + +DConfKeyView.view .spinbutton .button:last-child, +DConfKeyView.view .spinbutton .button:hover:last-child { + border-radius: 0 5px 5px 0; +} + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 1ae66aa1..63fb20c7 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -8,6 +8,20 @@ DConfKeyView.view { background-color: shade(@base_color, 1.06) } +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; +} + /******** * Nemo * ********/ diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index bee50ca3..80faea88 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -239,6 +239,54 @@ GraniteWidgetsPopOver .entry { background-color: alpha (#000, 0.15); } +/**************** + * Dconf-editor * + ****************/ + +DConfDirView.view { + background-color: @sidebar_bg; + color: @theme_text_color; +} + +DConfDirView.view row:selected, +DConfDirView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfDirView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + +DConfKeyView.view row:selected, +DConfKeyView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfKeyView.view .entry.spinbutton { + padding: 1px 0px 1px 4px; +} + +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 0px 0px 0px 1px; + border-color: @theme_selected_bg_color; + border-radius: 0px; + box-shadow: none; +} + +DConfKeyView.view .spinbutton .button:last-child { + border-radius: 0 2px 2px 0; +} + /***************** * Ubuntu styles * *****************/ |