[polari] ui: Stop using @foo_text_color names
- From: Florian MĂźllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] ui: Stop using @foo_text_color names
- Date: Fri, 13 Jun 2014 10:31:29 +0000 (UTC)
commit ec41050a17a3178c099a435f029ec5bfdd9668b9
Author: Florian MĂźllner <fmuellner gnome org>
Date: Fri Jun 13 12:29:16 2014 +0200
ui: Stop using @foo_text_color names
They were killed off in the theme recently, so use the corresponding
@foo_fg_colors instead.
data/resources/application.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index a66049f..85271bb 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -47,7 +47,7 @@
}
.polari-room-list .list-row.inactive {
- color: mix(@theme_text_color, @theme_base_color, 0.3);
+ color: mix(@theme_fg_color, @theme_base_color, 0.3);
}
.polari-room-list .list-row.inactive:selected {
@@ -55,7 +55,7 @@
}
.polari-room-list .list-row.inactive:backdrop {
- color: mix(@theme_unfocused_text_color, @theme_unfocused_base_color, 0.3);
+ color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.3);
}
.polari-room-list .list-row.inactive:selected:backdrop {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]