[evince/wip/exalm/dark: 2/4] annotation-window: Fix title color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/exalm/dark: 2/4] annotation-window: Fix title color
- Date: Wed, 5 Jan 2022 18:25:01 +0000 (UTC)
commit 883fa17c3eac89172ae8287a5e086508add5feb1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Jan 5 23:21:45 2022 +0500
annotation-window: Fix title color
Use the same color for title as for the button instead of hardcoded black.
Remove the css that was leaking out to the context menu.
libview/ev-annotation-window.c | 2 ++
shell/evince.css | 8 --------
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c
index 411921258..438040328 100644
--- a/libview/ev-annotation-window.c
+++ b/libview/ev-annotation-window.c
@@ -133,6 +133,8 @@ ev_annotation_window_set_color (EvAnnotationWindow *window,
css_data = g_strdup_printf ("button {border-color: %1$s; color: %2$s; -gtk-icon-shadow:0 0;
box-shadow:0 0;}\n\
button:hover {background: lighter(%1$s); border-color: darker(%1$s);}\n\
button:active {background: darker(%1$s);}\n\
+ evannotationwindow.background { color: %2$s; }\n\
+ evannotationwindow.background:backdrop { color: alpha(%2$s, .75); }\n\
evannotationwindow.background, button {background: %1$s}",
rgba_str, icon_color_str);
diff --git a/shell/evince.css b/shell/evince.css
index 83e281cf6..20b59d1aa 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -81,14 +81,6 @@ evpresentationview.white-mode {
border-radius: 0;
}
-evannotationwindow label:backdrop {
- color: grey;
-}
-
-evannotationwindow label {
- color: black;
-}
-
.content-view .combo {
padding-left: 2px;
padding-right: 2px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]