color: #bfbfbf;
}
-input, textarea {
+.btn, .cbi-button, input, textarea {
transition: border linear 0.2s, box-shadow linear 0.2s;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
outline: 0;
border-color: rgba(82, 168, 236, 0.8) !important;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ text-decoration: none;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
line-height: 28px;
}
-.alert-message .btn {
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
-}
-
.label {
padding: 1px 3px 2px;
font-size: 9.75px;