X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ultimate.css;h=c3779237b5e6c499dc54f50790da6a73a8eb4cbc;hb=7626b7a98269f414e882c0a9c665f1b2881a0149;hp=856d83936291ca2fee4c29373356d500b2f4c0ae;hpb=6a6db07b491068532a3c34b522f3a00fc900870b;p=pkanalytics diff --git a/ultimate.css b/ultimate.css index 856d839..c377923 100644 --- a/ultimate.css +++ b/ultimate.css @@ -26,18 +26,21 @@ color: rgba(0, 0, 0, 0.6); text-decoration: none; } -#filter { +.filter { padding-left: 10px; margin-top: 0; padding-top: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; + margin-bottom: 10px; +} +.filtermenus { margin-bottom: 20px; } -#filter-icon { +.filter-icon { vertical-align: middle; } -#filter-legend { +.filter-legend { vertical-align: bottom; font-size: 14px; font-weight: bold; @@ -54,7 +57,7 @@ padding-left: 6px; padding-right: 6px; } -#filter-click-to-add { +.filter-click-to-add { margin-left: 10px; vertical-align: bottom; font-size: 14px; @@ -100,6 +103,10 @@ #filter-submenu div.option { padding-right: 12px; } +.filter:not(:nth-child(1 of .filter)) svg, +.filter:not(:nth-child(1 of .filter)) .filter-legend { + opacity: 0; +} div.option input[type="checkbox"] { margin-right: 0.5em; } @@ -152,3 +159,5 @@ td.name { .invertedci .range.s1 { fill: #fdd; } .bar { fill: steelblue; } + +.filtermarker { font-size: smaller; text-transform: uppercase; }