This commit is contained in:
EvolvedCode
2016-10-17 21:09:51 +03:00
parent f8b539ea7a
commit 23d5da2ffc
3 changed files with 12 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ html, body {
cursor: pointer;
}
.button:hover {
.beast:hover {
background-color: #CFF2F2;
}
@@ -25,8 +25,3 @@ html, body {
.clear:hover {
background-color: #EAEA9D;
}
.inactive {
opacity: 0;
pointer-events: none;
}