Update .config/wofi/style.css
This commit is contained in:
parent
2d836c7425
commit
ababa74172
1 changed files with 54 additions and 45 deletions
|
@ -1,70 +1,79 @@
|
|||
window {
|
||||
margin: 0px;
|
||||
border: 5px solid #f5c2e7;
|
||||
background-color: #f5c2e7;
|
||||
border-radius: 15px;
|
||||
margin: 0px;
|
||||
border: 5px solid #f5c2e7;
|
||||
background-color: #f5c2e7;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#input {
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
padding-left: 20px;
|
||||
border: none;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
background-color: #fff;
|
||||
background: linear-gradient(90deg, rgba(203,166,247,1) 0%, rgba(245,194,231,1) 100%);
|
||||
outline: none;
|
||||
border-radius: 15px;
|
||||
margin: 10px;
|
||||
margin-bottom: 2px;
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
padding-left: 20px;
|
||||
border: none;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
background-color: #fff;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(203, 166, 247, 1) 0%,
|
||||
rgba(245, 194, 231, 1) 100%
|
||||
);
|
||||
outline: none;
|
||||
border-radius: 15px;
|
||||
margin: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
#input:focus {
|
||||
border: 0px solid #fff;
|
||||
margin-bottom: 0px;
|
||||
border: 0px solid #fff;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 4px;
|
||||
border: 10px solid #fff;
|
||||
color: #cba6f7;
|
||||
font-weight: bold;
|
||||
background-color: #fff;
|
||||
border-radius: 15px;
|
||||
margin: 4px;
|
||||
border: 10px solid #fff;
|
||||
color: #cba6f7;
|
||||
font-weight: bold;
|
||||
background-color: #fff;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
background-color: #fff;
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 5px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
margin-bottom: 5px;
|
||||
/* background: rgb(255,255,255); */
|
||||
margin-top: 5px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
margin-bottom: 5px;
|
||||
/* background: rgb(255,255,255); */
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #fff;
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
color: #fff;
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
background-color: transparent;
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
color: #cba6f7;
|
||||
border-radius: 15px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
background: linear-gradient(45deg, rgba(203,166,247,1) 30%, rgba(245,194,231,1) 100%);
|
||||
margin: 0px 0px;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
background: linear-gradient(
|
||||
45deg,
|
||||
rgba(203, 166, 247, 1) 30%,
|
||||
rgba(245, 194, 231, 1) 100%
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue