From 5993e9906b0ca22a0f07e474c51c4d7051f99a84 Mon Sep 17 00:00:00 2001 From: Ebuson Date: Wed, 2 Feb 2022 15:42:04 +0200 Subject: [PATCH] make Keywords color as People --- kahuna/public/js/edits/list-editor.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/kahuna/public/js/edits/list-editor.css b/kahuna/public/js/edits/list-editor.css index 1c80a1463d..ebd49fb0ed 100644 --- a/kahuna/public/js/edits/list-editor.css +++ b/kahuna/public/js/edits/list-editor.css @@ -95,7 +95,10 @@ element--partial is part of gr-panel. .image-info__people .element--partial .element__value, .image-info__people .element--partial .element__remove, - .image-info__people .element--partial .element__add{ +.image-info__people .element--partial .element__add, +.image-info__keywords .element--partial .element__value, +.image-info__keywords .element--partial .element__remove, +.image-info__keywords .element--partial .element__add{ background-color: white; color: #222; border-bottom: 0px; @@ -103,22 +106,29 @@ element--partial is part of gr-panel. .image-info__people .element__value, .image-info__people .element__remove, -.image-info__people .element__add { +.image-info__people .element__add, +.image-info__keywords .element__value, +.image-info__keywords .element__remove, +.image-info__keywords .element__add { background-color: #222; color: #999; border-bottom: 0px; } .image-info__people .element__link:hover, -.image-info__people .element__remove:hover { +.image-info__people .element__remove:hover, +.image-info__keywords .element__link:hover, +.image-info__keywords .element__remove:hover { color: #00adee; background-color: white; } -.image-info__people .element--partial .element__add:hover gr-icon { +.image-info__people .element--partial .element__add:hover gr-icon, +.image-info__keywords .element--partial .element__add:hover gr-icon { color: #717171; } -.image-info__people .element--partial .element__remove:hover gr-icon { +.image-info__people .element--partial .element__remove:hover gr-icon, +.image-info__keywords .element--partial .element__remove:hover gr-icon { color: #717171; }