2010-07-24 Steffen Kamper <steffen@typo3.org>
+ * Fixed bug #14794: Missing border-bottom for inactive tabs (Thanks to Steffen Gebert)
* Fixed bug #15188: Remove default greyed out effect for CEs (Thanks to Steffen Gebert)
* Fixed bug #14969: Colors for highlighting the tree and a versioned page can't be distinguished (Thanks to Steffen Gebert)
cursor: default;
}
+table.typo3-dyntabmenu td a {
+ border-bottom: 1px solid #ffffff;
+}
+
+table.typo3-dyntabmenu td.tab a,
+table.typo3-dyntabmenu td.tab_over a {
+ border-bottom: 1px solid #c0c0c0;
+}
+
table.typo3-dyntabmenu td a,
table#typo3-tabmenu td a {
color: #666;