[gnome-themes-standard/lapo-work] Widget theme: base scale marks color on fg color.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/lapo-work] Widget theme: base scale marks color on fg color.
- Date: Tue, 29 Nov 2011 22:32:00 +0000 (UTC)
commit 0d26d3eee503f5e2dd1b085f1f3a46b3111e18bf
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]