From c09efef34a7ebda07efd4c9f6461c98dbeba47b4 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sun, 23 Dec 2012 10:49:58 +0100 Subject: view: Use a rendered frame instead of custom border So it can be styled with CSS. https://bugzilla.gnome.org/show_bug.cgi?id=653294 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=7a6b53a https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=4657961 --- shell/atril.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'shell') diff --git a/shell/atril.css b/shell/atril.css index 9cffc6be..dd9f4c92 100644 --- a/shell/atril.css +++ b/shell/atril.css @@ -9,6 +9,24 @@ padding: 8px; } +evview.document-page { + border-color: black; + border-style: solid; + border-width: 1px; + border-radius: 0px; + border-image: none; + padding: 0; +} + +evview.document-page:active { + border-color: @theme_selected_bg_color; + border-style: solid; + border-width: 1px; + border-radius: 0px; + border-image: none; + padding: 0; +} + evpresentationview { background-color: black; } -- cgit v1.2.1