From: Joe Hunt Date: Tue, 11 Nov 2008 00:59:43 +0000 (+0000) Subject: New stylesheets for standard themes X-Git-Tag: v2.4.2~19^2~1768 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2332db237b46fc7025212d3525525c16e86e94d3;p=fa-stable.git New stylesheets for standard themes --- 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; }