diff options
Diffstat (limited to 'httemplate/elements/freeside.css')
-rw-r--r-- | httemplate/elements/freeside.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index c310e2fa0..73434f360 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -10,7 +10,21 @@ a:link, a:visited { /* text-decoration: none; */ color: #000000; } -/* a:hover { text-decoration: underline } */ + +a:hover { + text-decoration: underline; + color: #7e0079; +} + +textarea, input { + border: 1px solid #666666; + padding: 1px; +} + +textarea:focus, input:focus { + background-color: #ffffdd; + border: 1px solid #7e0079; +} /* a:focus { background-color: #ccccee } */ |