From 8b6a3b4e114fe366dce6bd9ed46feeec7c3be5b5 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Mon, 18 Feb 2013 01:54:23 +0000 Subject: [PATCH] MDL-28692 theme_base: Added background-color to admin settings form overridden in base/style/admin.css --- theme/base/style/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/style/admin.css b/theme/base/style/admin.css index df0e64ff2f5..d66daa6ff97 100644 --- a/theme/base/style/admin.css +++ b/theme/base/style/admin.css @@ -175,6 +175,7 @@ #adminsettings .form-item .patherror {margin-left: 0.5em;} #adminsettings #admin-emoticons table td input {width: 8em;} #adminsettings #admin-emoticons table td.c0 input {width: 4em;} +#adminsettings .form-overridden {background-color: yellow;} #adminthemeselector .selectedtheme td.c0 {border:1px solid;border-right-width:0;} #adminthemeselector .selectedtheme td.c1 {border:1px solid;border-left-width:0;}