diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-11-02 15:58:49 +0200 |
---|---|---|
committer | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-11-02 20:44:52 +0200 |
commit | 705d8228d980f8a17396a5bce92c4a57b5b6abc6 (patch) | |
tree | 9e5bfd4d2626f1038a8e8fe390074d74a27c9677 /cds-ui/designer-client/src/styles.css | |
parent | 5cde17a4286c827f650811516e40936c7127c1d9 (diff) |
HTML: Add Attributes from Function - Modal
Issue-ID: CCSDK-2779
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 0a3a4cc89..5950c6a99 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -468,6 +468,7 @@ height: 40px; background: none !important; text-decoration: none; color: #1B3E6F; + cursor: pointer; } .tags-filter-list{ max-height: 260px; @@ -1165,6 +1166,14 @@ height: 40px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.packagesFilter .dropdown-content ul{ + max-height: 200px; + overflow-y: auto; + padding-left: 0; +} +.packagesFilter .dropdown-content li{ + list-style: none; +} .packagesFilter .dropdown-content li:hover .custom-checkbox{ cursor: pointer; } |