X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=0180fd4d9dea3c8cab599266e1216a2fd25d8aec;hb=5af53b13622ca77bc851cccaa087d7e2aedc3401;hp=2ca5ca97dc2be77c563f47aaab111c021cde05c5;hpb=d11d428b5fbf853abb56d481d93fe4fef009505f;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index 2ca5ca97..0180fd4d 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -53,7 +53,7 @@ a { } a:link { - color: #00000bb; + color: #0000bb; text-decoration: none; } @@ -187,7 +187,7 @@ div.tabs a.selected { } div.tabs a:hover { border-top-color: #cccccc; - border-right-color: #cccccc + border-right-color: #cccccc; border-bottom-color: #e4ecec; border-left-color: #cccccc; background: #e4ecec; @@ -324,7 +324,7 @@ div.tabs a:hover { .tablestyle { padding: 3px; - border: 1 solid #cccccc; + border: 1px solid #cccccc; border-collapse: collapse; } @@ -335,4 +335,23 @@ div.tabs a:hover { } .tablestyle_noborder { padding: 3px; -} \ No newline at end of file +} + +.amount { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + text-align: right; +} + +input.amount { + padding-right: 0px; + border-right: none; +} + +.editbutton { + color:#0000FF; + background-color:transparent; + border-style:none; + text-decoration:underline; + cursor: pointer; +}