BITKit/Src/Unity/UX/SubMenu.uss

17 lines
303 B
Plaintext
Raw Normal View History

2023-06-05 19:57:17 +08:00
Button {
background-color: rgba(0, 0, 0, 0);
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
}
Button:hover {
2024-11-08 12:52:09 +08:00
background-color: rgb(64, 64, 64);
2023-06-05 19:57:17 +08:00
}
Button:active {
2024-11-08 12:52:09 +08:00
background-color: rgb(125, 125, 125);
color: rgb(29, 29, 29);
2023-06-05 19:57:17 +08:00
}