summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
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;
}