summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-01-19 14:48:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-19 14:48:34 +0000
commitb524bf9ec0f688e30a24f65758fd014e1e3aedce (patch)
treee704fd0b9609fa7052b1f5ce3ad38aba9e2cd51c /cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css
parentaad03d4d502162bd437c6d05bd407b580edea68c (diff)
parentf2db59d3c71522e9369012f27d13ffea61105c74 (diff)
Merge "Modify Data Dictionary style and add source option items"
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css
index f263c0086..1916f86fa 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css
@@ -16,4 +16,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
* ============LICENSE_END=========================================================
-*/ \ No newline at end of file
+*/
+.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line{
+ background: #C3CDDB !important;
+}
+.ace-tomorrow-night-bright .ace_marker-layer .ace_bracket{
+ border: 1px solid #fff;
+} \ No newline at end of file