优化菜单页面的点击效果和增加列表风格属性
This commit is contained in:
parent
e6cfa87420
commit
fdc851c4e6
@ -33,6 +33,7 @@
|
|||||||
color: @yellow-opa-100;
|
color: @yellow-opa-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list,
|
||||||
list row,
|
list row,
|
||||||
treeview.view,
|
treeview.view,
|
||||||
window {
|
window {
|
||||||
@ -105,6 +106,18 @@ button.invalid:active,
|
|||||||
border-color: @blue-opa-50;
|
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 {
|
button.active {
|
||||||
background-color: @white-opa-20;
|
background-color: @white-opa-20;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
color: @text ;
|
color: @text ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list,
|
||||||
list row,
|
list row,
|
||||||
treeview.view,
|
treeview.view,
|
||||||
window {
|
window {
|
||||||
@ -117,6 +118,17 @@ button.invalid:active,
|
|||||||
background-color: @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 {
|
button.active {
|
||||||
background-color: @active;
|
background-color: @active;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user