Fix frames

pull/184/head
Satyajit Sahoo 2014-12-19 20:38:32 +05:30
parent 44fd27e84d
commit c4c0e1957e
1 changed files with 6 additions and 1 deletions

View File

@ -599,7 +599,12 @@ GtkExpander {
/*********
* frame *
*********/
.frame { border: none; }
.frame {
border: 1px solid shade(@theme_bg_color, 0.8);
border-radius: 0;
}
.frame.flat { border: none; }
/*******************
* scrolled window *