guy 7 years ago
parent
commit
314111141d
  1. 3
      bi/core.css
  2. 3
      docs/core.css
  3. 3
      src/css/core/utils/common.css
  4. 4
      src/less/core/utils/common.less

3
bi/core.css

@ -3040,6 +3040,9 @@ i {
.bi-keyword-red-mark {
color: #f07d0a;
}
.bi-white {
color: #ffffff;
}
.bi-high-light {
color: #3f8ce8;
}

3
docs/core.css

@ -3040,6 +3040,9 @@ i {
.bi-keyword-red-mark {
color: #f07d0a;
}
.bi-white {
color: #ffffff;
}
.bi-high-light {
color: #3f8ce8;
}

3
src/css/core/utils/common.css

@ -87,6 +87,9 @@
.bi-keyword-red-mark {
color: #f07d0a;
}
.bi-white {
color: #ffffff;
}
.bi-high-light {
color: #3f8ce8;
}

4
src/less/core/utils/common.less

@ -122,6 +122,10 @@
color: @color-bi-text-redmark;
}
.bi-white {
color: @color-bi-text;
}
//高亮
.bi-high-light {
color: @color-bi-text-highlight;

Loading…
Cancel
Save