summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 19:58:11 +0200
committerraveit65 <[email protected]>2015-08-15 19:58:11 +0200
commit4718cfc9b7aaf1c5a81759e5d06519214ad30c2e (patch)
treee97b792d7ff038bf420271717e56a07d5266923c
parenta380d73cfae8cc3b5210643fb5a03b62be18ab17 (diff)
downloadmate-themes-4718cfc9b7aaf1c5a81759e5d06519214ad30c2e.tar.bz2
mate-themes-4718cfc9b7aaf1c5a81759e5d06519214ad30c2e.tar.xz
GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css24
10 files changed, 224 insertions, 0 deletions
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;
+}
+