fixing some tab weirdness in the themes

This commit is contained in:
Jon Rohan
2013-01-22 13:58:57 -08:00
parent 7c3141783b
commit f4787717df
2 changed files with 2 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
background: #333333;
border-bottom: 4px solid #424242;
font: caption;
box-shadow: inset 0 -1px 0 #2e2e2e;
}
.tab {
@@ -90,10 +91,6 @@
display: none;
}
.tab.active:last-child:after {
display: none;
}
.tab:hover {
color: #c8c8c8;
background-image: -webkit-linear-gradient(#474747, #444444);

View File

@@ -2,6 +2,7 @@
background: #e3e3e3;
border-bottom: 4px solid #e5e5e5;
font: caption;
box-shadow: inset 0 -1px 0 #959595;
}
.tab {
@@ -88,10 +89,6 @@
display: none;
}
.tab.active:last-child:after {
display: none;
}
.tab:hover {
background-image: -webkit-linear-gradient(#e2e2e2, #e0e0e0);
}