Fix inventory remove button to appear again $92

This commit is contained in:
Andrew Miner
2015-02-12 15:13:05 -08:00
parent 151c18126a
commit 7a33181d1b
3 changed files with 50 additions and 40 deletions
+9 -9
View File
@@ -48,17 +48,17 @@ All rights reserved.
td.action {
text-align: right;
}
button.remove {
opacity: 0;
position: relative; width: 1.8em; height: 1.8em;
background: url('/images/remove.png') no-repeat center;
border: 0;
outline: none;
button.remove {
opacity: 0;
position: relative; width: 1.8em; height: 1.8em;
background: url('/images/remove.png') no-repeat center;
border: 0;
outline: none;
&:hover {
background: url('/images/remove-hover.png') no-repeat center;
}
&:hover {
background: url('/images/remove-hover.png') no-repeat center;
}
}