From 766ae1a386134f122bab4a0456af802e7a5b66bd Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 2 Mar 2017 19:02:12 +0100 Subject: [PATCH] fix atril toolbar background (fix #741) --- common/gtk-3.0/3.20/gtk-dark.css | 3 +++ common/gtk-3.0/3.20/gtk-darker.css | 3 +++ common/gtk-3.0/3.20/gtk-solid-dark.css | 3 +++ common/gtk-3.0/3.20/gtk-solid-darker.css | 3 +++ common/gtk-3.0/3.20/gtk-solid.css | 3 +++ common/gtk-3.0/3.20/gtk.css | 3 +++ common/gtk-3.0/3.20/sass/_applications.scss | 7 +++++++ 7 files changed, 25 insertions(+) diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 18c1e9324..4dbab19b2 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -3404,6 +3404,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index b7803e120..1ab51899f 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -3403,6 +3403,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index b2186493d..6ee77c390 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -3404,6 +3404,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 069a37ce6..ffbf78f00 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -3403,6 +3403,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 34bc89785..2ddb1035e 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3407,6 +3407,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 3f5eafb97..999e54ad3 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -3407,6 +3407,9 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 9697e9dce..99c033498 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -517,6 +517,13 @@ button.documents-favorite:active:hover { border-color: transparent; // Remove black border on over- and undershoot } +// +// Atril (MATE pdf viewer) +// +.atril-window .primary-toolbar toolbar { + background: none; +} + // // Gnome Flashback //