[gnome-themes-standard] Dark theme: fixed scrollbars and insensitive spinbuttons.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Dark theme: fixed scrollbars and insensitive spinbuttons.
- Date: Thu, 1 Dec 2011 02:32:42 +0000 (UTC)
commit c4276cc1898f8fef42d883eb2af49443a5be90c4
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Nov 30 18:06:04 2011 +0100
Dark theme: fixed scrollbars and insensitive spinbuttons.
.../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 12 +++++++++++-
themes/Adwaita/gtk-3.0/gtk-widgets.css | 13 +++----------
2 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
index 3e28559..cdfaaa8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
@@ -56,11 +56,21 @@ GtkComboBox *:active {
icon-shadow: none;
}
+column-header.button,
+column-header .button {
+ text-shadow: none;
+}
+
.button .separator,
.button .separator:prelight {
color: alpha (@theme_text_color, 0.1);
}
.spinbutton .button:insensitive {
- color: shade(@internal_element_color, 1.35);
+ /* color: shade(@internal_element_color, 1.65); */
+ color: shade(@internal_element_color, 1.27);
+}
+
+.scrollbar.button {
+ color: shade(@internal_element_color, 0.4);
}
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 68dc933..8bea5f0 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -888,7 +888,7 @@ GtkComboBox .button *:prelight {
background-color: @theme_base_color;
border-radius: 3;
border-width: 1;
-
+ border-color: @button_border;
border-image: none;
}
@@ -908,15 +908,7 @@ GtkComboBox .button *:prelight {
color: @internal_element_color;
}
-.scrollbar.button:prelight {
- background-image: none;
- background-color: @theme_base_color;
-
- border-image: none;
- border-color: shade (@highlighted_border, 0.964);
- border-width: 1;
-}
-
+.scrollbar.button:prelight,
.scrollbar.button:prelight:active {
background-image: none;
background-color: @theme_base_color;
@@ -926,6 +918,7 @@ GtkComboBox .button *:prelight {
border-width: 1;
}
+
.scrollbar.button:insensitive {
background-image: none;
background-color: @theme_base_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]