diff --git a/src/css/plugin.css b/src/css/plugin.css index 4842e95..af8ede9 100644 --- a/src/css/plugin.css +++ b/src/css/plugin.css @@ -1,5 +1,5 @@ -.group-by-tag-checkbox input+label::before, -.group-by-tag-checkbox input+label::after { +.group-by-tag-checkbox input + label::before, +.group-by-tag-checkbox input + label::after { transition: none !important; background: #292929 none; } @@ -8,19 +8,19 @@ margin-left: -3px; } -.group-by-tag-checkbox input+label::before { +.group-by-tag-checkbox input + label::before { color: #eb6618; } -.group-by-tag-checkbox:hover input+label::before { +.group-by-tag-checkbox:hover input + label::before { color: #eb6618; } -.group-by-tag-checkbox input+label::after { +.group-by-tag-checkbox input + label::after { color: #5bbf00; } -.group-by-tag-checkbox:hover input+label::after { +.group-by-tag-checkbox:hover input + label::after { color: #5bbf00; } @@ -44,9 +44,11 @@ .red { color: #F44336; } + .darkgray { color: darkgray; } + .orange { color: #eb6618; } @@ -71,11 +73,19 @@ cursor: pointer; } +.fa { + text-align: center; +} + .disabled .fa, .enabled .fa { color: white; } -.italic{ +.fa-exclamation-triangle { + padding-right: 4px; +} + +.italic { font-style: italic; } @@ -84,7 +94,7 @@ margin: 0 5px; } -.highlight .separator{ +.highlight .separator { border-right: 2px solid lightgoldenrodyellow; } @@ -102,16 +112,16 @@ padding: 2px 10px; margin-left: 5px; margin-right: 5px; - margin-top: -3px; + margin-top: 5px; height: 23px; } .custom-tag-value > span { margin-left: 5px; + margin-top: -5px; } .tag-value-input { - margin-top: -9px; } .filter-error { @@ -148,3 +158,7 @@ .gf-form-label.error { color: red !important; } + +.padding-left-4 { + padding-left: 4px !important; +} diff --git a/src/partials/feature.component.html b/src/partials/feature.component.html index ec71505..6497aff 100644 --- a/src/partials/feature.component.html +++ b/src/partials/feature.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/partials/filters.editor.html b/src/partials/filters.editor.html index 87818f0..1e933a7 100644 --- a/src/partials/filters.editor.html +++ b/src/partials/filters.editor.html @@ -1,7 +1,7 @@
-
+
-
-
-