Adwaita: Update frame styling

Adapt to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-10-31 19:10:52 -04:00
parent aa5dc38b0d
commit 3de78decd4
3 changed files with 12 additions and 3 deletions

View File

@ -2494,6 +2494,7 @@ GtkProgressBar {
/**********
* Frames *
**********/
frame,
.frame {
border: 1px solid $borders_color;
&.flat { border-style: none; }
@ -3437,7 +3438,7 @@ button.circular label {
padding: 0;
}
.frame.keycap {
frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;

View File

@ -3525,13 +3525,17 @@ GtkProgressBar {
/**********
* Frames *
**********/
frame,
.frame {
border: 1px solid #1c1f1f;
padding: 0; }
frame.flat,
.frame.flat {
border-style: none; }
frame:backdrop,
.frame:backdrop {
border-color: #1f2222; }
frame.action-bar,
.frame.action-bar {
padding: 6px;
border-width: 1px 0 0; }
@ -4737,7 +4741,7 @@ button.circular label,
.titlebar button.circular.titlebutton label {
padding: 0; }
.frame.keycap {
frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;

View File

@ -3687,13 +3687,17 @@ GtkProgressBar {
/**********
* Frames *
**********/
frame,
.frame {
border: 1px solid #a1a1a1;
padding: 0; }
frame.flat,
.frame.flat {
border-style: none; }
frame:backdrop,
.frame:backdrop {
border-color: darkgray; }
frame.action-bar,
.frame.action-bar {
padding: 6px;
border-width: 1px 0 0; }
@ -4910,7 +4914,7 @@ button.circular label,
.titlebar button.circular.titlebutton label {
padding: 0; }
.frame.keycap {
frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;