mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix atril toolbar background (fix #741)
This commit is contained in:
parent
947a0adee3
commit
766ae1a386
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user