Changeset - 158ed4f88533
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-27 20:17:46
ohnobinki@ohnopublishing.net
Fix active tab coloration for CSS2 backwards-compatibility.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -116,7 +116,9 @@ margin-bottom: 2px;
 
#tabs li a:visited {
 
        color: rgba(255,255,255,1);
 
}
 
#tabs li a:hover, .ui-tabs-selected a  {
 
#tabs li a:hover, .ui-tabs-selected a
 
{
 
  background: rgb(200,200,200) !important; /* fallback */
 
        background: rgba(200,200,200,1)!important;
 
        color: rgb(0,0,0)!important;
 
}
0 comments (0 inline, 0 general)