Files
MuHua-Core/Assets/UI Toolkit/UIComponent/PlateBaking/PlateBaking.uss
T
2024-11-08 18:15:06 +08:00

10 lines
228 B
Plaintext

.pb-button {
height: 30px;
background-color: rgb(204, 204, 204);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
margin-top: 2px;
}