flocon/modules/programs/anyrun/style.css

27 lines
360 B
CSS
Raw Normal View History

#window {
background-color: rgba(0, 0, 0, 0);
}
box#main {
border-radius: 10px;
background-color: @theme_bg_color;
2025-02-04 21:52:08 +01:00
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;
}