From ababa7417236e56d8347bc42ba21542c498e2bee Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 19 May 2024 10:14:38 -0700 Subject: [PATCH] Update .config/wofi/style.css --- dot_config/wofi/style.css | 99 +++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 45 deletions(-) diff --git a/dot_config/wofi/style.css b/dot_config/wofi/style.css index 18df29d..1c73127 100644 --- a/dot_config/wofi/style.css +++ b/dot_config/wofi/style.css @@ -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% + ); }