From f68b645ff061c7e1dc7e23b3fa67a4c55245963b Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 16 Feb 2024 09:48:11 -0600 Subject: lots of changes, mostly to align with the sway-config-fedora package --- sway-de/wofi/.config/wofi/style.css | 41 ------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 sway-de/wofi/.config/wofi/style.css (limited to 'sway-de/wofi/.config') diff --git a/sway-de/wofi/.config/wofi/style.css b/sway-de/wofi/.config/wofi/style.css deleted file mode 100644 index 5cfaf6c..0000000 --- a/sway-de/wofi/.config/wofi/style.css +++ /dev/null @@ -1,41 +0,0 @@ -window { - background: #efefef; - color: #4a484d; - font-family: Noto Sans; - font-size: 11pt; - border: 1px solid #5e4b4f; -} - -#input { - padding: 2px; - margin: 5px; - border: 0; - border-radius: 0; -} - -#input:active { - border: 0; -} - -#inner-box { -} - -#outer-box { -} - -#scroll { - padding: 2px; - margin: 5px; -} - -#text { - color: #4a484d; -} - -#entry:selected #text{ - color: #ffffff; -} - -#entry:selected { - background: #2d45b0; -} -- cgit v1.2.3