From: cajus Date: Mon, 1 Mar 2010 10:50:09 +0000 (+0000) Subject: Mark not migrated images red X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c3016a7bb18fc59048cec00cc73772576f05f47;p=gosa.git Mark not migrated images red git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15791 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 339627b6d..33a660a74 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -78,11 +78,14 @@ h3 { font-weight:bold; } -div.img{ - /* migration color */ - background-color:rgba(255,0,0,0.2); +/* Image with migration color */ +img, input[type=image] { border:1px solid red; + background-color:rgba(255,0,0,0.2); +} +/* Image with migration color */ +div.img{ background-repeat:no-repeat; position:relative; }