dotfiles/.config/wofi/style.css
2023-07-05 21:04:05 +02:00

66 lines
1 KiB
CSS

window {
margin: 0px;
border: 3px solid #B7BDF8;
background-color: #24273A;
border-radius: 15px;
font-family: 'JetBrainsMono Nerd Font';
font-size: 14px;
}
#input {
all: unset;
min-height: 36px;
padding: 4px 10px;
margin: 4px;
border: none;
color: #cad3f5;
font-weight: bold;
background-color: #363A4F;
outline: none;
border-radius: 15px;
margin: 10px;
margin-bottom: 2px;
}
#inner-box {
margin: 4px;
padding: 10px;
font-weight: bold;
border-radius: 15px;
}
#outer-box {
margin: 0px;
padding: 3px;
border: none;
border-radius: 15px;
border: 3px solid #B7BDF8;
}
#scroll {
display: none;
margin-top: 5px;
border-radius: 15px;
margin-bottom: 5px;
}
#text:selected {
color: #f1f0f5;
margin: 0px 0px;
border: none;
border-radius: 15px;
}
#entry {
margin: 0px 0px;
border: none;
border-radius: 15px;
background-color: transparent;
}
#entry:selected {
margin: 0px 0px;
border: none;
border-radius: 15px;
background: linear-gradient(90deg, #363A4F 0%, #B7BDF8 100%);
}