Fix more stuff
parent
44aca684ea
commit
9fb1bef635
|
@ -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 *
|
||||||
|
|
Loading…
Reference in New Issue