mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Minor style fix in backend.css
This commit is contained in:
parent
047a41bab1
commit
a2b14ac93b
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ body legend {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.record-details input:read-only,
|
.record-details input:read-only:not(input[type="checkbox"]),
|
||||||
.record-details select:disabled,
|
.record-details select:disabled,
|
||||||
.record-details textarea:read-only {
|
.record-details textarea:read-only {
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
|
Loading…
Reference in a new issue