wofi: Add config
This commit is contained in:
parent
150edd0832
commit
60fa3806d8
1 changed files with 42 additions and 0 deletions
42
config/wofi/style.css
Normal file
42
config/wofi/style.css
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
window {
|
||||||
|
margin: 5px;
|
||||||
|
background-color: #292b2e;
|
||||||
|
border: 2px solid #009688;
|
||||||
|
color: #dddddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
margin: 5px;
|
||||||
|
background-color: #292b2e;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
margin: 5px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 5px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
margin: 5px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
margin: 5px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #009688;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
Loading…
Reference in a new issue