some updates from the last month
[themes.git] / EarlyBlue / global / tabbox.css
index 7a76e127f072bc40df8e9f8a617ad7288f8b4a72..c84a7200e56cb647db4d4572a032aa3d8b18dc8d 100644 (file)
@@ -68,6 +68,7 @@ tabpanels {
 tab {
   margin-top: 2px;
   border: 1px outset #CCD0DD;
+  border-bottom: none;
   padding: 1px 4px 2px 4px;
   background-color: #CCD0DD;
   color: #000000;
@@ -96,6 +97,8 @@ tab[first-tab="true"][selected="true"] {
 .tab-bottom {
   margin-top: 0;
   margin-bottom: 2px;
+  border: 1px outset #CCD0DD;
+  border-top: none;
   padding: 2px 4px 1px 4px;
 }