From 717f0799275d7d8d7fa89bd04132959101a7abcb Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Fri, 17 Jul 2020 14:19:04 +0300 Subject: [PATCH] Fix css focused tab --- pkg/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkg/index.html b/pkg/index.html index 7fef0fc6..f2d5645d 100644 --- a/pkg/index.html +++ b/pkg/index.html @@ -344,6 +344,19 @@ input ~ .tab { display: none } #tab4:checked ~ .tab.content4, #tab5:checked ~ .tab.content5 { display: block; } +#tab1:checked ~ nav ul li.tab1 label { + background: none; + border-bottom: 1px solid #c0c0c0; +} +#tab2:checked ~ nav ul li.tab2 label { + background: none; + border-bottom: 1px solid #c0c0c0; +} +#tab3:checked ~ nav ul li.tab3 label { + background: none; + border-bottom: 1px solid #c0c0c0; +} + input + label { border-top: 1px outset #fff; border-left: 1px outset #fff;