diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-12-03 14:03:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-03 14:03:36 +0000 |
commit | d578a475277774517207c96772e221e81b6c5d25 (patch) | |
tree | 5d668ad2457850327a898839b7af4dd7adb8b949 /cds-ui/designer-client/src/styles.css | |
parent | 1418d68510fe7d7bb59789f35cfdc94bcb57a72e (diff) | |
parent | 658b6b1e72261cec2d264ece148205ed43c6dbd3 (diff) |
Merge "Fix action wrapper in deisgner"
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; |