Adwaita: Update print dialog styling

Adapt to the changes in the previous commit. With the changes here,
we always render the paper as white, even in the dark theme.
This commit is contained in:
Matthias Clasen 2015-11-07 00:58:00 -05:00
parent 59c1547a48
commit f5af2612f4
3 changed files with 21 additions and 0 deletions

View File

@ -2513,6 +2513,13 @@ frame,
padding: 0;
}
paper {
border: 1px solid $borders_color;
background: white;
padding: 0;
&:backdrop { border-color: $backdrop_borders_color; }
}
actionbar frame {
padding: 6px;
border-width: 1px 0 0;

View File

@ -3455,6 +3455,13 @@ frame,
.frame:backdrop {
border-color: #1f2222; }
paper {
border: 1px solid #1c1f1f;
background: white;
padding: 0; }
paper:backdrop {
border-color: #1f2222; }
actionbar frame {
padding: 6px;
border-width: 1px 0 0; }

View File

@ -3617,6 +3617,13 @@ frame,
.frame:backdrop {
border-color: darkgray; }
paper {
border: 1px solid #a1a1a1;
background: white;
padding: 0; }
paper:backdrop {
border-color: darkgray; }
actionbar frame {
padding: 6px;
border-width: 1px 0 0; }