[gnome-clocks] css: use defined colors from Adwaita
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] css: use defined colors from Adwaita
- Date: Tue, 20 Aug 2013 14:08:02 +0000 (UTC)
commit c0acd81b3cedcd1353b269307ec678ba9afb821d
Author: Allan Day <allanpday gmail com>
Date: Tue Aug 20 14:22:20 2013 +0100
css: use defined colors from Adwaita
Hard coding colors in the Clocks css breaks the dark Adwaita
variant, and is generally Not Good.
https://bugzilla.gnome.org/show_bug.cgi?id=706393
data/css/gnome-clocks.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index f6df4fc..0b6cc45 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -131,15 +131,15 @@
}
.clocks-analog-frame.trough {
- color: #d3d7cf;
+ color: @scrollbar_trough;
}
.clocks-analog-frame.progress {
- color: #2e3436;
+ color: @scrollbar_slider_prelight;
}
.clocks-analog-frame.progress-fast {
- color: #888a85;
+ color: @theme_text_color;
}
.clocks-laps-panel {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]