Browse Source

样式处理

es6
MrErHu 6 years ago
parent
commit
c55eaefd48
  1. 3
      dist/base.css
  2. 3
      dist/bundle.css
  3. 2
      dist/bundle.min.css
  4. 3
      dist/fineui.css
  5. 2
      dist/fineui.min.css
  6. 3
      src/css/base/formula/codemirror.css
  7. 2
      src/less/base/formula/codemirror.less

3
dist/base.css vendored

@ -947,7 +947,8 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(54, 133, 242, 0.3);
background-color: rgba(54, 133, 242, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d3685f2,endColorstr=#4d3685f2);
}
.CodeMirror-crosshair {
cursor: crosshair;

3
dist/bundle.css vendored

@ -2800,7 +2800,8 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(54, 133, 242, 0.3);
background-color: rgba(54, 133, 242, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d3685f2,endColorstr=#4d3685f2);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

3
dist/fineui.css vendored

@ -2800,7 +2800,8 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(54, 133, 242, 0.3);
background-color: rgba(54, 133, 242, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d3685f2,endColorstr=#4d3685f2);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

3
src/css/base/formula/codemirror.css

@ -400,7 +400,8 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(54, 133, 242, 0.3);
background-color: rgba(54, 133, 242, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d3685f2,endColorstr=#4d3685f2);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
src/less/base/formula/codemirror.less

@ -495,7 +495,7 @@ div.CodeMirror-cursors {
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(54, 133, 242, 0.3);
.background-color(@font-color-highlight, 30%);
}
.CodeMirror-crosshair {

Loading…
Cancel
Save