update button style

This commit is contained in:
xmcp
2019-03-16 20:47:43 +08:00
parent 3aaf706590
commit 9e6910b378

View File

@@ -51,7 +51,7 @@ pre {
button, .button {
color: black;
background-color: rgba(255,255,255,.5);
background-color: rgba(235,235,235,.5);
border-radius: 5px;
text-align: center;
border: 1px solid black;
@@ -59,6 +59,10 @@ button, .button {
margin: 0 .5em;
}
button:hover, .button:hover {
background-color: rgba(255,255,255,.7);
}
button:disabled, .button:disabled {
background-color: rgba(128,128,128,.5);
}