X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=fc84e8b9ac0d78f1577b2ce519e585d05e185305;hb=0ddbffd3121056b6cf10dbd715d72d10fffdf253;hp=3281ea0b061838108673ec0435a8b7449320058b;hpb=bc426821d8ae6319bd9394ac275bb700e6394fc3;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index 3281ea0b..fc84e8b9 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -29,7 +29,7 @@ tr, td, th { line-height: 19px; } -tr { +table { text-align: left; } @@ -383,7 +383,7 @@ input.amount { padding: 3px; border: 1px solid #cccccc; border-collapse: collapse; - background-color: #788da1; + background-color: #dee7ec; } @@ -440,3 +440,12 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ background-color: #8cacbb; color:#FFFFFF; } +#hints { + font-size: 13px; + padding: 5px; + border-bottom: 1px solid #8cacbb; + margin: -4px -2px -2px; + border: 1px solid #8cacbb; + background-color: #FFFFE0; + white-space: nowrap; +}