mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Admin-ui Make readonly/disabled inputs more obvious.
This commit is contained in:
@@ -188,6 +188,11 @@ table label.checkbox { margin-left: 20px }
|
|||||||
.form-control-feedback-left { left:0; top:0 }
|
.form-control-feedback-left { left:0; top:0 }
|
||||||
.has-feedback-left input { padding-left:30px; }
|
.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 }
|
td .file.well { margin-bottom:0 }
|
||||||
|
|
||||||
/* #admin-ui-list-filter #searchquery { padding-left:22px; } */
|
/* #admin-ui-list-filter #searchquery { padding-left:22px; } */
|
||||||
|
Reference in New Issue
Block a user