add css changes

This commit is contained in:
OutCast3k
2018-01-03 19:30:36 +00:00
parent 56fa7b5139
commit 10e083bd89
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -77,7 +77,7 @@ body {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 25px;
height: 30px;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
@@ -85,6 +85,14 @@ body {
border: 2px dotted #c3c3c3;
}
#fees .sliderbtn {
height: 30px;
width: 30px;
padding: 0px;
margin: 0px;
border: 0px;
}
#fees .slider:hover {
opacity: 1;
}