mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
Admin-ui Make readonly/disabled inputs more obvious.
This commit is contained in:
parent
b5157e70cb
commit
e34e4740c5
@ -188,6 +188,11 @@ table label.checkbox { margin-left: 20px }
|
||||
.form-control-feedback-left { left:0; top:0 }
|
||||
.has-feedback-left input { padding-left:30px; }
|
||||
|
||||
.form-control[disabled], .form-control[readonly] {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
td .file.well { margin-bottom:0 }
|
||||
|
||||
/* #admin-ui-list-filter #searchquery { padding-left:22px; } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user