HighContrast: Update the frame styling

Adapt to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-10-31 19:11:18 -04:00
parent 3de78decd4
commit 7465601c1e
2 changed files with 5 additions and 0 deletions

View File

@ -1904,6 +1904,7 @@ GtkLevelBar.vertical {
/**********
* Frames *
**********/
frame,
.frame {
border: 1px solid $borders_color;
&.flat { border-style: none; }

View File

@ -2101,13 +2101,17 @@ calendar:hover:selected, label:selected, label:selected:focus, label:selected:ho
/**********
* Frames *
**********/
frame,
.frame {
border: 1px solid gray;
padding: 0; }
frame.flat,
.frame.flat {
border-style: none; }
frame:backdrop,
.frame:backdrop {
border-color: #8d8d8d; }
frame.action-bar,
.frame.action-bar {
padding: 6px;
border-width: 1px 0 0; }