New backup 2025-10-22 22:00:01
This commit is contained in:
parent
23a6bb5124
commit
3515bf8cd8
2 changed files with 5 additions and 3 deletions
|
|
@ -55,9 +55,11 @@ window {
|
|||
margin:10px;
|
||||
padding: 10px;
|
||||
}
|
||||
#entry:selected {
|
||||
#entry:selected > #row {
|
||||
background-color: var(--button-background-active-color) !important;
|
||||
outline: none;
|
||||
/* outline: none;*/
|
||||
border: 2px solid red;
|
||||
border-radius: 10px;
|
||||
color: red;
|
||||
}
|
||||
#entry:hover {
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ widgets main borders color insensitive backdrop */
|
|||
* Button Colors
|
||||
*
|
||||
*/
|
||||
@define-color theme_button_background_normal_breeze alpha(@color0, 0);
|
||||
@define-color theme_button_background_normal_breeze alpha(@color0, 1);
|
||||
@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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue