X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=3b3596a30aec30e05549d3788a394d1d6184c266;hb=9db26905f4397053c3ec3362a76add78febb8dac;hp=82d778eed70fde5c0beac5a34825e313196cc9cd;hpb=f1e793b356fd4d526eafc66073302e584ede78a7;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 82d778ee..3b3596a3 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; @@ -91,11 +95,6 @@ button img, span { vertical-align: middle; } -.login { - background-color: #ffffff; - border: none; -} - .callout_main { font-family: Verdana, Arial, Helvetica; border: none; @@ -229,6 +228,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -239,8 +243,16 @@ div.tabs a:hover { color: #cccccc; font-weight: normal; font-size: 9px; + text-align: center; + width: 100%; +} + +.footer td a { + color: #666666; + font-size: 9px; } + .tableheader { font-weight: bold; background-color: #d5cea7; @@ -264,6 +276,7 @@ div.tabs a:hover { font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; + width: 100%; } .headingtext { @@ -290,7 +303,7 @@ div.tabs a:hover { } .inputsubmit { - font-size: 8pt; + font-size: 11px; border: 1px solid #0066cc; padding: 1px 4px; } @@ -321,7 +334,7 @@ div.tabs a:hover { color: #ff6666; } -.redfg { +.redfg, a.redfg { color: red; font-weight: bold; } @@ -350,21 +363,54 @@ div.tabs a:hover { color: red; } -.tablestyle { - padding: 3px; +table.tablestyle { + border-collapse: collapse; border: 1px solid #8cacbb; +} +table.tablestyle td { border-collapse: collapse; + border: 1px solid #8cacbb; } - -.tablestyle2 { - padding: 0 3px; - border: 1px solid #ccc; +table.tablestyle2 { + border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle2 td { + border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle_inner { border-collapse: collapse; + border: 1px solid #f9f9f9; +} +table.tablestyle_inner td { + border-collapse: collapse; + border: 1px solid #f9f9f9; } .tablestyle_noborder { padding: 3px; } +.label { + background-color: #efefef; + color: black; +} + +#loginscreen { + background: #f5f5f5; +} + +.login { + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; +} +.login td { + border-collapse: collapse; + border: 1px solid #cccccc; +} + .amount { font-family: Verdana, Arial, Helvetica; font-size: 11px; @@ -412,6 +458,10 @@ button.navibutton { background-color: #d5cea7; } +.navibar tr td { + border: none; +} + .listsubmit { display: none; } @@ -429,7 +479,7 @@ ul.ajaxtabs li{ display: inline; } -ul.ajaxtabs li input{ +ul.ajaxtabs li button{ background-color: #dee7ec; /* background-repeat: repeat-x; background-position: top; */ @@ -442,7 +492,7 @@ ul.ajaxtabs li input{ font-weight: bold; } -ul.ajaxtabs li input:hover{ +ul.ajaxtabs li button:hover{ border-top: 1px solid #8cacbb; color:#FFFFFF; } @@ -460,7 +510,7 @@ div.contentBox{ margin: 0 3px 3px 3px } -ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ +ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{ border-left: 1px solid #8cacbb; background-color: #8cacbb; color:#FFFFFF;