From b07bab404c95a4a9968e654fd4dba28d90569dab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Aug 2015 19:58:11 +0200 Subject: GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window --- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++ desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++ .../ContrastHigh/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ .../ContrastHighInverse/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ .../Green-Submarine/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++ desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++ .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ .../TraditionalOk/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ .../TraditionalOkTest/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ 10 files changed, 224 insertions(+) diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index acd3818c..c17748d2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4590,6 +4590,26 @@ GtkMessageDialog { padding: 0; } +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @notebook_border; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.10); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @notebook_border; + border-style: solid; + border-width: 1px; +} + /* middle buttons */ .dialog-action-area.linked .button, .dialog-action-area.linked .button:active, diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 03b9c138..e43d6d74 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2780,6 +2780,26 @@ GtkMessageDialog { padding: 0; } +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @borders; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.07); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @borders; + border-style: solid; + border-width: 1px; +} + /* middle buttons */ .dialog-action-area.linked .button, .dialog-action-area.linked .button:active, diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 6b0c5540..bf6f780e 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2614,6 +2614,30 @@ GtkStack .linked.vertical GtkSpinButton.horizontal.entry.spinbutton .button:last padding: 6px 5px; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: @theme_view_bg; +} + +GtkDialog GtkScrolledWindow.frame { + border-color: @theme_border_color; + border-style: solid; + border-width: 2px; + border-radius: 3px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: shade (@theme_bg_color, 1.00); + border-radius: 5px; + border-color: @theme_border_color; + border-style: solid; + border-width: 2px; +} + /**************** * App-specific * ****************/ diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 25d9873f..323992e0 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2527,6 +2527,30 @@ GtkStack .linked.vertical GtkSpinButton.horizontal.entry.spinbutton .button:last padding: 6px 5px; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: @theme_view_bg; +} + +GtkDialog GtkScrolledWindow.frame { + border-color: @theme_border_color; + border-style: solid; + border-width: 2px; + border-radius: 3px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: shade (@theme_bg_color, 1.00); + border-radius: 5px; + border-color: @theme_border_color; + border-style: solid; + border-width: 2px; +} + /**************** * App-specific * ****************/ diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index fe448063..33a09998 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4569,6 +4569,26 @@ GtkMessageDialog { padding: 0; } +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @notebook_border; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.10); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @notebook_border; + border-style: solid; + border-width: 1px; +} + /* middle buttons */ .dialog-action-area.linked .button, .dialog-action-area.linked .button:active, diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 5c50c1b2..d60b62f1 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3508,3 +3508,27 @@ GtkLinkButton.button:active:hover { text-shadow: none; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @notebook_border; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.03); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: shade (@theme_bg_color, 1.10); + border-radius: 3px; + border-color: @notebook_border; + border-style: solid; + border-width: 1px; +} + diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index e56a65fb..1ae984e9 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2783,6 +2783,26 @@ GtkMessageDialog { padding: 0; } +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @borders; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.07); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @borders; + border-style: solid; + border-width: 1px; +} + /* middle buttons */ .dialog-action-area.linked .button, .dialog-action-area.linked .button:active, diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index d21d9969..547b7008 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2646,3 +2646,27 @@ GtkLinkButton.button:active:hover { text-shadow: none; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @border_color; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.04); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @border_color; + border-style: solid; + border-width: 1px; +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index aaab6d99..2ff58501 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2650,3 +2650,27 @@ GtkLinkButton.button:active:hover { text-shadow: none; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @border_color; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.04); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @border_color; + border-style: solid; + border-width: 1px; +} + diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 5549975e..27534d27 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2646,3 +2646,27 @@ GtkLinkButton.button:active:hover { text-shadow: none; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @border_color; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.04); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: @theme_base_color; + border-radius: 3px; + border-color: @border_color; + border-style: solid; + border-width: 1px; +} + -- cgit v1.2.1