45 lines
1.2 KiB
CSS
45 lines
1.2 KiB
CSS
.adminimal input.form-autocomplete, .adminimal input.form-text, .adminimal input.form-tel, .adminimal input.form-email, .adminimal input.form-url, .adminimal input.form-search, .adminimal input.form-number, .adminimal input.form-color, .adminimal input.form-file, .adminimal input.form-date, .adminimal input.form-time, .adminimal textarea.form-textarea{
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.adminimal select{
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.adminimal .button {
|
|
/* background-color: #2196F3; */
|
|
border-radius: 5px;
|
|
}
|
|
/* .adminimal .button:hover, .adminimal .button:focus {
|
|
background-color: #2196F3;
|
|
border-color: #2196F3;
|
|
}
|
|
|
|
.adminimal .button[data-drupal-selector="edit-submit-admin-nodes"]{
|
|
background-color: #64DD17;
|
|
}
|
|
|
|
.adminimal .button[data-drupal-selector="edit-reset"]{
|
|
background-color: #FFC107;
|
|
} */
|
|
|
|
|
|
.js td .dropbutton-multiple{
|
|
border-radius: 3px;
|
|
}
|
|
.views-exposed-form{
|
|
font-size: 0.9em;
|
|
}
|
|
.views-exposed-form input[type="text"]{
|
|
max-width:10em;
|
|
}
|
|
.views-exposed-form input[type="text"].form-autocomplete{
|
|
max-width:14em;
|
|
}
|
|
.views-exposed-form select.form-select{
|
|
min-height: 0;
|
|
padding: 0.2em 0.4em 0.2em 0.5em;
|
|
}
|