Fix typo
parent
014bacd044
commit
2aebfb76ff
|
@ -1516,11 +1516,10 @@ GtkComboBox .separator {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_base_color, 0.8);
|
border-color: shade(@theme_base_color, 0.8);
|
||||||
border-width: 0 1px 1px 1px;
|
border-width: 0 1px 1px 1px;
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 2px 2px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-color: none;
|
background-image: none;
|
||||||
|
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue