From 5f1260729d5a2d9e35396109477e89392fd45b81 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Aug 2015 20:02:27 +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(+) (limited to 'desktop-themes') 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 3d5a93e5..7ffb940b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4449,6 +4449,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 7aea5049..e7e1d60d 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2546,6 +2546,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 2b650067..e85fd1d1 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2405,6 +2405,30 @@ GtkPopover .separator { box-shadow: 0 1px 5px @wm_shadow; } +/****************** + * 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 a13972c3..f0db94dd 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2295,6 +2295,30 @@ GtkPopover .separator { } */ +/****************** + * 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 219e39c5..716aa926 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4439,6 +4439,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 ade96628..fbfb5f97 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3178,3 +3178,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 8890190b..2801570f 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2546,6 +2546,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 6af9e7a4..69a31f06 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2337,3 +2337,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 d89f1284..ed0a69b6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2341,3 +2341,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 b21936e8..99a810cd 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2337,3 +2337,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