From 33b6dbc7a3ff9e4f197812807832494704747ae4 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 21 Sep 2020 12:34:15 +0200 Subject: Update Wizard Content Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah Change-Id: I57f207a49a2de99ecf137a5f15aa0260007d8ac1 --- cds-ui/designer-client/src/styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cds-ui/designer-client/src/styles.css') diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 62ce5aa70..fb200dead 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2510,9 +2510,11 @@ animation: glowing 1500ms infinite; } -.action-button.delete i{ +/* .action-button.delete i{ color: #BABBC3; -} +} */ +.action-button.delete, +.action-button.delete i, .action-button.delete:hover, .action-button.delete:hover .icon-delete-sm{ color: #FF6469 !important; @@ -3421,7 +3423,7 @@ for simplicity .mat-menu-panel{ box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important; border-radius: 3px !important; - border-bottom: solid 3px #1273EB; + border-top: solid 3px #1273EB; } .mat-menu-panel::after { content: ''; @@ -3431,7 +3433,7 @@ for simplicity position: absolute; border-left: 8px solid transparent; border-right: 8px solid transparent; - border-bottom: 8px solid #1B3E6F; + border-bottom: 8px solid #1273EB; left: 9px; top: -8px; } -- cgit