summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-28 14:04:47 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-28 14:04:47 +0000
commitcd8808fd57c63f044dce71cc8eabdcb2a418f601 (patch)
tree23357857d359647db11851f34e0e733efa13abb9 /cds-ui/designer-client/src/styles.css
parent133f584b2257aa8c85a95854ca6b324a3f34edf3 (diff)
parent95d1cdf1e91900a79723726ea8094a2d03674b8e (diff)
Merge "Remove all vLB.CDS from package name"
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css6
1 files changed, 5 insertions, 1 deletions
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;