[gnome-themes-standard] scrollbars: disable border for now.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] scrollbars: disable border for now.
- Date: Fri, 6 Jan 2012 13:20:27 +0000 (UTC)
commit c1239b059824c37ecbc4652e33e83a9d5e17a6a0
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Jan 6 14:19:26 2012 +0100
scrollbars: disable border for now.
- makes things look uncentered now. Needs to be a proper border.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 1130dda..21f2df3 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1281,12 +1281,14 @@ GtkComboBox .button *:hover {
.scrollbar.trough.vertical,
.scrollbar.trough.vertical:window-unfocused {
- box-shadow: -1 0 inset alpha(@theme_text_color, 0.05), 1 0 inset alpha(@theme_text_color, 0.1);
+ /* 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:window-unfocused {
- 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]