forked from newthuhole/hole_thu_frontend
update button style
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user