[gnome-software/wip/jimmac/dark-star] theme: fix stars for :dark theme
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/jimmac/dark-star] theme: fix stars for :dark theme
- Date: Tue, 16 Jul 2019 11:28:46 +0000 (UTC)
commit 5e036eeef3dad743329fe3d2c902aa58da3c9140
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Jul 16 13:26:10 2019 +0200
theme: fix stars for :dark theme
Fixing theming before we even rolled out user-preferred
dark theming.
Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/701
src/gtk-style.css | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 01a260d7..8e4d2793 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -421,19 +421,13 @@ flowboxchild {
}
/* for the review dialog */
-.star-enabled {
- color: @theme_selected_bg_color;
-}
-.star-disabled {
- color: shade(@theme_bg_color, 0.8);
-}
-
-/* for the app details shell */
+.star-enabled,
.star-enabled:disabled {
- color: #555753;
+ color: @theme_fg_color;
}
+.star-disabled,
.star-disabled:disabled {
- color: shade(@theme_bg_color, 0.8);
+ color: shade(@theme_fg_color, 0.8);
}
.counter-label {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]