Skip to content

Commit

Permalink
Improve the print dialog's style (Fixes #238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 8, 2019
1 parent 65d23d6 commit c7b7e82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3325,6 +3325,7 @@ printdialog {
border-color: $backdrop_borders_color;
}
}
.dialog-vbox { background-color: $bg_color; }

.dialog-action-box { margin: 12px; }
}
Expand Down
3 changes: 3 additions & 0 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3443,6 +3443,9 @@ printdialog paper {
color: #949796;
border-color: #1f2222; }

printdialog .dialog-vbox {
background-color: #393f3f; }

printdialog .dialog-action-box {
margin: 12px; }

Expand Down
3 changes: 3 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -3473,6 +3473,9 @@ printdialog paper {
color: #858585;
border-color: #898989; }

printdialog .dialog-vbox {
background-color: #cecece; }

printdialog .dialog-action-box {
margin: 12px; }

Expand Down

0 comments on commit c7b7e82

Please sign in to comment.