26 lines
333 B
CSS
26 lines
333 B
CSS
|
#window {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
box#main {
|
||
|
border-radius: 10px;
|
||
|
background-color: @theme_bg_color;
|
||
|
}
|
||
|
|
||
|
list#main {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
list#plugin {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
label#match-desc {
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
|
||
|
label#plugin {
|
||
|
font-size: 14px;
|
||
|
}
|