summaryrefslogtreecommitdiff
path: root/home-config/wofi/style.css.bak
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/wofi/style.css.bak')
-rw-r--r--home-config/wofi/style.css.bak54
1 files changed, 0 insertions, 54 deletions
diff --git a/home-config/wofi/style.css.bak b/home-config/wofi/style.css.bak
deleted file mode 100644
index 7d9f449..0000000
--- a/home-config/wofi/style.css.bak
+++ /dev/null
@@ -1,54 +0,0 @@
-window {
- margin: 0px;
- /*border: 1px solid #79b5b3;*/
- background-color: #1d1b2b;
- border-radius: 5px;
-}
-
-#input {
- margin: 5px;
- border: none;
- color: #d5d8ed;
- border-radius: 5px;
- background-color: #44475a;
-}
-
-#input:selected {
- border: inherit;
-}
-
-#inner-box {
- margin: 5px;
- border: none;
- background-color: inherit;
-}
-
-#outer-box {
- margin: 5px;
- border: none;
- background-color: inherit;
-}
-
-#scroll {
- margin: 0px;
- border: none;
-}
-
-#text {
- margin: 5px;
- border: none;
- color: #d5d8ed;
-}
-
-#img {
- background-color: transparent;
-}
-
-#entry {
- border: none;
-}
-
-#entry:selected {
- background-color: #44475a;
- border-radius: 5px;
-}