From 5aae9417d3e08512eae163d0e251aaf44c539330 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 11 Mar 2010 15:17:29 +0000 Subject: [PATCH] Mark input buttons with red frames git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16471 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index fd6311c40..793a2d13e 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -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; -- 2.30.2