Added Admin_Only decorator and greyed out read-only text-areas
This commit is contained in:
parent
a48ae75907
commit
3695049a6c
2 changed files with 15 additions and 1 deletions
|
@ -484,7 +484,7 @@ fieldset.plain {
|
|||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||
}
|
||||
|
||||
input[readonly]{
|
||||
input[readonly], textarea[readonly] {
|
||||
background-color:#b1b1b1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue