Chris Houseknecht
2014-08-15 16:31:52 -04:00
parent fc0ca8cd22
commit ceeea4d527
2 changed files with 15 additions and 2 deletions
+11
View File
@@ -1255,6 +1255,17 @@ input[type="checkbox"].checkbox-no-label {
color: @grey;
font-size: 10px;
}
.free-button {
background-color: #ff5850;
border: 1px solid #ff5850;
color: @white;
}
.free-button:hover {
background-color: #E64F48;
border: 1px solid #E64F48;
color: @white;
}
}
/* Inventory nav links */