From 1f7f9ea58aa39594750eaa50e72e44063d659f2f Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 26 Jan 2010 16:18:13 +0000 Subject: [PATCH] Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15341 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; } -- 2.30.2