fixed location field access for administrator, improved disbaled field display
This commit is contained in:
@@ -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;}
|
||||
|
||||
|
Reference in New Issue
Block a user