This commit is contained in:
Sense T 2023-07-04 09:53:13 +08:00
parent ea053b54e5
commit 68face8ba6

View File

@ -15,19 +15,21 @@ window {
border-width: 1px; border-width: 1px;
border-color: rgba (156, 142, 122, 0.7); border-color: rgba (156, 142, 122, 0.7);
padding: 5px; padding: 5px;
margin: 5px margin: 5px;
} }
button, image { button, image {
background: none; background: none;
border: none; border: none;
box-shadow: none box-shadow: none;
height: 256px;
} }
button { button {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
margin: 5px margin: 5px;
font-size: 16px;
} }
button:hover { button:hover {