Browse Source

update button style

dev
xmcp 6 years ago
parent
commit
9e6910b378
  1. 6
      src/index.css

6
src/index.css

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

Loading…
Cancel
Save