[evince] ev-view: Fix selection color
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ev-view: Fix selection color
- Date: Sat, 6 Oct 2012 10:13:56 +0000 (UTC)
commit de9e4e89c8c7f0e4e4561e52c11aa6084ae636b7
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Oct 6 12:12:47 2012 +0200
ev-view: Fix selection color
Broke it by previous commit, now we also need to define the background
color for EvView when selected in the css file.
shell/evince.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index b347a79..144de63 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -12,3 +12,7 @@
EvView {
background-color: @theme_bg_color;
}
+
+EvView:selected {
+ background-color: @theme_selected_bg_color;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]