diff --git a/de/home/.config/worf/style.css b/de/home/.config/worf/style.css.old3 similarity index 89% rename from de/home/.config/worf/style.css rename to de/home/.config/worf/style.css.old3 index 0f39641..1b6250b 100644 --- a/de/home/.config/worf/style.css +++ b/de/home/.config/worf/style.css.old3 @@ -52,19 +52,21 @@ window { border: 0px solid transparent; border-radius: 10px; background-color: var(--button-background-color); + background-color: red; margin:10px; padding: 10px; } -#entry:selected { +#entry:selected{ + background-color: +} +/*#entry:selected { background-color: red; -/* opacity: 0; - background-color: var(--button-background-active-color);*/ + border-radius: 10px; +// opacity: 0; +// background-color: var(--button-background-active-color); outline: none; color: red; - #row { - background-color: red; - } -} +}*/ #entry:hover { background-color: var(--button-background-active-color); outline: none; @@ -105,9 +107,9 @@ list { font-weight: bold; margin-left: 15px; } -#text:selected { +/*#text:selected { color: var(--active-foreground-color); -} +}*/ #img { opacity: 0.6; @@ -115,3 +117,8 @@ list { #img:selected { opacity: 1; } +/* +#entry:selected { + border-radius: 5px; + background-color: red; +}*/