[evince] shell: use standard theme for page borders. Fixes #691333.



commit f2f598c47a866053e6bd201857dfa07af225bca2
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Mar 4 14:35:54 2013 -0800

    shell: use standard theme for page borders. Fixes #691333.
    
    With a custom border, Evince documents look different than GNOME
    Documents.   Dropping the custom border, we use the border provided
    by the theme.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691333

 shell/evince.css |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index 680d0ca..d86b48d 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -19,21 +19,6 @@ EvView:selected {
 
 EvView.document-page {
     background-color: white;
-    border-color: black;
-    border-style: solid;
-    border-width: 1px;
-    border-radius: 0px;
-    border-image: none;
-    padding: 0;
-}
-
-EvView.document-page:active {
-    background-color: white;
-    border-color: @theme_selected_bg_color;
-    border-style: solid;
-    border-width: 1px;
-    border-radius: 0px;
-    border-image: none;
     padding: 0;
 }
 


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