26 lines
360 B
CSS
26 lines
360 B
CSS
#window {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
box#main {
|
|
border-radius: 10px;
|
|
background-color: @theme_bg_color;
|
|
border-color: @purple_1;
|
|
}
|
|
|
|
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;
|
|
}
|