From 6aa1862b11b5e09002ca4e04457e189aae886441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 26 Apr 2011 15:10:53 +0200 Subject: [PATCH] more green and styled buttons in asec-green --- themes/asec-green/wcs.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/asec-green/wcs.css b/themes/asec-green/wcs.css index 1f95d6a..768a4f9 100644 --- a/themes/asec-green/wcs.css +++ b/themes/asec-green/wcs.css @@ -10,8 +10,8 @@ padding: 0; } a { - color: #0A54F5; - border-bottom: 1px dotted #888; + color: #0c99f7; + border-bottom: 1px dotted #F76B0C; text-decoration: none; } a:hover { @@ -55,7 +55,7 @@ cite { padding-left: 28px; } h1,h2,h3 { - color: #367EA6; + color: #495e01; padding-top: 6px; } @@ -132,6 +132,7 @@ div.widget div.title { display: block; text-decoration: none; border: none; + color: #495e01; } .sidenav a:hover { @@ -425,3 +426,13 @@ a#logout { bottom: 70px; right: 25px; } + +div.SubmitWidget input, input[type=submit] { + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + background: #9dbf04; + border: 1px outset #8ab001; + color: white; +} +