fixed location field access for administrator, improved disbaled field display

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-11 11:30:39 +01:00
parent 7ed9dc54bf
commit 8b5d721bfd
8 changed files with 1585 additions and 161 deletions

View File

@@ -56,6 +56,38 @@ select.form-select {
max-width:100%;
}
input.form-autocomplete:disabled,
input.form-text:disabled,
textarea.form-textarea:disabled,
select.form-select:disabled{
padding:3px;
border-width:0px;
border-style:solid;
border-color:none;
background:#fff;
color:#1A1A1A;
max-width:100%;
}
input.form-autocomplete:hover:disabled,
input.form-text:hover:disabled,
input.form-file:hover:disabled,
textarea.form-textarea:hover:disabled,
select.form-select:hover:disabled,
input.form-autocomplete:focus:disabled,
input.form-text:focus:disabled,
input.form-file:focus:disabled,
input.form-checkbox:focus:disabled,
input.form-radio:focus:disabled,
textarea.form-textarea:focus:disabled,
select.form-select:focus:disabled{
color: inherit;;
border-color: #fff;
-webkit-box-shadow: #fff 0 0 0px;
-moz-box-shadow: #fff 0 0 0px;
box-shadow: #fff 0 0 0px;
}
span.autocomplete-deluxe-button{top:0.25em;}