From: Joe Hunt Date: Mon, 10 Nov 2008 11:21:04 +0000 (+0000) Subject: changing the default.css style sheets to handle the new navibar/buttons X-Git-Tag: v2.4.2~19^2~1779 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e39d77850382a1184502c596aae74f353de38774;p=fa-stable.git changing the default.css style sheets to handle the new navibar/buttons --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5b946b39..6abed7f7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,14 @@ Legend: ! -> Note $ -> Affected files +10-Nov-2008 Joe Hunt +! changing the default.css style sheets to handle the new navibar/buttons +$ /themes/default/default.css + /themes/aqua/default.css + /themes/cool/default.css + /themes/cool/images/sort_asc.gif + /themes/cool/images/sort_desc.gif + 10-Nov-2008 Joe Hunt ! Changed Bank Statement Report in accourding to Bank Account Change $ /reporting/rep601.php diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 1e078543..e9b43763 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -375,9 +375,10 @@ input.amount { color:#808080; cursor: auto; } -.navibutton { - color:#0000FF; - padding: 3px; +button.navibutton { + font-weight: bold; + color:#000; + padding: 0 3px; background-color:transparent; border-style:none; text-decoration:underline; @@ -385,10 +386,14 @@ input.amount { } .navibar { - padding: 3px; + padding: 0 3px; border: 1px solid #8cacbb; border-collapse: collapse; - background-color: #dee7ec; + background-color: #d5cea7; +} +table.navibar td { + color: #000; + border: 0px none; } diff --git a/themes/cool/default.css b/themes/cool/default.css index 85f8342d..336ab1c5 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -380,9 +380,10 @@ input.amount { color:#808080; cursor: auto; } -.navibutton { - color:#0000FF; - padding: 3px; +button.navibutton { + font-weight: bold; + color:#fff; + padding: 0 3px; background-color:transparent; border-style:none; text-decoration:underline; @@ -390,10 +391,15 @@ input.amount { } .navibar { - padding: 3px; + padding: 0 3px; border: 1px solid #cccccc; border-collapse: collapse; - background-color: #dee7ec; + background-color: #788da1; +} + +table.navibar td { + color: #fff; + border: 0px none; } diff --git a/themes/cool/images/sort_asc.gif b/themes/cool/images/sort_asc.gif index 8055b425..61bdf04d 100644 Binary files a/themes/cool/images/sort_asc.gif and b/themes/cool/images/sort_asc.gif differ diff --git a/themes/cool/images/sort_desc.gif b/themes/cool/images/sort_desc.gif index e0f93f79..e1395eeb 100644 Binary files a/themes/cool/images/sort_desc.gif and b/themes/cool/images/sort_desc.gif differ diff --git a/themes/default/default.css b/themes/default/default.css index c89c6638..b4234515 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -376,9 +376,10 @@ input.amount { cursor: auto; } -.navibutton { - color:#0000FF; - padding: 3px; +button.navibutton { + font-weight: bold; + color:#000; + padding: 0 3px; background-color:transparent; border-style:none; text-decoration:underline; @@ -386,13 +387,14 @@ input.amount { } .navibar { - padding: 3px; + padding: 0 3px; border: 1px solid #8cacbb; border-collapse: collapse; background-color: #dee7ec; } table.navibar td { + color: #000 border: 0px none; }