r9478 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-01-14 12:39:17 +0100 (Wed, 14 Jan 2009)
New Revision: 9478
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Apply fat focus border to password input fields.
Details at http://dev.helma.org/trac/helma/changeset/9478
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-01-09 22:53:58 UTC (rev 9477)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-01-14 11:39:17 UTC (rev 9478)
@@ -215,7 +215,7 @@
font-weight: bold;
}
- textarea:focus, input[type=text]:focus {
+ textarea:focus, input[type=text]:focus, input[type=password]:focus {
border: 2px solid #66f;
}