summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-21 23:07:34 +0100
committerraveit65 <[email protected]>2015-03-21 23:07:34 +0100
commitef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9 (patch)
treea222b94a7dbbba76ed48182e2532448e9f49c9ad /desktop-themes
parent9ed3ea8b68a5903b40ad03bff84c37d99ba1c43a (diff)
downloadmate-themes-ef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9.tar.bz2
mate-themes-ef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9.tar.xz
Traditional themes GTK3: add overshoot function
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css9
3 files changed, 21 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index aac36ad0..3ac43694 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -208,6 +208,12 @@ GtkTreeView.separator,
background-position: center;
}
+/* displays at end of mouse scrolling */
+.overshoot,
+.sidebar.overshoot {
+ background-color: alpha (@theme_selected_bg_color, 0.35);
+}
+
/****************
* Text Entries *
****************/
@@ -1502,8 +1508,7 @@ GtkCheckButton:selected:focus {
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg_color;
}
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 13d6de05..a2b9f977 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -208,6 +208,12 @@ GtkTreeView.separator,
background-position: center;
}
+/* displays at end of mouse scrolling */
+.overshoot,
+.sidebar.overshoot {
+ background-color: alpha (@theme_selected_bg_color, 0.35);
+}
+
/****************
* Text Entries *
****************/
@@ -1506,8 +1512,7 @@ GtkCheckButton:selected:focus {
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg_color;
}
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index c080598f..b30c4a38 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -208,6 +208,12 @@ GtkTreeView.separator,
background-position: center;
}
+/* displays at end of mouse scrolling */
+.overshoot,
+.sidebar.overshoot {
+ background-color: alpha (@theme_selected_bg_color, 0.35);
+}
+
/****************
* Text Entries *
****************/
@@ -1501,8 +1507,7 @@ GtkCheckButton:selected:focus {
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg_color;
}