Adwaita: remove borders from flat frames

This commit is contained in:
Lapo Calamandrei 2014-06-27 14:53:31 +02:00
parent 89f2a48bb1
commit 651328b0e4
3 changed files with 5 additions and 0 deletions

View File

@ -1613,6 +1613,7 @@ GtkLevelBar.vertical {
**********/
.frame {
border: 1px solid $borders_color;
&.flat { border-style: none; }
&:backdrop { border-color: $backdrop_borders_color; }
padding: 0;
&.action-bar {

View File

@ -2183,6 +2183,8 @@ GtkLevelBar.vertical {
.frame {
border: 1px solid #1c1f1f;
padding: 0; }
.frame.flat {
border-style: none; }
.frame:backdrop {
border-color: #1e2222; }
.frame.action-bar {

View File

@ -2181,6 +2181,8 @@ GtkLevelBar.vertical {
.frame {
border: 1px solid #a1a1a1;
padding: 0; }
.frame.flat {
border-style: none; }
.frame:backdrop {
border-color: #a8a8a8; }
.frame.action-bar {