From 4718cfc9b7aaf1c5a81759e5d06519214ad30c2e 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 9763fdb8..ffee1e21 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 e3160b09..16b3d64a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2784,6 +2784,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 b8e63666..fcf72caf 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2573,6 +2573,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 14b51af8..b20cfc4a 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2482,6 +2482,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 b6dba764..30ca7f48 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 8f9c75f2..1dbb61cb 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3435,3 +3435,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 68fe54a1..894057fa 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2787,6 +2787,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 5d0d32a2..54ffaec1 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2574,3 +2574,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 d96022d9..f836afe3 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2578,3 +2578,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 091a003c..187ba7b1 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2574,3 +2574,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