From e34e4740c543afb1a9a4fd06d9a86e35946f046c Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 6 Sep 2018 11:21:17 -0700 Subject: [PATCH] Admin-ui Make readonly/disabled inputs more obvious. --- e107_themes/bootstrap3/admin_style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 8b2ed5c1e..1f27ee5fa 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -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; } */