浏览代码

Got things looking right in Chrome, Firefox, and Edge, but still having some hiccups in IE11.

jalbr74 7 年之前
父节点
当前提交
1895b1efcd
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      server/src/main/webapp/public/resources/tab-container.css

+ 11 - 1
server/src/main/webapp/public/resources/tab-container.css

@@ -51,10 +51,20 @@
     border: 1px solid #6a6f71;
     border: 1px solid #6a6f71;
     border-bottom-color: transparent;
     border-bottom-color: transparent;
     color: #000;
     color: #000;
-    margin-bottom: -1px;
+    position: relative;
     z-index: 100;
     z-index: 100;
 }
 }
 
 
+.tab-container > .input:checked + .label::after {
+    content: "";
+    background: #fff;
+    bottom: -3px;
+    height: 3px;
+    left: 0;
+    position: absolute;
+    right: 0;
+}
+
 @media (min-width: 600px) {
 @media (min-width: 600px) {
     .tab-container > .label {
     .tab-container > .label {
         width: auto;
         width: auto;