Comprobación visual con botón de nif válido y/o duplicado (inputGroup)
This commit is contained in:
@@ -9,4 +9,26 @@ BODY {
|
||||
.nopadding {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.green-button.ui-button.ui-state-default {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.green-button.ui-button.ui-state-default:enabled:hover, .green-button.ui-button.ui-state-default:focus {
|
||||
background-color: #4cae4c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.red-button.ui-button.ui-state-default {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.red-button.ui-button.ui-state-default:enabled:hover, .red-button.ui-button.ui-state-default:focus {
|
||||
background-color: #d43f3a;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
Reference in New Issue
Block a user