guy 6 years ago
parent
commit
589de8cc5b
  1. 16
      demo/js/face.js
  2. 16
      dist/demo.js

16
demo/js/face.js

@ -601,15 +601,15 @@ Demo.Face = BI.inherit(BI.Widget, {
var maskBackgroundColor = this.maskBackgroundColor.getValue(); var maskBackgroundColor = this.maskBackgroundColor.getValue();
this._setStyle({ this._setStyle({
"#wrapper.bi-background, #wrapper .bi-background": { "body.bi-background, body .bi-background": {
"background-color": backgroundColor, "background-color": backgroundColor,
color: fontColor color: fontColor
}, },
"#wrapper .bi-card": { "body .bi-card": {
"background-color": cardBackgroundColor, "background-color": cardBackgroundColor,
color: fontColor color: fontColor
}, },
"#wrapper .bi-tips": { "body .bi-tips": {
color: grayFontColor color: grayFontColor
}, },
"div::-webkit-scrollbar,.scrollbar-layout-main": { "div::-webkit-scrollbar,.scrollbar-layout-main": {
@ -641,23 +641,23 @@ Demo.Face = BI.inherit(BI.Widget, {
"background-color": selectBackgroundColor + "!important", "background-color": selectBackgroundColor + "!important",
color: selectFontColor + "!important" color: selectFontColor + "!important"
}, },
".bi-button": { "body .bi-button.button-common": {
"background-color": button1BackgroundColor, "background-color": button1BackgroundColor,
"border-color": button1BackgroundColor "border-color": button1BackgroundColor
}, },
".bi-button.button-success": { "body .bi-button.button-success": {
"background-color": button2BackgroundColor, "background-color": button2BackgroundColor,
"border-color": button2BackgroundColor "border-color": button2BackgroundColor
}, },
".bi-button.button-warning": { "body .bi-button.button-warning": {
"background-color": button3BackgroundColor, "background-color": button3BackgroundColor,
"border-color": button3BackgroundColor "border-color": button3BackgroundColor
}, },
".bi-button.button-ignore": { "body .bi-button.button-ignore": {
"background-color": button4BackgroundColor "background-color": button4BackgroundColor
}, },
// 以下是分割线颜色 // 以下是分割线颜色
"#wrapper .bi-border,#wrapper .bi-border-top,#wrapper .bi-border-bottom,#wrapper .bi-border-left,#wrapper .bi-border-right": { "body .bi-border,body .bi-border-top,#wrapper .bi-border-bottom,body .bi-border-left,body .bi-border-right": {
"border-color": slitColor "border-color": slitColor
}, },
".bi-collection-table-cell": { ".bi-collection-table-cell": {

16
dist/demo.js vendored

@ -9317,15 +9317,15 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, {
var maskBackgroundColor = this.maskBackgroundColor.getValue(); var maskBackgroundColor = this.maskBackgroundColor.getValue();
this._setStyle({ this._setStyle({
"#wrapper.bi-background, #wrapper .bi-background": { "body.bi-background, body .bi-background": {
"background-color": backgroundColor, "background-color": backgroundColor,
color: fontColor color: fontColor
}, },
"#wrapper .bi-card": { "body .bi-card": {
"background-color": cardBackgroundColor, "background-color": cardBackgroundColor,
color: fontColor color: fontColor
}, },
"#wrapper .bi-tips": { "body .bi-tips": {
color: grayFontColor color: grayFontColor
}, },
"div::-webkit-scrollbar,.scrollbar-layout-main": { "div::-webkit-scrollbar,.scrollbar-layout-main": {
@ -9357,23 +9357,23 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, {
"background-color": selectBackgroundColor + "!important", "background-color": selectBackgroundColor + "!important",
color: selectFontColor + "!important" color: selectFontColor + "!important"
}, },
".bi-button": { "body .bi-button.button-common": {
"background-color": button1BackgroundColor, "background-color": button1BackgroundColor,
"border-color": button1BackgroundColor "border-color": button1BackgroundColor
}, },
".bi-button.button-success": { "body .bi-button.button-success": {
"background-color": button2BackgroundColor, "background-color": button2BackgroundColor,
"border-color": button2BackgroundColor "border-color": button2BackgroundColor
}, },
".bi-button.button-warning": { "body .bi-button.button-warning": {
"background-color": button3BackgroundColor, "background-color": button3BackgroundColor,
"border-color": button3BackgroundColor "border-color": button3BackgroundColor
}, },
".bi-button.button-ignore": { "body .bi-button.button-ignore": {
"background-color": button4BackgroundColor "background-color": button4BackgroundColor
}, },
// 以下是分割线颜色 // 以下是分割线颜色
"#wrapper .bi-border,#wrapper .bi-border-top,#wrapper .bi-border-bottom,#wrapper .bi-border-left,#wrapper .bi-border-right": { "body .bi-border,body .bi-border-top,#wrapper .bi-border-bottom,body .bi-border-left,body .bi-border-right": {
"border-color": slitColor "border-color": slitColor
}, },
".bi-collection-table-cell": { ".bi-collection-table-cell": {

Loading…
Cancel
Save