Skip to content

Commit

Permalink
fix atril toolbar background (fix #741)
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Mar 2, 2017
1 parent 947a0ad commit 766ae1a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk-solid-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk-solid-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions common/gtk-3.0/3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 7 additions & 0 deletions common/gtk-3.0/3.20/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 766ae1a

Please sign in to comment.