From 766ae1a386134f122bab4a0456af802e7a5b66bd Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 2 Mar 2017 19:02:12 +0100 Subject: 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 18c1e93..4dbab19 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 b7803e1..1ab5189 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 b218649..6ee77c3 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 069a37c..ffbf78f 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 34bc897..2ddb103 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 3f5eafb..999e54a 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 9697e9d..99c0334 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 // -- cgit v1.2.3