diff options
Diffstat (limited to 'pyserver/static/base.css')
-rw-r--r-- | pyserver/static/base.css | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/pyserver/static/base.css b/pyserver/static/base.css index 15c2249..5c727aa 100644 --- a/pyserver/static/base.css +++ b/pyserver/static/base.css @@ -1,24 +1,3 @@ -.tabs > div, .tabs > input { display: none; } - -.tabs label { - padding: 5px; - border: 1px solid #aaa; - line-height: 28px; - cursor: pointer; - position: relative; - bottom: 1px; - background: #fff; -} - -.tabs input[type="radio"]:checked + label { border-bottom: 2px solid #fff; } - -.tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1), -.tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2) { - display: block; - padding: 5px; - border: - 1px solid #aaa; -} .tree { height: 85vh; padding: 5px; @@ -44,3 +23,4 @@ text-align: left; } + |