[gnome-logs] css: Replace selected color with accent color
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] css: Replace selected color with accent color
- Date: Mon, 28 Mar 2022 16:43:59 +0000 (UTC)
commit c45a175be8271ef363784ff1f85f1794ec1a889b
Author: Maximiliano Sandoval R <msandova gnome org>
Date: Mon Oct 11 00:25:31 2021 +0200
css: Replace selected color with accent color
data/gl-style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/gl-style.css b/data/gl-style.css
index f98a66c..8dac743 100644
--- a/data/gl-style.css
+++ b/data/gl-style.css
@@ -1,6 +1,6 @@
/* Theme overrides. */
.categories {
- background-color: shade(@theme_bg_color, 0.99)
+ background-color: shade(@theme_bg_color, 0.99);
}
.category {
@@ -56,8 +56,8 @@
}
.popover-activated-row {
- color: @theme_selected_fg_color;
- background-color: @theme_selected_bg_color;
+ color: @accent_fg_color;
+ background-color: @accent_bg_color;
}
.compressed-rows-group-separator {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]