diff --git a/de/home/.config/worf/style.css b/de/home/.config/worf/style.css index c8537ce..1101016 100644 --- a/de/home/.config/worf/style.css +++ b/de/home/.config/worf/style.css @@ -55,12 +55,9 @@ window { margin:10px; padding: 10px; } -#entry:selected > #row { - background-color: var(--button-background-active-color) !important; -/* outline: none;*/ - border: 2px solid red; - border-radius: 10px; - color: red; +#entry:selected { + background-color: var(--button-background-active-color); + outline: none; } #entry:hover { background-color: var(--button-background-active-color); diff --git a/de/home/.local/share/themes/pogmom-gtk/gtk-4.0/gtk.css b/de/home/.local/share/themes/pogmom-gtk/gtk-4.0/gtk.css index 13b319e..07f6443 100644 --- a/de/home/.local/share/themes/pogmom-gtk/gtk-4.0/gtk.css +++ b/de/home/.local/share/themes/pogmom-gtk/gtk-4.0/gtk.css @@ -104,7 +104,7 @@ widgets main borders color insensitive backdrop */ * Button Colors * */ -@define-color theme_button_background_normal_breeze alpha(@color0, 1); +@define-color theme_button_background_normal_breeze alpha(@color0, 0); @define-color theme_button_decoration_hover_breeze alpha(@color5, 0.7); @define-color theme_button_decoration_focus_breeze alpha(@color5, 0.7); @define-color theme_button_foreground_normal_breeze alpha(@color15, 1); @@ -578,12 +578,12 @@ picture:disabled { /*********** * Buttons * ***********/ -@keyframes needs_attention { +/*@keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(@theme_button_decoration_focus_breeze), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color_breeze), to(transparent)); } } - +*/ button.osd, button {