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

69 lines
871 B
CSS
Raw Normal View History

#window {
border: none;
background: rgba(32, 32, 32, 0.875);
color: #999;
}
#input {
2020-05-27 16:00:52 +08:00
padding: 8px 16px;
border-radius: 0;
border: none;
background: rgba(32, 32, 32, 0);
color: #fff;
}
#input:focus {
border: none;
}
.entry#selected,
.entry#unselected {
2020-05-27 16:00:52 +08:00
padding: 8px 38px;
}
#selected,
row > #selected {
background: rgba(203, 75, 22, 0.73);
2020-05-27 16:00:52 +08:00
color: #fff;
}
#unselected,
row > #unselected {
background: none;
2020-05-27 16:00:52 +08:00
color: #fff;
}
image {
margin-right: 8px;
}
expander .entry#selected,
expander .entry#unselected {
padding: 8px 22px;
}
list .entry#selected,
list .entry#unselected {
padding: 8px 62px;
}
flowboxchild {
padding: 0;
}
flowboxchild:focus,
flowboxchild:selected,
row:focus,
row:selected {
outline: none;
background: none;
border-radius: 0;
}
list {
background: rgba(32, 32, 32, 0.875);
color: #999;
}
list * {
padding: 0;
margin: 0;
}