X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=e5898c47506e580bd9dd2d6c939c6c51f2d14671;hb=2a0f29497517eca1cde8b2832da5761edefb2268;hp=f26ff382606965deb4806c9185a3eff85b2a6ad1;hpb=d9cb8b17823edab3842cc7084598d53eb40fa0ad;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index f26ff382..e5898c47 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -80,6 +80,10 @@ a:hover, a:focus { text-decoration: underline; } +.inactive { + color: gray; +} + button { font-size: 11px; border: 1px #0066cc solid; @@ -229,6 +233,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -351,14 +360,10 @@ div.tabs a:hover { } .tablestyle { - padding: 3px; - border: 1px solid #8cacbb; border-collapse: collapse; } .tablestyle2 { - padding: 0 3px; - border: 1px solid #ccc; border-collapse: collapse; } .tablestyle_noborder { @@ -568,7 +573,17 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ border: 1px solid #FFF; } +div.err_msg { + margin: 10px; + padding: 3px; + border: 1px solid #cc3300; + background-color: #ffcccc; + color: #dd2200; + text-align: center; +} + div.warn_msg { + margin: 10px; padding: 3px; border: 1px solid #ff9900; background-color: #ffff00; @@ -577,6 +592,7 @@ div.warn_msg { } div.note_msg { + margin: 10px; padding: 3px; border: 1px solid #33cc00; background-color: #ccffcc; @@ -584,6 +600,7 @@ div.note_msg { text-align: center; } -#msgbox { - margin: 10px; +#title { + margin-bottom: 10px; + width: 100%; }