diff --git a/frontend/app/styles/filters.css b/frontend/app/styles/filters.css index 98bce17fd7..691502fd94 100644 --- a/frontend/app/styles/filters.css +++ b/frontend/app/styles/filters.css @@ -27,6 +27,14 @@ padding-left: 10px; } +.active-filters .filter-value { + max-width: 200px; +} + +.active-filters .kv-label .default { + background-color: #eee; +} + .filter-panel { padding: 10px; background-color: #f5f5f5; diff --git a/frontend/app/styles/label.css b/frontend/app/styles/label.css index c4afc10d54..c37c35e2c6 100644 --- a/frontend/app/styles/label.css +++ b/frontend/app/styles/label.css @@ -14,8 +14,8 @@ white-space: nowrap; } .kv-label span.kv-label-key { - border-bottom-left-radius: 0.25em; - border-top-left-radius: .25em; + /* border-bottom-left-radius: 0.25em; + border-top-left-radius: .25em; */ border-left-color: #3c8dbc; border-left-width: 3px; border-left-style: solid; @@ -29,6 +29,17 @@ text-overflow: ellipsis; max-width: 200px; } + +.kv-label.kv-label-addon span.kv-label-val { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.kv-label.kv-label-addon span:last-child { + border-bottom-right-radius: 0.25em; + border-top-right-radius: .25em; +} + .kv-label>span.primary { background-color: #3c8dbc; color: #fff; diff --git a/frontend/app/styles/main.css b/frontend/app/styles/main.css index cfb024f4db..3b328dba34 100644 --- a/frontend/app/styles/main.css +++ b/frontend/app/styles/main.css @@ -761,3 +761,8 @@ table.tbody-stripped>tbody+tbody { table.tbody-stripped > tbody > tr > td { } + +.ellipsable { + overflow: hidden; + text-overflow: ellipsis; +} diff --git a/frontend/app/views/components/search/filters-preview.component.html b/frontend/app/views/components/search/filters-preview.component.html index 7d28eeb9fd..778b3b648d 100644 --- a/frontend/app/views/components/search/filters-preview.component.html +++ b/frontend/app/views/components/search/filters-preview.component.html @@ -1,18 +1,18 @@ -