diff options
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 5950c6a99..0207371db 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2981,6 +2981,19 @@ animation: glowing 1500ms infinite; .ace-tm .ace_marker-layer .ace_active-line{ background: #F4F9FE !important; } +.ace_dark .ace_fold-widget, +.ace_dark .ace_fold-widget.ace_closed{ + background-position: center center !important; + background-size: 7px; + background-repeat: no-repeat !important; +} +.ace_dark .ace_fold-widget{ + background-image: url(/assets/img/icon-codeOpen.svg) !important; +} +.ace_dark .ace_fold-widget.ace_closed{ + background-image: url(/assets/img/icon-codeClosed.svg) !important; + background-size: 4px; +} /* -------- end of ace editor style -------- */ .breadcrumb-header{ padding: 0px; |