New backup 2025-10-22 22:15:02

This commit is contained in:
Penelope Gwen 2025-10-22 22:15:02 -07:00
parent 3515bf8cd8
commit 9bf754de96
2 changed files with 6 additions and 9 deletions

View file

@ -55,12 +55,9 @@ window {
margin:10px; margin:10px;
padding: 10px; padding: 10px;
} }
#entry:selected > #row { #entry:selected {
background-color: var(--button-background-active-color) !important; background-color: var(--button-background-active-color);
/* outline: none;*/ outline: none;
border: 2px solid red;
border-radius: 10px;
color: red;
} }
#entry:hover { #entry:hover {
background-color: var(--button-background-active-color); background-color: var(--button-background-active-color);

View file

@ -104,7 +104,7 @@ widgets main borders color insensitive backdrop */
* Button Colors * 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_hover_breeze alpha(@color5, 0.7);
@define-color theme_button_decoration_focus_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); @define-color theme_button_foreground_normal_breeze alpha(@color15, 1);
@ -578,12 +578,12 @@ picture:disabled {
/*********** /***********
* Buttons * * Buttons *
***********/ ***********/
@keyframes needs_attention { /*@keyframes needs_attention {
from { from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(@theme_button_decoration_focus_breeze), to(transparent)); } background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(@theme_button_decoration_focus_breeze), to(transparent)); }
to { to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color_breeze), to(transparent)); } } background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color_breeze), to(transparent)); } }
*/
button.osd, button.osd,
button { button {