Update .config/wofi/style.css
This commit is contained in:
parent
f31eebf622
commit
251bdf12cd
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ window {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #fff;
|
color: #fff !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
|
@ -23,6 +23,7 @@ window {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input:focus {
|
#input:focus {
|
||||||
border: 0px solid #fff;
|
border: 0px solid #fff;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
Loading…
Reference in a new issue