From cdb493b0a47bcf64e8e670b94fa399fcd731f531 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 30 Oct 2021 13:48:52 +0200 Subject: chore(web): refactor xtext client --- .../src/main/css/xtext/xtext-codemirror.css | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 language-web/src/main/css/xtext/xtext-codemirror.css (limited to 'language-web/src/main/css') diff --git a/language-web/src/main/css/xtext/xtext-codemirror.css b/language-web/src/main/css/xtext/xtext-codemirror.css deleted file mode 100644 index 831b6daf..00000000 --- a/language-web/src/main/css/xtext/xtext-codemirror.css +++ /dev/null @@ -1,58 +0,0 @@ -.CodeMirror { - height: 100%; -} - -.annotations-gutter { - width: 12px; - background: #f0f0f0; -} - -.xtext-annotation_error { - width: 12px; - height: 12px; - background-image: url('images/error_an.gif'); - background-repeat: no-repeat; -} - -.xtext-annotation_warning { - width: 12px; - height: 12px; - background-image: url('images/warning_an.gif'); - background-repeat: no-repeat; -} - -.xtext-annotation_info { - width: 12px; - height: 12px; - background-image: url('images/info_an.gif'); - background-repeat: no-repeat; -} - -.xtext-marker_error { - z-index: 30; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAABmJLR0QA/wD/AP+gvaeTAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: left bottom; -} - -.xtext-marker_warning { - z-index: 20; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAABmJLR0QA/wD/AP+gvaeTAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII="); - background-repeat: repeat-x; - background-position: left bottom; -} - -.xtext-marker_info { - z-index: 10; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAABmJLR0QA/wD/AP+gvaeTAAAANklEQVQI12NkgIIVRx8tZGBg6GZccfRRKAMDgw8DA0M3AwPDIiYGBoZKBgaG7ghruSsMDAwpABH5CoqwzCoTAAAAAElFTkSuQmCC"); - background-repeat: repeat-x; - background-position: left bottom; -} - -.xtext-marker_read { - background-color: #ddd; -} - -.xtext-marker_write { - background-color: yellow; -} -- cgit v1.2.3-70-g09d2