Code

Mark not migrated images red
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 10:50:09 +0000 (10:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 10:50:09 +0000 (10:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15791 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index 339627b6ddfc3503d50cf3ba21374441bc83561c..33a660a744decd3778a50cd7f59079f4d2227f8f 100644 (file)
@@ -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;
 }