[evince] css: Bring back page borders with current GTK+ and gnome-themes-standard



commit 74f30f592726fa64534c6e26f66eb7aa5396fd00
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sat Jun 28 11:41:05 2014 +0200

    css: Bring back page borders with current GTK+ and gnome-themes-standard
    
    Adwaita theme has been moved to GTK+ and CSS specific to aplications has
    been removed.

 shell/evince.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index 4996403..fdc1d81 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -9,6 +9,13 @@
     padding: 10px;
 }
 
+.content-view.document-page {
+    border-style: solid;
+    border-width: 3px 3px 6px 4px;
+    border-image: url("resource:///org/gnome/evince/shell/ui/thumbnail-frame.png") 3 3 6 4;
+    background-color: @theme_bg_color;
+}
+
 EvView {
     background-color: @theme_bg_color;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]