优化菜单页面的点击效果和增加列表风格属性
This commit is contained in:
parent
e6cfa87420
commit
fdc851c4e6
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user