From 95d1cdf1e91900a79723726ea8094a2d03674b8e Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 27 Apr 2020 23:15:46 +0200 Subject: Remove all vLB.CDS from package name Issue-ID: CCSDK-2342 Signed-off-by: Sarah Abouzainah Change-Id: I4b61f8a20fab9b31e9f0ca4b12b2949d97f4bfd3 --- cds-ui/designer-client/src/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 0f79bc1b7..3c0a049bf 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2001,7 +2001,7 @@ hr{ } .modal-header{ border-bottom-color: #ECEDF2 !important; - padding: 1rem 1.5rem !important; + padding: .7rem 1.5rem !important; } .modal-footer{ border-top: 0 !important; @@ -2024,6 +2024,10 @@ hr{ .modal-footer .btn-secondary:hover{ opacity: 1; } +.modal-footer .btn-secondary:active{ + background-color: #E7F1FC !important; + color: #1B3E6F !important; +} .action-button span{ width: 100%; display: inline-block; -- cgit 1.2.3-korg