Code

Mark input buttons with red frames
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 15:17:29 +0000 (15:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 15:17:29 +0000 (15:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16471 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index fd6311c409ff2cedba28cf2268d877e620e24d66..793a2d13e77b3f0633df18c73baa4a4899a352c4 100644 (file)
@@ -90,6 +90,11 @@ img, input[type=image] {
   background-color:rgba(255,0,0,0.2);
 }
 
+/* Input with migration color */
+input[type=submit] {
+  border:1px solid red;
+}
+
 .required{
   font-size:xx-small;
   vertical-align:top;