guy
7 years ago
104 changed files with 5890 additions and 268 deletions
@ -0,0 +1,8 @@
|
||||
.bi-color-chooser-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
} |
@ -0,0 +1,6 @@
|
||||
.bi-color-picker-button .color-picker-button-mask { |
||||
border: 1px solid #1a1a1a; |
||||
} |
||||
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask { |
||||
border: 1px solid #ffffff; |
||||
} |
@ -0,0 +1,8 @@
|
||||
.bi-color-picker-editor .color-picker-editor-display { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset; |
||||
} |
@ -1,3 +1,39 @@
|
||||
.bi-bubble-combo .button-combo-triangle-wrapper { |
||||
position: fixed !important; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-left { |
||||
z-index: 1; |
||||
width: 0; |
||||
height: 0; |
||||
border-top: 6px solid transparent; |
||||
border-left: 6px solid #3f8ce8; |
||||
border-bottom: 6px solid transparent; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-right { |
||||
z-index: 1; |
||||
width: 0; |
||||
height: 0; |
||||
border-top: 6px solid transparent; |
||||
border-right: 6px solid #3f8ce8; |
||||
border-bottom: 6px solid transparent; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-top { |
||||
z-index: 1; |
||||
width: 0; |
||||
height: 0; |
||||
border-left: 6px solid transparent; |
||||
border-right: 6px solid transparent; |
||||
border-top: 6px solid #3f8ce8; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-bottom { |
||||
z-index: 1; |
||||
width: 0; |
||||
height: 0; |
||||
border-left: 6px solid transparent; |
||||
border-right: 6px solid transparent; |
||||
border-bottom: 6px solid #3f8ce8; |
||||
} |
||||
|
||||
.bi-combo.bi-combo-popup { |
||||
display: block !important; |
||||
} |
||||
|
@ -0,0 +1,32 @@
|
||||
.bi-adapt-editor .adapt-editor-text { |
||||
font-size: 14px; |
||||
} |
||||
|
||||
/*************BI.SearchEditor******************/ |
||||
.bi-search-editor .close-font { |
||||
font-size: 20px; |
||||
} |
||||
.bi-search-editor .search-font { |
||||
font-size: 20px; |
||||
} |
||||
|
||||
/*************BI.SearchEditor******************/ |
||||
.bi-small-search-editor .bi-editor { |
||||
font-size: 12px; |
||||
} |
||||
.bi-small-search-editor .bi-editor .bi-input { |
||||
font-size: 12px; |
||||
} |
||||
.bi-small-search-editor .bi-editor .bi-label { |
||||
font-size: 12px; |
||||
} |
||||
.bi-small-search-editor .close-font { |
||||
font-size: 18px; |
||||
} |
||||
.bi-small-search-editor .search-font { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.bi-sign-initial-editor .sign-initial-editor-text { |
||||
font-size: 14px; |
||||
} |
@ -0,0 +1,19 @@
|
||||
.bi-message-title { |
||||
font-size: 16px; |
||||
cursor: pointer; |
||||
} |
||||
.bi-message-text { |
||||
font-size: 16px; |
||||
-webkit-user-select: text; |
||||
-khtml-user-select: text; |
||||
-moz-user-select: text; |
||||
-ms-user-select: text; |
||||
-o-user-select: text; |
||||
user-select: text; |
||||
} |
||||
.bi-message-content { |
||||
font-size: 16px; |
||||
} |
||||
.bi-message-close { |
||||
font-size: 25px; |
||||
} |
@ -0,0 +1,4 @@
|
||||
.bi-multi-list-view .bi-button-mask { |
||||
opacity: 0.1; |
||||
filter: alpha(opacity=10); |
||||
} |
@ -0,0 +1,7 @@
|
||||
|
||||
.bi-single-select-icon-text-item:active .b-font:before, |
||||
.bi-single-select-icon-text-item.active .b-font:before { |
||||
color: #3685f2; |
||||
} |
||||
|
||||
|
@ -1,3 +1,38 @@
|
||||
.bi-editor { |
||||
.bi-code-editor .param { |
||||
color: #ffffff; |
||||
padding: 0 5px; |
||||
margin: 1px 1px; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
background: #3f8ce8; |
||||
display: inline-block; |
||||
} |
||||
.bi-code-editor .error-param { |
||||
color: #ff4949; |
||||
padding: 0 5px; |
||||
margin: 1px 1px; |
||||
display: inline-block; |
||||
} |
||||
|
||||
|
||||
.bi-multifile-editor .multifile-editor { |
||||
text-align: right; |
||||
cursor: pointer; |
||||
font-size: 100px; |
||||
z-index: 2; |
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.bi-textarea-editor { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
} |
||||
.bi-textarea-editor .textarea-editor-content { |
||||
font-size: 12px; |
||||
border: none; |
||||
} |
||||
|
@ -1,3 +1,47 @@
|
||||
.bi-bubble { |
||||
font-size: 14px; |
||||
} |
||||
.bi-bubble .bubble-text { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
background: #ffecec; |
||||
color: #ff4949; |
||||
} |
||||
|
||||
.bi-tip { |
||||
position: fixed !important; |
||||
} |
||||
|
||||
.bi-toast { |
||||
font-size: 14px; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-toast.toast-success { |
||||
background: #e1f4e7; |
||||
color: #5cb75d; |
||||
} |
||||
.bi-toast.toast-warning { |
||||
background: #ffecec; |
||||
color: #ff4949; |
||||
} |
||||
|
||||
.bi-tooltip { |
||||
max-width: 250px; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
font-size: 12px; |
||||
} |
||||
.bi-tooltip.tooltip-success { |
||||
background: #fff5c1; |
||||
border: 1px solid #fff5c1; |
||||
color: #1a1a1a; |
||||
} |
||||
.bi-tooltip.tooltip-warning { |
||||
background: #ffecec; |
||||
color: #ff4949; |
||||
border: 1px solid #f4cbcb; |
||||
} |
||||
|
@ -0,0 +1,21 @@
|
||||
.bi-branch-tree .bi-branch-tree-view { |
||||
min-width: 300px; |
||||
} |
||||
|
||||
.bi-display-tree .ztree * { |
||||
color: #999999; |
||||
} |
||||
.bi-display-tree .ztree li a, |
||||
.bi-display-tree .ztree li span { |
||||
cursor: default !important; |
||||
} |
||||
.bi-display-tree .ztree li a:hover { |
||||
text-decoration: none; |
||||
} |
||||
.bi-display-tree .ztree li a.curSelectedNode { |
||||
padding-top: 1px; |
||||
border: none; |
||||
background-color: inherit; |
||||
opacity: 1; |
||||
filter: alpha(opacity=100); |
||||
} |
@ -1,3 +1,17 @@
|
||||
|
||||
|
||||
.bi-trigger .bi-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
.bi-select-text-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
|
||||
.bi-small-select-text-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
|
@ -0,0 +1,398 @@
|
||||
.bi-flex-center-layout { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-o-justify-content: center; |
||||
-ms-flex-pack: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-flex-align: center; |
||||
-ms-align-items: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-center-layout > * { |
||||
margin: auto; |
||||
} |
||||
|
||||
.bi-flex-horizontal-layout { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-o-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 09版 */ |
||||
/*-webkit-box-lines: multiple;*/ |
||||
/* 12版 */ |
||||
-webkit-flex-wrap: nowrap; |
||||
-moz-flex-wrap: nowrap; |
||||
-ms-flex-wrap: nowrap; |
||||
-o-flex-wrap: nowrap; |
||||
flex-wrap: nowrap; |
||||
} |
||||
.bi-flex-horizontal-layout.middle { |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-horizontal-layout.bottom { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-ms-flex-align: end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-horizontal-layout > * { |
||||
margin: auto; |
||||
} |
||||
|
||||
.bi-flex-vertical-center { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-o-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
/* 09版 */ |
||||
/*-webkit-box-lines: multiple;*/ |
||||
/* 12版 */ |
||||
-webkit-flex-wrap: nowrap; |
||||
-moz-flex-wrap: nowrap; |
||||
-ms-flex-wrap: nowrap; |
||||
-o-flex-wrap: nowrap; |
||||
flex-wrap: nowrap; |
||||
} |
||||
.bi-flex-vertical-center.stretch { |
||||
/* 09版 */ |
||||
-webkit-box-orient: vertical; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: column; |
||||
-moz-flex-direction: column; |
||||
-ms-flex-direction: column; |
||||
-o-flex-direction: column; |
||||
flex-direction: column; |
||||
/* 09版 */ |
||||
-webkit-box-pack: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-ms-flex-pack: center; |
||||
-o-justify-content: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: stretch; |
||||
/* 12版 */ |
||||
-webkit-align-items: stretch; |
||||
-moz-align-items: stretch; |
||||
-ms-align-items: stretch; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
.bi-flex-vertical-center > * { |
||||
margin: auto; |
||||
} |
||||
|
||||
.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-ms-flex-pack: center; |
||||
-o-justify-content: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
min-width: 100%; |
||||
min-height: 100%; |
||||
float: left; |
||||
} |
||||
.bi-flex-wrapper-center-layout > * { |
||||
margin: auto; |
||||
} |
||||
|
||||
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
-o-justify-content: flex-start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 09版 */ |
||||
/*-webkit-box-lines: multiple;*/ |
||||
/* 12版 */ |
||||
-webkit-flex-wrap: nowrap; |
||||
-moz-flex-wrap: nowrap; |
||||
-ms-flex-wrap: nowrap; |
||||
-o-flex-wrap: nowrap; |
||||
flex-wrap: nowrap; |
||||
min-height: 100%; |
||||
} |
||||
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle { |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper > * { |
||||
margin: auto; |
||||
} |
||||
|
||||
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper { |
||||
display: box; |
||||
/* OLD - Android 4.4- */ |
||||
display: -webkit-box; |
||||
/* OLD - iOS 6-, Safari 3.1-6 */ |
||||
display: -moz-box; |
||||
/* OLD - Firefox 19- (buggy but mostly works) */ |
||||
display: -ms-flexbox; |
||||
/* TWEENER - IE 10 */ |
||||
display: -webkit-flex; |
||||
/* NEW - Chrome */ |
||||
display: flex; |
||||
/* NEW, Spec - Opera 12.1, Firefox 20+ */ |
||||
/* 09版 */ |
||||
-webkit-box-orient: horizontal; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: row; |
||||
-moz-flex-direction: row; |
||||
-ms-flex-direction: row; |
||||
-o-flex-direction: row; |
||||
flex-direction: row; |
||||
/* 09版 */ |
||||
-webkit-box-pack: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
-o-justify-content: flex-start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
/* 09版 */ |
||||
/*-webkit-box-lines: multiple;*/ |
||||
/* 12版 */ |
||||
-webkit-flex-wrap: nowrap; |
||||
-moz-flex-wrap: nowrap; |
||||
-ms-flex-wrap: nowrap; |
||||
-o-flex-wrap: nowrap; |
||||
flex-wrap: nowrap; |
||||
min-height: 100%; |
||||
float: left; |
||||
} |
||||
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch { |
||||
width: 100%; |
||||
/* 09版 */ |
||||
-webkit-box-orient: vertical; |
||||
/* 12版 */ |
||||
-webkit-flex-direction: column; |
||||
-moz-flex-direction: column; |
||||
-ms-flex-direction: column; |
||||
-o-flex-direction: column; |
||||
flex-direction: column; |
||||
/* 09版 */ |
||||
-webkit-box-pack: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-o-justify-content: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: stretch; |
||||
/* 12版 */ |
||||
-webkit-align-items: stretch; |
||||
-moz-align-items: stretch; |
||||
-ms-align-items: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper > * { |
||||
margin: auto; |
||||
} |
@ -0,0 +1,15 @@
|
||||
.bi-inline-center-adapt-layout:after { |
||||
display: inline-block; |
||||
width: 0; |
||||
min-height: 100%; |
||||
vertical-align: middle; |
||||
content: ' '; |
||||
} |
||||
|
||||
.bi-inline-vertical-adapt-layout:after { |
||||
display: inline-block; |
||||
width: 0; |
||||
min-height: 100%; |
||||
vertical-align: middle; |
||||
content: ' '; |
||||
} |
@ -0,0 +1,5 @@
|
||||
.bi-date-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -0,0 +1,6 @@
|
||||
.bi-down-list-popup .list-group-item-text { |
||||
max-width: 203px; |
||||
} |
||||
.bi-down-list-popup .bi-down-list-item .list-item-text { |
||||
max-width: 203px; |
||||
} |
@ -0,0 +1,14 @@
|
||||
.bi-file-manager-nav-button .file-manager-nav-button-text { |
||||
max-width: 200px; |
||||
} |
||||
.bi-file-manager-nav-button .file-manager-nav-button-text.active { |
||||
background-color: #fafbfc; |
||||
color: #999999; |
||||
} |
||||
.bi-file-manager-nav-button .file-manager-nav-button-triangle { |
||||
z-index: 1; |
||||
} |
||||
.bi-theme-dark .bi-file-manager-nav-button .file-manager-nav-button-text.active { |
||||
background-color: #191B2B; |
||||
color: #999999; |
||||
} |
@ -1,3 +1,7 @@
|
||||
.bi-interval-slider-label { |
||||
min-height: 50px; |
||||
} |
||||
|
||||
.bi-interval-slider { |
||||
min-height: 70px; |
||||
} |
||||
|
@ -0,0 +1,5 @@
|
||||
.bi-month-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -0,0 +1,31 @@
|
||||
.bi-multidate-combo { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
|
||||
|
||||
|
||||
.bi-multidate-popup .multidate-popup-label { |
||||
color: #3685f2; |
||||
font-size: 14px; |
||||
} |
||||
.bi-multidate-popup .multidate-popup-item:active, |
||||
.bi-multidate-popup .multidate-popup-item.active { |
||||
background-color: #3685f2; |
||||
color: #ffffff; |
||||
-webkit-border-radius: 2px 2px 0 0; |
||||
-moz-border-radius: 2px 2px 0 0; |
||||
border-radius: 2px 2px 0 0; |
||||
} |
||||
.bi-multidate-popup .multidate-popup-button { |
||||
color: #3685f2; |
||||
font-size: 14px; |
||||
} |
||||
|
||||
|
||||
.bi-multidate-segment .bi-multidate-editor { |
||||
font-size: 14px; |
||||
} |
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
.bi-multi-select-check-pane .multi-select-check-selected { |
||||
text-decoration: underline; |
||||
} |
||||
|
@ -0,0 +1,14 @@
|
||||
.bi-multi-select-combo .multi-select-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
.bi-multi-select-insert-combo .multi-select-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
|
||||
.bi-multi-select-trigger { |
||||
-webkit-border-radius: 2px 2px 2px 2px; |
||||
-moz-border-radius: 2px 2px 2px 2px; |
||||
border-radius: 2px 2px 2px 2px; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-multi-select-search-pane .multi-select-toolbar { |
||||
color: #ff4949; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-multi-select-check-selected-button { |
||||
z-index: 1; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-multi-tree-check-pane .multi-tree-check-selected { |
||||
color: #3685f2; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-multi-tree-combo .multi-select-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-multi-tree-popup .popup-view-tree { |
||||
min-height: 170px; |
||||
} |
@ -0,0 +1,4 @@
|
||||
.bi-multi-tree-check-selected-button .trigger-check-selected { |
||||
color: #3685f2; |
||||
z-index: 1; |
||||
} |
@ -0,0 +1,5 @@
|
||||
.bi-number-editor { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -0,0 +1,9 @@
|
||||
.bi-page-table-cell { |
||||
-webkit-user-select: text; |
||||
-khtml-user-select: text; |
||||
-moz-user-select: text; |
||||
-ms-user-select: text; |
||||
-o-user-select: text; |
||||
user-select: text; |
||||
} |
||||
|
@ -0,0 +1,5 @@
|
||||
.bi-quarter-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -0,0 +1,10 @@
|
||||
|
||||
.bi-relation-view-region .relation-view-region-container { |
||||
z-index: 1; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-relation-view-region .relation-view-region-container.other-package { |
||||
border-style: dashed; |
||||
} |
@ -0,0 +1,23 @@
|
||||
.bi-sequence-table-dynamic-number .sequence-table-title-cell { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
||||
.bi-sequence-table-dynamic-number .sequence-table-number-cell { |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
@ -0,0 +1,23 @@
|
||||
.bi-sequence-table-list-number .sequence-table-title-cell { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
||||
.bi-sequence-table-list-number .sequence-table-number-cell { |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
@ -0,0 +1,23 @@
|
||||
.bi-sequence-table-tree-number .sequence-table-title-cell { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
||||
.bi-sequence-table-tree-number .sequence-table-number-cell { |
||||
-webkit-box-sizing: border-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: border-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: border-box; |
||||
/*IE8*/ |
||||
box-sizing: border-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
@ -0,0 +1,7 @@
|
||||
.bi-single-slider-label { |
||||
min-height: 50px; |
||||
} |
||||
|
||||
.bi-single-slider-normal { |
||||
min-height: 30px; |
||||
} |
@ -0,0 +1,9 @@
|
||||
.bi-single-slider-button .slider-button { |
||||
cursor: ew-resize; |
||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
-webkit-border-radius: 7px; |
||||
-moz-border-radius: 7px; |
||||
border-radius: 7px; |
||||
} |
@ -0,0 +1,12 @@
|
||||
.bi-slider-track .gray-track { |
||||
background-color: rgba(153, 153, 153, 0.3); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d999999,endColorstr=#4d999999); |
||||
-webkit-border-radius: 3px; |
||||
-moz-border-radius: 3px; |
||||
border-radius: 3px; |
||||
} |
||||
.bi-slider-track .blue-track { |
||||
-webkit-border-radius: 3px; |
||||
-moz-border-radius: 3px; |
||||
border-radius: 3px; |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue