nixos-config/common/home-manager/wayland/wofi/style.css

61 lines
867 B
CSS
Raw Normal View History

2022-01-06 21:14:02 -05:00
window {
padding: 15px;
border: none;
border-radius: 8px;
background-color: #1a1b26;
color: #a9b1d6;
font-size: 14px;
font-family: "JetBrainsMono Nerd Font";
2022-01-06 21:14:02 -05:00
}
#input {
color: white;
margin-bottom: 8px;
2022-01-06 21:14:02 -05:00
border-radius: 0px;
background-color: transparent;
}
#inner-box {
margin: 0px;
margin-right: 10px;
margin-left: 10px;
border-top: 2px solid transparent;
color: #;
2022-01-06 21:14:02 -05:00
background-color: transparent;
}
#img {
margin-right: 6px;
}
#outer-box {
margin: 0px;
border: 0px solid;
background-color: transparent;
}
#scroll {
margin: 0px;
border: 0px solid;
background-color: transparent;
}
#entry {
display: grid;
2022-01-06 21:14:02 -05:00
padding: 1px;
padding-left: 4px;
padding-right: 4px;
margin: 0px;
}
image { display: block; }
label { display: flex; }
#entry:selected {
2022-01-06 21:14:02 -05:00
}
#text:selected {
2022-01-06 21:14:02 -05:00
outline: 0px;
border-radius: 0px;
}