X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=c37e539b5d64ff6c91c34132c277dba2bd518f6f;hb=9451db1760036985de791ba24c442801e37f37de;hp=d48d1aa31f976f192c2c4dde12d596d9594498a0;hpb=953b3605810699962454b624e19bd0779b17e7f7;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index d48d1aa3..c37e539b 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -43,7 +43,7 @@ input, select { } select { - max-width: 200px; + max-width: 230px; } option.inactive { @@ -338,7 +338,7 @@ div.tabs a:hover { color: #ff6666; } -.redfg { +.redfg, a.redfg { color: red; font-weight: bold; } @@ -483,7 +483,7 @@ ul.ajaxtabs li{ display: inline; } -ul.ajaxtabs li input{ +ul.ajaxtabs li button{ background-color: #dee7ec; /* background-repeat: repeat-x; background-position: top; */ @@ -496,7 +496,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; } @@ -514,7 +514,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;