From d9cefe58a369ef7ea74dee6a113ef083223ff8c5 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 25 Apr 2024 15:45:02 -0600 Subject: [PATCH] New backup 2024-04-25 15:45:02 --- de/home/.config/wofi/style.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/de/home/.config/wofi/style.css b/de/home/.config/wofi/style.css index 7bd5424..ec467a8 100644 --- a/de/home/.config/wofi/style.css +++ b/de/home/.config/wofi/style.css @@ -2,10 +2,10 @@ * { font-family: FontAwesome, Overpass; + letter-spacing: 1px; } window { -/* margin: 5px;*/ border: 3px solid --wofi-color1; background-color: --wofi-color0; border-radius:10px; @@ -21,7 +21,6 @@ window { #inner-box { margin: 5px; -/* border: 2px solid --wofi-color1;*/ background-color: transparent; } @@ -32,33 +31,25 @@ window { } #scroll { -/* margin: 5px; - border: 2px solid --wofi-color1;*/ background-color: transparent; } #text { margin: 5px; color: --wofi-color9; -/* font-weight: bold; - border: 2px solid cyan; - background-color: cyan;*/ } - #entry{ border: 3px solid --wofi-color1; border-radius: 10px; background-color: --wofi-color0; margin:10px 10px } + #entry:selected { - border: 3px solid --wofi-color1; - border-radius:10px; background-color: --wofi-color9; -/* margin:10px 5px;*/ } + #text:selected { color:--wofi-color0; -/* background-color: --wofi-color1;*/ }