summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-10 10:52:17 +0200
committerraveit65 <[email protected]>2016-04-10 10:53:08 +0200
commit873b179f205a0f6f1d79c88b9f9e39674b96ceb1 (patch)
treef300e2d19b202f5ba2fc73f94c06081960b2d9cc
parent34aa9ac4aa939932363387e9cb05602ec895a343 (diff)
downloadmate-themes-873b179f205a0f6f1d79c88b9f9e39674b96ceb1.tar.bz2
mate-themes-873b179f205a0f6f1d79c88b9f9e39674b96ceb1.tar.xz
GTK3 all themes: style lock-screen
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css17
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css17
10 files changed, 170 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 29f36400..793ab363 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1383,3 +1383,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@button_border, 1.0);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 310c2017..fe6fcd3a 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -930,3 +930,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
index 11f96cc0..5c23f189 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
@@ -32,6 +32,23 @@ EelEditableLabel.entry {
border-radius: 3px;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
EelEditableLabel.entry {
text-shadow: none;
color: @theme_fg_color;
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index fafbdbdb..2a5860e8 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -363,3 +363,20 @@ EomThumbNav .frame {
border-width: 2px;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index bfefb588..6efac6b9 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1407,3 +1407,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@button_border, 1.0);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 647fc690..93296124 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -778,3 +778,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 61e0376b..e1d2248e 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -928,3 +928,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* screensaver lock-dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 13638d2c..5c377c61 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -522,3 +522,20 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 95b5e6f6..256c3207 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -523,3 +523,20 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 7562bcb9..42aa099d 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -566,3 +566,20 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog .frame {
+ border-radius: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+