diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-03 15:27:47 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-03 15:27:47 +0200 |
| commit | 04709e91d72b0209544ed572f8bb7adb8efb3b17 (patch) | |
| tree | 92f58c63a96dd0372ec9e38779d2f8ffff6eb99d /skins/pdblue.css | |
| parent | ef6de52ab5f28499aefbbf5c6ac290c84266ab70 (diff) | |
add nice submit buttons to pdblue skin
Diffstat (limited to 'skins/pdblue.css')
| -rw-r--r-- | skins/pdblue.css | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/skins/pdblue.css b/skins/pdblue.css index 563ce69fa..0a4569de6 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -15,7 +15,6 @@ a:link:hover { background-color:transparent; } - /* Menu */ .menugroup h3 { @@ -303,3 +302,30 @@ form dt, dl.pairs dt { form dd, dl.pairs dd { background-color:#DEE6F3; } + +.submitready { + height:30px; + width:180px; + font-size:1.3em; + color:white; + + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + -khtml-border-radius: 20px; + border-radius: 20px; + border: 0px; + + background:#5090D0; + background-image:url("/env/grafics/ok.png"); + background-size: 20px 20px; + background-repeat:no-repeat; + background-position: 6px center; +} + +.submitready:hover { + background:#65AC2A; + background-image:url("/env/grafics/ok.png"); + background-size: 20px 20px; + background-repeat:no-repeat; + background-position: 6px center; +}
\ No newline at end of file |
