1
0
Fork 0
env/.config/wofi/style.css

47 lines
636 B
CSS
Raw Normal View History

#window {
background: rgba(32, 32, 32, 0.875);
2021-04-04 00:25:59 +08:00
2020-05-27 16:56:16 +08:00
font-family: "Fira Code";
2021-04-04 00:25:59 +08:00
font-size: 14px;
color: #a0a0a0;
}
#input {
2020-05-27 16:00:52 +08:00
padding: 8px 16px;
2021-04-04 00:25:59 +08:00
background: none;
border: none;
2021-04-04 00:25:59 +08:00
border-radius: 0;
}
#input:focus {
2021-04-04 00:25:59 +08:00
box-shadow: none;
}
2021-04-04 00:25:59 +08:00
flowboxchild {
padding: 0;
}
2021-04-04 00:25:59 +08:00
#entry:selected {
background: rgba(203, 75, 22, 0.73);
2021-04-04 00:25:59 +08:00
outline: none;
2020-05-27 16:00:52 +08:00
}
2021-04-04 00:25:59 +08:00
.entry#selected,
.entry#unselected {
padding: 8px 38px;
2020-05-27 16:00:52 +08:00
}
expander .entry#selected,
expander .entry#unselected {
padding: 8px 22px;
}
2021-04-04 00:25:59 +08:00
list {
background: rgba(32, 32, 32, 1);
color: #a0a0a0;
}
2020-05-27 16:00:52 +08:00
list .entry#selected,
list .entry#unselected {
2021-04-04 00:25:59 +08:00
padding: 6px 62px;
}
2021-04-04 00:25:59 +08:00
image {
margin-right: 8px;
}