summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/atril.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/atril.css b/shell/atril.css
index e834616e..9cffc6be 100644
--- a/shell/atril.css
+++ b/shell/atril.css
@@ -1,3 +1,19 @@
#ev-fullscreen-toolbar {
}
+
+#ev-loading-message {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ border-radius: 3px;
+ padding: 8px;
+}
+
+evpresentationview {
+ background-color: black;
+}
+
+evpresentationview.white-mode {
+ background-color: white;
+}
+