X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=e5898c47506e580bd9dd2d6c939c6c51f2d14671;hb=2a0f29497517eca1cde8b2832da5761edefb2268;hp=5ed3296bb2c422f6ade194f105234f987d8b5e16;hpb=bb0224b1b0f5af67cab34eb9c751e2c16b1e4b46;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 5ed3296b..e5898c47 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -46,6 +46,11 @@ select { max-width: 200px; } +option.inactive { + text-decoration: line-through; + color: gray; +} + input.big { width: 100px; } @@ -70,11 +75,15 @@ a:active { text-decoration: none; } -a:hover { +a:hover, a:focus { color: #2d8628; text-decoration: underline; } +.inactive { + color: gray; +} + button { font-size: 11px; border: 1px #0066cc solid; @@ -224,6 +233,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -341,15 +355,15 @@ div.tabs a:hover { background-color: pink; } +.stockmankofg { + color: red; +} + .tablestyle { - padding: 3px; - border: 1px solid #8cacbb; border-collapse: collapse; } .tablestyle2 { - padding: 0 3px; - border: 1px solid #ccc; border-collapse: collapse; } .tablestyle_noborder { @@ -504,10 +518,10 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ text-align: center; } #CC .header { - background-color: #336; + background-color: #518fad; } #CC .weekday { - background-color: #DDD; + background-color: #eee; color: #000; } #CC .weekend { @@ -515,12 +529,12 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #000; } #CC .weekno { - background-color: #c0daf8; + background-color: #d5cea7; color: #555; } #CC .current { border: 1px solid #339; - background-color: #336; + background-color: #518fad; color: #FFF; } #CC .weekday, #CC .weekend, #CC .current { @@ -531,7 +545,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { color: #FFF; - background-color: #336; + background-color: #518fad; border: 1px solid #999; } #CC .previous { @@ -544,7 +558,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ padding: 1px 3px 1px 3px; font-size: 1.4em; } -#CC .previous a, CC .next a { +#CC .previous a, #CC .next a { color: #FFF; text-decoration: none; font-weight: bold; @@ -555,6 +569,38 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #FFF; } #CC .empty { - background-color: #CCC; + background-color: #ddd; 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; + color: #ff5500; + text-align: center; +} + +div.note_msg { + margin: 10px; + padding: 3px; + border: 1px solid #33cc00; + background-color: #ccffcc; + color: #007700; + text-align: center; +} + +#title { + margin-bottom: 10px; + width: 100%; +}