From 8c33208510a3da87ffc0c7b7842ee8ae02c6faa9 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sat, 5 Apr 2014 16:55:57 +0100 Subject: [PATCH] MDL-38183 themes: Removed redundant css rules for #adminsettings .form-overridden from standard and formal_white. --- theme/formal_white/style/formal_white.css | 1 - theme/standard/style/admin.css | 1 - 2 files changed, 2 deletions(-) diff --git a/theme/formal_white/style/formal_white.css b/theme/formal_white/style/formal_white.css index 4e94bc753d2..e57328e1788 100644 --- a/theme/formal_white/style/formal_white.css +++ b/theme/formal_white/style/formal_white.css @@ -113,7 +113,6 @@ h2.main, h3.main, h4.main {margin:1em;padding:0;text-align:center;} .environmenttable .ok {background-color:lime;} /* adminsettings */ -#adminsettings .form-overridden {background-color:yellow;} #adminsettings .form-warning {color:red;} /* tables */ diff --git a/theme/standard/style/admin.css b/theme/standard/style/admin.css index 05bc65924e9..0e05d3480e5 100644 --- a/theme/standard/style/admin.css +++ b/theme/standard/style/admin.css @@ -94,7 +94,6 @@ table.flexible .r1 {background-color: #FAFAFA;} #adminsettings fieldset.error {border: 1px solid red;} #adminsettings fieldset.error legend {color: red;} #adminsettings .form-shortname {color: #888;} -#adminsettings .form-overridden {background-color: #ff6;} #adminsettings .form-warning {background-color: #f88;} #adminsettings .form-defaultinfo {color: #888;} #adminsettings .form-item .pathok {color: green;}