Explorar o código

Minor style improvements

Richard Knight %!s(int64=6) %!d(string=hai) anos
pai
achega
375de748a7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/styles.scss

+ 2 - 2
src/styles.scss

@@ -121,11 +121,11 @@ div.col-sm-8 {
 
 .btn-disabled {
 	color: #AAA !important;
-	background-color: #CCC !important;
+	background-color: unset;
 	border-color: #CCC !important;;
 	cursor: not-allowed !important;
 	&:hover {
-		background-color: #CCC !important;;
+		background-color: unset;
 	}
 }