From: cajus Date: Tue, 26 Jan 2010 16:18:13 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1f7f9ea58aa39594750eaa50e72e44063d659f2f;p=gosa.git Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15341 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 8ea281de3..b3770af00 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -697,10 +697,17 @@ input { input[type=text] { border:1px solid #AAA; + padding:2px; +} + +input[type=text]:focus, input[type=password]:focus { + border:1px solid #333; } + input[type=password] { border:1px solid #AAA; + padding:2px; }