[gnome-themes-standard/parser: 9/19] scrollbars: fix scrollbar buttons
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 9/19] scrollbars: fix scrollbar buttons
- Date: Tue, 17 May 2011 18:53:34 +0000 (UTC)
commit 85cb045e2314d96f97acc0dee3904cf25d375025
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 16 16:00:04 2011 -0400
scrollbars: fix scrollbar buttons
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 75af895..5cb0f2c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -454,7 +454,7 @@ GtkComboBox .button:prelight {
}
.scrollbar.slider,
-.scrollbar .button {
+.scrollbar.button {
background-image: none;
background-color: @theme_base_color;
border-color: @button_border;
@@ -474,23 +474,23 @@ GtkComboBox .button:prelight {
border-color: @theme_selected_bg_color;
}
-.scrollbar .button {
+.scrollbar.button {
color: @internal_element_color;
}
-.scrollbar .button:prelight {
+.scrollbar.button:prelight {
background-image: none;
background-color: @theme_base_color;
border-color: shade (@highlighted_border, 0.964)
}
-.scrollbar .button:prelight:active {
+.scrollbar.button:prelight:active {
background-image: none;
background-color: @theme_base_color;
border-color: shade (@highlighted_border, 0.964)
}
-.scrollbar .button:insensitive {
+.scrollbar.button:insensitive {
color: lighter (@internal_element_color);
background-color: @theme_base_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]