From: cajus Date: Thu, 11 Mar 2010 15:17:29 +0000 (+0000) Subject: Mark input buttons with red frames X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5aae9417d3e08512eae163d0e251aaf44c539330;p=gosa.git Mark input buttons with red frames git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16471 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;