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;
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);

View file

@ -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 {