[gnome-themes-standard] Widgets: theme the junction between scrollbars.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: theme the junction between scrollbars.
- Date: Wed, 29 Feb 2012 22:40:15 +0000 (UTC)
commit 1db056ff5ee83c5a1853a0ae1e0409950119c20d
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Feb 29 23:34:04 2012 +0100
Widgets: theme the junction between scrollbars.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4a8927d..25666b6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1352,6 +1352,7 @@ GtkComboBox .button *:hover {
-GtkRange-trough-under-steppers: 1;
}
+.scrollbars-junction, /* the small square between scrollbars!!! */
.scrollbar.trough {
background-image: none;
background-color: @scrollbar_trough;
@@ -1425,17 +1426,17 @@ GtkComboBox .button *:hover {
color: mix(@scrollbar_slider_unfocused, @scrollbar_trough_unfocused, 0.7);
}
+/* FIXME: disable until we have have an extra px padded towards the border. It feels uncentered now.
.scrollbar.trough.vertical,
.scrollbar.trough.vertical:backdrop {
- /* FIXME: disable until we have have an extra px padded towards the border. It feels uncentered now.
box-shadow: -1 0 inset alpha(@theme_text_color, 0.05), 1 0 inset alpha(@theme_text_color, 0.1);
- */
}
.scrollbar.trough.horizontal,
.scrollbar.trough.horizontal:backdrop {
- /* box-shadow: 0 -1 inset alpha(@theme_text_color, 0.05), 0 1 inset alpha(@theme_text_color, 0.1); */
+ box-shadow: 0 -1 inset alpha(@theme_text_color, 0.05), 0 1 inset alpha(@theme_text_color, 0.1);
}
+*/
.scrollbar.trough:insensitive {
background-color: @scrollbar_trough_insensitive;
@@ -1445,6 +1446,7 @@ GtkComboBox .button *:hover {
border-width: 3px;
}
+.scrollbars-junction:backdrop,
.scrollbar.trough:backdrop {
background-image: none;
background-color: @scrollbar_trough_unfocused;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]