windy 6 years ago
parent
commit
4c0da2626e
  1. 1
      demo/js/case/combo/demo.search_text_value_combo.js
  2. 6
      dist/base.css
  3. 42
      dist/bundle.css
  4. 2
      dist/bundle.js
  5. 2
      dist/case.js
  6. 1
      dist/demo.js
  7. 42
      dist/fineui.css
  8. 2
      dist/fineui.js
  9. 36
      dist/resource.css
  10. 36
      public/css/font.css
  11. 2
      src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js
  12. 36
      src/css/resource/font.css
  13. 36
      ui/css/font.css

1
demo/js/case/combo/demo.search_text_value_combo.js

@ -11,7 +11,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto", type: "bi.horizontal_auto",
items: [{ items: [{
type: "bi.search_text_value_combo", type: "bi.search_text_value_combo",
disabled: true,
ref: function () { ref: function () {
combo = this; combo = this;
}, },

6
dist/base.css vendored

@ -1162,10 +1162,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px; border-radius: 2px;
} }
.bi-bubble .bubble-error { .bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1); background: #ffecec;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
color: #ff4949; color: #ff4949;
} }
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common { .bi-bubble .bubble-common {
background: #eaf2fd; background: #eaf2fd;
color: #3685f2; color: #3685f2;

42
dist/bundle.css vendored

@ -3116,10 +3116,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px; border-radius: 2px;
} }
.bi-bubble .bubble-error { .bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1); background: #ffecec;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
color: #ff4949; color: #ff4949;
} }
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common { .bi-bubble .bubble-common {
background: #eaf2fd; background: #eaf2fd;
color: #3685f2; color: #3685f2;
@ -4937,69 +4939,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

2
dist/bundle.js vendored

@ -53364,7 +53364,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items, items: o.items,
ref: function () { ref: function () {
self.popup = this; self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup); self.trigger.getSearcher().setAdapter(self.popup);
}, },
listeners: [{ listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE, eventName: BI.TextValueComboPopup.EVENT_CHANGE,

2
dist/case.js vendored

@ -4730,7 +4730,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items, items: o.items,
ref: function () { ref: function () {
self.popup = this; self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup); self.trigger.getSearcher().setAdapter(self.popup);
}, },
listeners: [{ listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE, eventName: BI.TextValueComboPopup.EVENT_CHANGE,

1
dist/demo.js vendored

@ -1318,7 +1318,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto", type: "bi.horizontal_auto",
items: [{ items: [{
type: "bi.search_text_value_combo", type: "bi.search_text_value_combo",
disabled: true,
ref: function () { ref: function () {
combo = this; combo = this;
}, },

42
dist/fineui.css vendored

@ -3116,10 +3116,12 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-radius: 2px; border-radius: 2px;
} }
.bi-bubble .bubble-error { .bi-bubble .bubble-error {
background-color: rgba(255, 73, 73, 0.1); background: #ffecec;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1aff4949,endColorstr=#1aff4949);
color: #ff4949; color: #ff4949;
} }
.bi-theme-dark .bi-bubble .bubble-error {
background: #3A2940;
}
.bi-bubble .bubble-common { .bi-bubble .bubble-common {
background: #eaf2fd; background: #eaf2fd;
color: #3685f2; color: #3685f2;
@ -4937,69 +4939,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

2
dist/fineui.js vendored

@ -53585,7 +53585,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items, items: o.items,
ref: function () { ref: function () {
self.popup = this; self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup); self.trigger.getSearcher().setAdapter(self.popup);
}, },
listeners: [{ listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE, eventName: BI.TextValueComboPopup.EVENT_CHANGE,

36
dist/resource.css vendored

@ -1130,69 +1130,69 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

36
public/css/font.css

@ -715,69 +715,69 @@
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

2
src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js

@ -58,7 +58,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items, items: o.items,
ref: function () { ref: function () {
self.popup = this; self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup); self.trigger.getSearcher().setAdapter(self.popup);
}, },
listeners: [{ listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE, eventName: BI.TextValueComboPopup.EVENT_CHANGE,

36
src/css/resource/font.css

@ -715,69 +715,69 @@
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

36
ui/css/font.css

@ -715,69 +715,69 @@
color: inherit; color: inherit;
} }
.text-bold-font .b-font { .text-bold-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-bold-font .b-font:before { .text-bold-font .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-bold-font.disabled .b-font:before { .text-bold-font.disabled .b-font:before {
content: "\e75b"; content: "\e697";
color: inherit; color: inherit;
} }
.text-italic-font .b-font { .text-italic-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-italic-font .b-font:before { .text-italic-font .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-italic-font.disabled .b-font:before { .text-italic-font.disabled .b-font:before {
content: "\e75c"; content: "\e69d";
color: inherit; color: inherit;
} }
.text-underline-font .b-font { .text-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-underline-font .b-font:before { .text-underline-font .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-underline-font.disabled .b-font:before { .text-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69c";
color: inherit; color: inherit;
} }
.text-color-font .b-font { .text-color-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-font .b-font:before { .text-color-font .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-color-font.disabled .b-font:before { .text-color-font.disabled .b-font:before {
content: "\e75a"; content: "\e698";
color: inherit; color: inherit;
} }
.text-background-font .b-font { .text-background-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-background-font .b-font:before { .text-background-font .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-background-font.disabled .b-font:before { .text-background-font.disabled .b-font:before {
content: "\e758"; content: "\e699";
color: inherit; color: inherit;
} }
.text-color-underline-font .b-font { .text-color-underline-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
} }
.text-color-underline-font .b-font:before { .text-color-underline-font .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-color-underline-font.disabled .b-font:before { .text-color-underline-font.disabled .b-font:before {
content: "\e75d"; content: "\e69a";
color: inherit; color: inherit;
} }
.text-align-left-font .b-font { .text-align-left-font .b-font {

Loading…
Cancel
Save