Added wofi styling
This commit is contained in:
parent
b8057d0283
commit
cbf7a37144
2 changed files with 29 additions and 0 deletions
6
wofi/config
Normal file
6
wofi/config
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
width=15%
|
||||
height=1028
|
||||
location=left
|
||||
insensitive=true
|
||||
x=8
|
||||
prompt=Search
|
||||
23
wofi/style.css
Normal file
23
wofi/style.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#expander-box, #window, #input {
|
||||
background-color: rgba(44, 37, 46, 0.7);
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
font-family: SourceCodePro;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
#window, #input {
|
||||
border: 2px solid #81a1c1;
|
||||
}
|
||||
|
||||
#expander-box {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #2c3746;
|
||||
border-top: 2px solid #eceff4;
|
||||
border-bottom: 2px solid #eceff4;
|
||||
border-radius: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue