X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=7a9fdf4502acb7ed3aedaa7e52148dce36942118;hp=f772ba8b8a856bb632ee3ae78f46a0d442460096;hb=ec0132f1c1f3599d7818a566b08129c994e6647b;hpb=b796253a5f27dc6a9a7ede5713365bc4556377ee diff --git a/css/1/euphorik.css b/css/1/euphorik.css index f772ba8..7a9fdf4 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -182,21 +182,26 @@ form select { border: #841919 1px solid; } +form input:hover, form input:focus, +form button:hover, form button:focus, +form select:hover, form select:focus { + background-color: #ffffff; +} + form input, form select { font-size: 12px; } - form button { font-size: 11px; } a { - text-decoration: none; + text-decoration: underline; } -a:link:visited { +a:link, a:visited { color: #c62929; } -a:hover:active { +a:hover, a:active { color: #e84747; }