summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorWilliam Jon McCann <[email protected]>2012-12-23 10:49:58 +0100
committerraveit65 <[email protected]>2018-04-07 10:07:11 +0200
commitc09efef34a7ebda07efd4c9f6461c98dbeba47b4 (patch)
treee349882139644c6895ad7c494fc5d048a02a715f /shell
parent0d841130ffe0c5e222de3d1eec59aa35b8335017 (diff)
downloadatril-c09efef34a7ebda07efd4c9f6461c98dbeba47b4.tar.bz2
atril-c09efef34a7ebda07efd4c9f6461c98dbeba47b4.tar.xz
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
Diffstat (limited to 'shell')
-rw-r--r--shell/atril.css18
1 files changed, 18 insertions, 0 deletions
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;
}