From 2332db237b46fc7025212d3525525c16e86e94d3 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 11 Nov 2008 00:59:43 +0000 Subject: [PATCH] New stylesheets for standard themes --- themes/aqua/default.css | 7 +++++-- themes/cool/default.css | 4 +++- themes/default/default.css | 6 ++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/themes/aqua/default.css b/themes/aqua/default.css index e9b43763..77b80f18 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -373,15 +373,18 @@ input.amount { .navibutton[disabled] { color:#808080; - cursor: auto; + cursor: inherit; } + button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; font-weight: bold; color:#000; padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; + /*text-decoration:underline;*/ cursor: pointer; } diff --git a/themes/cool/default.css b/themes/cool/default.css index 336ab1c5..4105d5de 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -381,12 +381,14 @@ input.amount { cursor: auto; } button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; font-weight: bold; color:#fff; padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; + /*text-decoration:underline;*/ cursor: pointer; } diff --git a/themes/default/default.css b/themes/default/default.css index b4234515..f58c3cff 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -377,12 +377,14 @@ input.amount { } button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; font-weight: bold; color:#000; padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; + /*text-decoration:underline;*/ cursor: pointer; } @@ -394,7 +396,7 @@ button.navibutton { } table.navibar td { - color: #000 + color: #000; border: 0px none; } -- 2.30.2