X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=70d020e0d869a4584a7f4e274a27dfc1b13f80ca;hb=ecdf106d54bd51a3608422eb626d54ace2de81c4;hp=b6443476d690a10520366303aa58122198b7895f;hpb=f1e793b356fd4d526eafc66073302e584ede78a7;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index b6443476..70d020e0 100644 --- a/themes/default/default.css +++ b/themes/default/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: 3px; - border: 1px solid #cccccc; border-collapse: collapse; } .tablestyle_noborder {