X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=70d020e0d869a4584a7f4e274a27dfc1b13f80ca;hb=16b19d2a0218d206004c9b957344c6cd15835e15;hp=febd24271e640d8b37c32aa79e0a2e71d09dc8ed;hpb=2e181b13aa722a43e78b897404912d6b13a0a937;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index febd2427..70d020e0 100644 --- a/themes/default/default.css +++ b/themes/default/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: 3px; - border: 1px solid #cccccc; border-collapse: collapse; } .tablestyle_noborder { @@ -559,3 +573,35 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ 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%; +}