X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=e5898c47506e580bd9dd2d6c939c6c51f2d14671;hb=2a0f29497517eca1cde8b2832da5761edefb2268;hp=82d778eed70fde5c0beac5a34825e313196cc9cd;hpb=f1e793b356fd4d526eafc66073302e584ede78a7;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 82d778ee..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 {