summaryrefslogtreecommitdiff
path: root/common/home/programs/wofi/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/programs/wofi/style.css')
-rw-r--r--common/home/programs/wofi/style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/common/home/programs/wofi/style.css b/common/home/programs/wofi/style.css
index 7e38346..d4ab36d 100644
--- a/common/home/programs/wofi/style.css
+++ b/common/home/programs/wofi/style.css
@@ -8,20 +8,21 @@ window {
}
#outer-box {
- border-radius: 10px;
+ border-radius: 0px;
background: transparent;
}
entry#input {
background: #1d2021;
- border: 2px solid #b16286;
- margin-bottom: 10px;
+ border: 3px solid #b16286;
+ margin-bottom: 0px;
padding: 10px;
- border-radius: 10px;
+ border-radius: 0px;
}
#scroll {
- border-radius: 10px;
- border: 2px solid #3c3836;
+ border-radius: 0px;
+ border: 3px solid #b16286;
+ border-top: none;
background: #1d2021;
}
@@ -31,7 +32,7 @@ entry#input {
}
.entry {
- border-radius: 5px;
+ border-radius: 0px;
border: none;
padding: 8px;
margin: 2px;