Skip to content
Snippets Groups Projects
Commit 8ddc16bc authored by Makarios Abouseif's avatar Makarios Abouseif
Browse files

Changed the styling of the disabled buttons

parent 2767a72e
Branches pubHTML
No related tags found
No related merge requests found
......@@ -46,6 +46,13 @@ button:hover {
cursor: pointer;
}
button:disabled,
button[disabled]{
color: white;
background-color: black;
border: solid white;
}
#newGameButton, #joinGameButton {
width: 245px;
height: 80px;
......@@ -72,4 +79,3 @@ button:hover {
font-family: serif;
text-align: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment