Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/SubMenu.uss

17 lines
303 B
Plaintext
Raw Normal View History

2024-11-03 16:42:23 +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-13 17:47:45 +08:00
background-color: rgb(64, 64, 64);
2024-11-03 16:42:23 +08:00
}
Button:active {
2024-11-13 17:47:45 +08:00
background-color: rgb(125, 125, 125);
color: rgb(29, 29, 29);
2024-11-03 16:42:23 +08:00
}