diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index f5b28f1ae..b187ea3a8 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -574,6 +574,12 @@ TD.tbtv_navcell -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; } +TD.tbtv_headercell:active +{ background-color: #DCDAD5; + border: 1px solid #9c9a94; + -moz-border-bottom-colors: #9c9a94; + -moz-border-right-colors: #9c9a94; } + td.tbtv_headercell SPAN { float: left; width: 100%; }