From 658b6b1e72261cec2d264ece148205ed43c6dbd3 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Wed, 2 Dec 2020 11:37:13 +0200 Subject: Fix action wrapper in deisgner Issue-ID: CCSDK-2286 Signed-off-by: Sarah Abouzainah Change-Id: I8a4488e5cf6aa3fe0560a0bf774ffaea3506623a --- cds-ui/designer-client/src/styles.css | 10 +++++++++- 1 file changed, 9 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 c9ebd56f6..f24b5f9ec 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -21,6 +21,11 @@ button:focus{ outline: 0 !important; } /*Bootstrap*/ +.form-control[readonly]{ + background-color: inherit !important; + opacity: .85 !important; + font-weight: bold; +} .custom-control-input:checked ~ .custom-control-label::before{ border-color: transparent !important; } @@ -2439,6 +2444,9 @@ padding-left: 20px !important; .single-custom-key{ width: 100%; } +.single-custom-key:last-child{ + margin-bottom: 20px; +} .single-line-custom-key{ width: 45%; display: inline-block; @@ -2534,7 +2542,7 @@ hr{ } .action-button i.icon-discard-sm{ font-size: 11px; - color: #C3CDDB; + color: #BABBC3; } /* .action-button.save{ color: #1273EB !important; -- cgit 1.2.3-korg