Fix more stuff

pull/184/head
Satyajit Sahoo 2014-12-06 17:42:44 +05:30
parent 44aca684ea
commit 9fb1bef635
1 changed files with 4 additions and 8 deletions

View File

@ -635,8 +635,8 @@ GtkExpander {
* list boxes * * list boxes *
**************/ **************/
.list { .list {
background-color: shade(@theme_bg_color, 0.97); background-image: none;
color: @theme_fg_color; background-color: transparent;
} }
.list-row { .list-row {
@ -644,6 +644,7 @@ GtkExpander {
border-radius: 0; border-radius: 0;
padding: 3px; padding: 3px;
background-image: none; background-image: none;
background-color: transparent;
} }
.list-row:hover { .list-row:hover {
@ -668,12 +669,7 @@ GtkExpander {
/********* /*********
* frame * * frame *
*********/ *********/
.frame { .frame { border: none; }
border-width: 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
border-radius: 0;
}
/******************* /*******************
* scrolled window * * scrolled window *