优化菜单页面的点击效果和增加列表风格属性

This commit is contained in:
张开科 2025-01-24 15:13:41 +08:00
parent e6cfa87420
commit fdc851c4e6
2 changed files with 25 additions and 0 deletions

View File

@ -33,6 +33,7 @@
color: @yellow-opa-100;
}
list,
list row,
treeview.view,
window {
@ -105,6 +106,18 @@ button.invalid:active,
border-color: @blue-opa-50;
}
button.color1:hover,
button.color2:hover,
button.color3:hover,
button.color4:hover,
button.update:hover,
button.invalid:hover,
.dialog button:hover,
row:hover {
background-color: @blue-opa-50;
border-color: @blue-opa-50;
}
button.active {
background-color: @white-opa-20;
}

View File

@ -19,6 +19,7 @@
color: @text ;
}
list,
list row,
treeview.view,
window {
@ -117,6 +118,17 @@ button.invalid:active,
background-color: @active;
}
row:hover,
button.color1:hover,
button.color2:hover,
button.color3:hover,
button.color4:hover,
button.update:hover,
button.invalid:hover,
.dialog button:hover {
background-color: @active;
}
button.active {
background-color: @active;
}