visual class change

This commit is contained in:
Kenneth Jao 2017-04-27 01:53:27 -04:00
parent 41b44eed76
commit 7a614fab63

View File

@ -142,10 +142,6 @@
margin-bottom: 3%; margin-bottom: 3%;
padding: 2%; padding: 2%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
cursor: pointer; cursor: pointer;
@ -178,6 +174,7 @@
} }
.owned { .owned {
border: none !important;
box-shadow: inset 0 0 0 99999px rgba(255,255,255,0.3); box-shadow: inset 0 0 0 99999px rgba(255,255,255,0.3);
-webkit-transition: background-color 0.4s ease; -webkit-transition: background-color 0.4s ease;
-moz-transition: background-color 0.4s ease; -moz-transition: background-color 0.4s ease;