[gnome-themes-standard] Widget theme: base scale marks color on fg color.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widget theme: base scale marks color on fg color.
- Date: Thu, 1 Dec 2011 02:31:51 +0000 (UTC)
commit 7f138938a34c5686a13d59a6149de8d618dd4d61
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Nov 29 23:31:42 2011 +0100
Widget theme: base scale marks color on fg color.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4c8d449..a546065 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -323,9 +323,6 @@ GtkScale.slider:insensitive {
GtkScale.trough,
GtkScale.trough.vertical {
-/* background-color: @scale_fill;
- background-image: none;*/
-
border-width: 1;
border-image: none;
border-style: solid;
@@ -346,7 +343,7 @@ GtkScale.progressbar {
}
GtkScale.mark {
- color: shade (@theme_bg_color, 0.56);
+ color: alpha(@theme_fg_color, 0.3);
}
GtkScale.trough.vertical {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]