Преглед изворни кода

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-bottom-color: transparent;
     color: #000;
-    margin-bottom: -1px;
+    position: relative;
     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) {
     .tab-container > .label {
         width: auto;