diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-12-02 11:37:13 +0200 |
---|---|---|
committer | Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> | 2020-12-03 12:42:44 +0000 |
commit | 658b6b1e72261cec2d264ece148205ed43c6dbd3 (patch) | |
tree | 0b1d66db4ee4aa181573f9e569e74d6a3b90439b /cds-ui/designer-client/src/styles.css | |
parent | ee01e433cb623d2cbcdc8b61a10bd455f698c980 (diff) |
Fix action wrapper in deisgner
Issue-ID: CCSDK-2286
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I8a4488e5cf6aa3fe0560a0bf774ffaea3506623a
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; |