diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/atril.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/atril.css b/shell/atril.css index dd9f4c92..aa8fd65e 100644 --- a/shell/atril.css +++ b/shell/atril.css @@ -10,6 +10,7 @@ } evview.document-page { + background-color: white; border-color: black; border-style: solid; border-width: 1px; @@ -19,6 +20,7 @@ evview.document-page { } evview.document-page:active { + background-color: white; border-color: @theme_selected_bg_color; border-style: solid; border-width: 1px; @@ -27,6 +29,10 @@ evview.document-page:active { padding: 0; } +evview.document-page.inverted { + background-color: black; +} + evpresentationview { background-color: black; } |