forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6037 lines
175 KiB
6037 lines
175 KiB
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */ |
|
article, |
|
aside, |
|
details, |
|
figcaption, |
|
figure, |
|
footer, |
|
header, |
|
hgroup, |
|
nav, |
|
section, |
|
summary { |
|
display: block; |
|
} |
|
audio, |
|
canvas, |
|
video { |
|
display: inline-block; |
|
*display: inline; |
|
*zoom: 1; |
|
} |
|
audio:not([controls]) { |
|
display: none; |
|
height: 0; |
|
} |
|
[hidden] { |
|
display: none; |
|
} |
|
html { |
|
font-size: 100%; |
|
-webkit-text-size-adjust: 100%; |
|
-ms-text-size-adjust: 100%; |
|
} |
|
html, |
|
button, |
|
input, |
|
select, |
|
textarea { |
|
font-family: sans-serif; |
|
} |
|
body { |
|
margin: 0; |
|
} |
|
a:focus { |
|
outline: thin dotted; |
|
} |
|
a:active, |
|
a:hover { |
|
outline: 0; |
|
} |
|
h1 { |
|
font-size: 2em; |
|
margin: 0.67em 0; |
|
} |
|
h2 { |
|
font-size: 1.5em; |
|
margin: 0.83em 0; |
|
} |
|
h3 { |
|
font-size: 1.17em; |
|
margin: 1em 0; |
|
} |
|
h4 { |
|
font-size: 1em; |
|
margin: 1.33em 0; |
|
} |
|
h5 { |
|
font-size: .83em; |
|
margin: 1.67em 0; |
|
} |
|
h6 { |
|
font-size: .75em; |
|
margin: 2.33em 0; |
|
} |
|
abbr[title] { |
|
border-bottom: 1px dotted; |
|
} |
|
b, |
|
strong { |
|
font-weight: bold; |
|
} |
|
blockquote { |
|
margin: 1em 40px; |
|
} |
|
dfn { |
|
font-style: italic; |
|
} |
|
mark { |
|
background: #ff0; |
|
color: #000; |
|
} |
|
p, |
|
pre { |
|
margin: 1em 0; |
|
} |
|
code, |
|
kbd, |
|
pre, |
|
samp { |
|
font-family: monospace, serif; |
|
_font-family: 'courier new', monospace; |
|
font-size: 1em; |
|
} |
|
pre { |
|
white-space: pre; |
|
white-space: pre-wrap; |
|
word-wrap: break-word; |
|
} |
|
q { |
|
quotes: none; |
|
} |
|
q:before, |
|
q:after { |
|
content: ''; |
|
content: none; |
|
} |
|
small { |
|
font-size: 75%; |
|
} |
|
sub, |
|
sup { |
|
font-size: 75%; |
|
line-height: 0; |
|
position: relative; |
|
vertical-align: baseline; |
|
} |
|
sup { |
|
top: -0.5em; |
|
} |
|
sub { |
|
bottom: -0.25em; |
|
} |
|
dl, |
|
menu, |
|
ol, |
|
ul { |
|
margin: 1em 0; |
|
} |
|
dd { |
|
margin: 0 0 0 40px; |
|
} |
|
menu, |
|
ol, |
|
ul { |
|
padding: 0 0 0 40px; |
|
} |
|
nav ul, |
|
nav ol { |
|
list-style: none; |
|
list-style-image: none; |
|
} |
|
img { |
|
border: 0; |
|
-ms-interpolation-mode: bicubic; |
|
} |
|
svg:not(:root) { |
|
overflow: hidden; |
|
} |
|
figure { |
|
margin: 0; |
|
} |
|
form { |
|
margin: 0; |
|
} |
|
fieldset { |
|
border: 1px solid #c0c0c0; |
|
margin: 0 2px; |
|
padding: 0.35em 0.625em 0.75em; |
|
} |
|
legend { |
|
border: 0; |
|
padding: 0; |
|
white-space: normal; |
|
*margin-left: -7px; |
|
} |
|
button, |
|
input, |
|
select, |
|
textarea { |
|
font-size: 100%; |
|
margin: 0; |
|
vertical-align: baseline; |
|
*vertical-align: middle; |
|
} |
|
button, |
|
input { |
|
line-height: normal; |
|
} |
|
button, |
|
html input[type="button"], |
|
input[type="reset"], |
|
input[type="submit"] { |
|
-webkit-appearance: button; |
|
cursor: pointer; |
|
*overflow: visible; |
|
} |
|
button[disabled], |
|
input[disabled] { |
|
cursor: default; |
|
} |
|
input[type="checkbox"], |
|
input[type="radio"] { |
|
box-sizing: border-box; |
|
padding: 0; |
|
*height: 13px; |
|
*width: 13px; |
|
} |
|
input[type="search"] { |
|
-webkit-appearance: textfield; |
|
-moz-box-sizing: content-box; |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
} |
|
input[type="search"]::-webkit-search-cancel-button, |
|
input[type="search"]::-webkit-search-decoration { |
|
-webkit-appearance: none; |
|
} |
|
button::-moz-focus-inner, |
|
input::-moz-focus-inner { |
|
border: 0; |
|
padding: 0; |
|
} |
|
textarea { |
|
overflow: auto; |
|
vertical-align: top; |
|
} |
|
table { |
|
border-collapse: collapse; |
|
border-spacing: 0; |
|
} |
|
html, |
|
body, |
|
div, |
|
ul, |
|
ol, |
|
li, |
|
img, |
|
a, |
|
span, |
|
p, |
|
* { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
a { |
|
outline: none; |
|
text-decoration: none; |
|
} |
|
a:focus { |
|
outline: 0; |
|
} |
|
input::-webkit-contacts-auto-fill-button { |
|
visibility: hidden; |
|
display: none !important; |
|
pointer-events: none; |
|
position: absolute; |
|
right: 0; |
|
} |
|
input::-ms-clear { |
|
display: none; |
|
} |
|
input, |
|
textarea { |
|
margin: 0; |
|
padding: 0; |
|
outline: none; |
|
} |
|
ul { |
|
list-style: disc; |
|
} |
|
li { |
|
list-style-type: none; |
|
} |
|
i { |
|
-webkit-font-smoothing: antialiased; |
|
-webkit-text-stroke-width: 0.2px; |
|
-moz-osx-font-smoothing: grayscale; |
|
} |
|
input, |
|
textarea { |
|
border: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark input, |
|
.bi-theme-dark textarea { |
|
border: 1px solid #3a3c53; |
|
} |
|
.base-disabled { |
|
cursor: default !important; |
|
color: #9ea6b2 !important; |
|
} |
|
.base-disabled .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.base-disabled .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.base-disabled .b-font:before { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .base-disabled { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .base-disabled .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .base-disabled .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .base-disabled .b-font:before { |
|
color: #878d9f !important; |
|
} |
|
.base-invalid { |
|
cursor: default !important; |
|
} |
|
.clearfix { |
|
*zoom: 1; |
|
} |
|
.clearfix:before, |
|
.clearfix:after { |
|
content: " "; |
|
display: table; |
|
line-height: 0; |
|
} |
|
.clearfix:after { |
|
clear: both; |
|
} |
|
.bi-background { |
|
background-color: #f7f8fa; |
|
color: #3d4d66; |
|
} |
|
.bi-background .bi-input { |
|
color: #3d4d66; |
|
} |
|
.bi-background .bi-textarea { |
|
color: #3d4d66; |
|
} |
|
.bi-theme-dark .bi-background { |
|
background-color: #191B2B; |
|
color: #d6e0dc; |
|
} |
|
.bi-theme-dark .bi-background .bi-input { |
|
color: #d6e0dc; |
|
} |
|
.bi-theme-dark .bi-background .bi-textarea { |
|
color: #d6e0dc; |
|
} |
|
.bi-card { |
|
background-color: #ffffff; |
|
color: #3d4d66; |
|
} |
|
.bi-card .bi-input { |
|
color: #3d4d66; |
|
} |
|
.bi-card .bi-textarea { |
|
color: #3d4d66; |
|
} |
|
.bi-theme-dark .bi-card { |
|
background-color: #242640; |
|
color: #d6e0dc; |
|
} |
|
.bi-theme-dark .bi-card .bi-input { |
|
color: #d6e0dc; |
|
} |
|
.bi-theme-dark .bi-card .bi-textarea { |
|
color: #d6e0dc; |
|
} |
|
.bi-disabled { |
|
color: #9ea6b2; |
|
} |
|
.bi-disabled .bi-input { |
|
color: #9ea6b2; |
|
} |
|
.bi-disabled .bi-textarea { |
|
color: #9ea6b2; |
|
} |
|
.bi-theme-dark .bi-disabled { |
|
color: #878d9f; |
|
} |
|
.bi-theme-dark .bi-disabled .bi-input { |
|
color: #878d9f; |
|
} |
|
.bi-theme-dark .bi-disabled .bi-textarea { |
|
color: #878d9f; |
|
} |
|
.bi-tips { |
|
color: #c4c9d1; |
|
} |
|
.bi-tips .bi-input { |
|
color: #c4c9d1; |
|
} |
|
.bi-tips .bi-textarea { |
|
color: #c4c9d1; |
|
} |
|
.bi-border { |
|
border: 1px solid #e8eaed; |
|
} |
|
.bi-border-radius { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-theme-dark .bi-border { |
|
border: 1px solid #3a3c53; |
|
} |
|
.bi-border-left { |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-border-left { |
|
border-left: 1px solid #3a3c53; |
|
} |
|
.bi-border-right { |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-border-right { |
|
border-right: 1px solid #3a3c53; |
|
} |
|
.bi-border-top { |
|
border-top: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-border-top { |
|
border-top: 1px solid #3a3c53; |
|
} |
|
.bi-border-bottom { |
|
border-bottom: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-border-bottom { |
|
border-bottom: 1px solid #3a3c53; |
|
} |
|
.bi-keyword-red-mark { |
|
color: #faaa39; |
|
} |
|
.bi-keyword-red-mark .bi-input { |
|
color: #faaa39; |
|
} |
|
.bi-keyword-red-mark .bi-textarea { |
|
color: #faaa39; |
|
} |
|
.bi-high-light { |
|
color: #3685f2; |
|
} |
|
.bi-high-light .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-high-light .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-error { |
|
color: #ff4949; |
|
} |
|
.bi-error .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-error .bi-textarea { |
|
color: #ff4949; |
|
} |
|
.bi-high-light-background { |
|
background-color: #3685f2; |
|
color: #ffffff; |
|
} |
|
.bi-high-light-background .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-high-light-background .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-error-background { |
|
background-color: #ff4949; |
|
color: #ffffff; |
|
} |
|
.bi-error-background .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-error-background .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-high-light-border { |
|
border-color: #3685f2; |
|
} |
|
.bi-water-mark { |
|
color: #c4c9d1; |
|
cursor: text; |
|
} |
|
.bi-water-mark .bi-input { |
|
color: #c4c9d1; |
|
} |
|
.bi-water-mark .bi-textarea { |
|
color: #c4c9d1; |
|
} |
|
.bi-theme-dark .bi-water-mark { |
|
color: #6b7084; |
|
} |
|
.bi-theme-dark .bi-water-mark .bi-input { |
|
color: #6b7084; |
|
} |
|
.bi-theme-dark .bi-water-mark .bi-textarea { |
|
color: #6b7084; |
|
} |
|
.bi-resizer { |
|
background: #232E40; |
|
opacity: 0.2; |
|
filter: alpha(opacity=20); |
|
z-index: 1000000000 !important; |
|
} |
|
.bi-theme-dark .bi-resizer { |
|
background: #ffffff; |
|
} |
|
.bi-mask { |
|
color: #ffffff; |
|
background-color: rgba(35, 46, 64, 0.2); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40); |
|
} |
|
.bi-mask .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-mask .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-mask { |
|
color: #242640; |
|
background-color: rgba(255, 255, 255, 0.2); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff); |
|
} |
|
.bi-theme-dark .bi-mask .bi-input { |
|
color: #242640; |
|
} |
|
.bi-theme-dark .bi-mask .bi-textarea { |
|
color: #242640; |
|
} |
|
.bi-z-index-mask { |
|
background-color: rgba(35, 46, 64, 0.5); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40); |
|
} |
|
.bi-list-item:hover, |
|
.bi-list-item.hover { |
|
color: #232e40; |
|
background-color: rgba(54, 133, 242, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2); |
|
} |
|
.bi-list-item:hover .bi-input, |
|
.bi-list-item.hover .bi-input { |
|
color: #232e40; |
|
} |
|
.bi-list-item:hover .bi-textarea, |
|
.bi-list-item.hover .bi-textarea { |
|
color: #232e40; |
|
} |
|
.bi-list-item.disabled, |
|
.bi-list-item.disabled:hover, |
|
.bi-list-item.disabled:active { |
|
background-color: transparent !important; |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item.disabled .bi-input, |
|
.bi-list-item.disabled:hover .bi-input, |
|
.bi-list-item.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item.disabled .bi-textarea, |
|
.bi-list-item.disabled:hover .bi-textarea, |
|
.bi-list-item.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item.disabled .bi-high-light, |
|
.bi-list-item.disabled:hover .bi-high-light, |
|
.bi-list-item.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .bi-list-item:hover, |
|
.bi-theme-dark .bi-list-item.hover { |
|
color: #ffffff; |
|
background-color: rgba(54, 133, 242, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2); |
|
} |
|
.bi-theme-dark .bi-list-item:hover .bi-input, |
|
.bi-theme-dark .bi-list-item.hover .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item.hover .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item.disabled, |
|
.bi-theme-dark .bi-list-item.disabled:hover, |
|
.bi-theme-dark .bi-list-item.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
.bi-list-item-border:active, |
|
.bi-list-item-border.active { |
|
border: 1px solid #3685f2; |
|
} |
|
.bi-list-item-simple:hover, |
|
.bi-list-item-simple.hover { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-simple:hover .bi-input, |
|
.bi-list-item-simple.hover .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-simple:hover .bi-textarea, |
|
.bi-list-item-simple.hover .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-simple.disabled, |
|
.bi-list-item-simple.disabled:hover, |
|
.bi-list-item-simple.disabled:active { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-simple.disabled .bi-input, |
|
.bi-list-item-simple.disabled:hover .bi-input, |
|
.bi-list-item-simple.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-simple.disabled .bi-textarea, |
|
.bi-list-item-simple.disabled:hover .bi-textarea, |
|
.bi-list-item-simple.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-simple.disabled .bi-high-light, |
|
.bi-list-item-simple.disabled:hover .bi-high-light, |
|
.bi-list-item-simple.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-effect:hover { |
|
color: #232e40; |
|
} |
|
.bi-list-item-effect:hover .bi-input { |
|
color: #232e40; |
|
} |
|
.bi-list-item-effect:hover .bi-textarea { |
|
color: #232e40; |
|
} |
|
.bi-list-item-effect.active, |
|
.bi-list-item-effect:active { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-effect.active .bi-input, |
|
.bi-list-item-effect:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-effect.active .bi-textarea, |
|
.bi-list-item-effect:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-effect.disabled, |
|
.bi-list-item-effect.disabled:hover, |
|
.bi-list-item-effect.disabled:active { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-effect.disabled .bi-input, |
|
.bi-list-item-effect.disabled:hover .bi-input, |
|
.bi-list-item-effect.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-effect.disabled .bi-textarea, |
|
.bi-list-item-effect.disabled:hover .bi-textarea, |
|
.bi-list-item-effect.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-effect.disabled .bi-high-light, |
|
.bi-list-item-effect.disabled:hover .bi-high-light, |
|
.bi-list-item-effect.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .bi-list-item-effect:hover { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-effect:hover .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-effect:hover .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.active, |
|
.bi-theme-dark .bi-list-item-effect:active { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.active .bi-input, |
|
.bi-theme-dark .bi-list-item-effect:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.active .bi-textarea, |
|
.bi-theme-dark .bi-list-item-effect:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.disabled, |
|
.bi-theme-dark .bi-list-item-effect.disabled:hover, |
|
.bi-theme-dark .bi-list-item-effect.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
.bi-list-item-active:hover, |
|
.bi-list-item-active.hover { |
|
color: #232e40; |
|
background-color: rgba(54, 133, 242, 0.06); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
|
} |
|
.bi-list-item-active:hover .bi-input, |
|
.bi-list-item-active.hover .bi-input { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active:hover .bi-textarea, |
|
.bi-list-item-active.hover .bi-textarea { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active:active { |
|
color: #3685f2; |
|
background-color: rgba(54, 133, 242, 0.06); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
|
} |
|
.bi-list-item-active:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active.active { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active.active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active.active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active.disabled, |
|
.bi-list-item-active.disabled:hover, |
|
.bi-list-item-active.disabled:active { |
|
background-color: transparent !important; |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active.disabled .bi-input, |
|
.bi-list-item-active.disabled:hover .bi-input, |
|
.bi-list-item-active.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active.disabled .bi-textarea, |
|
.bi-list-item-active.disabled:hover .bi-textarea, |
|
.bi-list-item-active.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active.disabled .bi-high-light, |
|
.bi-list-item-active.disabled:hover .bi-high-light, |
|
.bi-list-item-active.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active:hover, |
|
.bi-theme-dark .bi-list-item-active.hover { |
|
color: #ffffff; |
|
background-color: rgba(255, 255, 255, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
} |
|
.bi-theme-dark .bi-list-item-active:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-active.hover .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-active:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active.hover .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-active.active, |
|
.bi-theme-dark .bi-list-item-active:active { |
|
color: #3685f2; |
|
background-color: rgba(255, 255, 255, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
} |
|
.bi-theme-dark .bi-list-item-active.active .bi-input, |
|
.bi-theme-dark .bi-list-item-active:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-active.active .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-active.disabled, |
|
.bi-theme-dark .bi-list-item-active.disabled:hover, |
|
.bi-theme-dark .bi-list-item-active.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
.bi-list-item-active2:hover, |
|
.bi-list-item-active2.hover { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active2:hover .bi-input, |
|
.bi-list-item-active2.hover .bi-input { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active2:hover .bi-textarea, |
|
.bi-list-item-active2.hover .bi-textarea { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active2:hover.bi-border, |
|
.bi-list-item-active2.hover.bi-border { |
|
border-color: #3685f2; |
|
} |
|
.bi-list-item-active2:active { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active2:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active2:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active2:active.bi-border { |
|
border-color: #3685f2; |
|
} |
|
.bi-list-item-active2.active { |
|
color: #ffffff; |
|
background-color: #3685f2; |
|
} |
|
.bi-list-item-active2.active .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-active2.active .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-active2.active.bi-border { |
|
border-color: #3685f2; |
|
} |
|
.bi-list-item-active2.disabled, |
|
.bi-list-item-active2.disabled:hover, |
|
.bi-list-item-active2.disabled:active { |
|
background-color: transparent !important; |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active2.disabled .bi-input, |
|
.bi-list-item-active2.disabled:hover .bi-input, |
|
.bi-list-item-active2.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active2.disabled .bi-textarea, |
|
.bi-list-item-active2.disabled:hover .bi-textarea, |
|
.bi-list-item-active2.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active2.disabled .bi-high-light, |
|
.bi-list-item-active2.disabled:hover .bi-high-light, |
|
.bi-list-item-active2.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active2:hover, |
|
.bi-theme-dark .bi-list-item-active2.hover { |
|
color: #ffffff; |
|
background-color: #242640; |
|
} |
|
.bi-theme-dark .bi-list-item-active2:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-active2.hover .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-active2:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active2.hover .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.active, |
|
.bi-theme-dark .bi-list-item-active2:active { |
|
color: #3685f2; |
|
background-color: #242640; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.active .bi-input, |
|
.bi-theme-dark .bi-list-item-active2:active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.active .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active2:active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.disabled, |
|
.bi-theme-dark .bi-list-item-active2.disabled:hover, |
|
.bi-theme-dark .bi-list-item-active2.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
.bi-list-item-active3:hover, |
|
.bi-list-item-active3.hover { |
|
color: #232e40; |
|
background-color: rgba(54, 133, 242, 0.06); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
|
} |
|
.bi-list-item-active3:hover .bi-input, |
|
.bi-list-item-active3.hover .bi-input { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active3:hover .bi-textarea, |
|
.bi-list-item-active3.hover .bi-textarea { |
|
color: #232e40; |
|
} |
|
.bi-list-item-active3:active, |
|
.bi-list-item-active3.active { |
|
color: #3685f2; |
|
background-color: rgba(54, 133, 242, 0.06); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
|
} |
|
.bi-list-item-active3:active .bi-input, |
|
.bi-list-item-active3.active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active3:active .bi-textarea, |
|
.bi-list-item-active3.active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-active3.disabled, |
|
.bi-list-item-active3.disabled:hover, |
|
.bi-list-item-active3.disabled:active { |
|
background-color: transparent !important; |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active3.disabled .bi-input, |
|
.bi-list-item-active3.disabled:hover .bi-input, |
|
.bi-list-item-active3.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active3.disabled .bi-textarea, |
|
.bi-list-item-active3.disabled:hover .bi-textarea, |
|
.bi-list-item-active3.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-active3.disabled .bi-high-light, |
|
.bi-list-item-active3.disabled:hover .bi-high-light, |
|
.bi-list-item-active3.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-select:hover, |
|
.bi-list-item-select.hover { |
|
background-color: rgba(54, 133, 242, 0.06); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
|
} |
|
.bi-list-item-select:active, |
|
.bi-list-item-select.active { |
|
color: #ffffff; |
|
background-color: #3685f2; |
|
} |
|
.bi-list-item-select:active .bi-input, |
|
.bi-list-item-select.active .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select:active .bi-textarea, |
|
.bi-list-item-select.active .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select:active .bi-high-light, |
|
.bi-list-item-select.active .bi-high-light { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-success:active, |
|
.bi-list-item-select.button-success.active { |
|
color: #ffffff; |
|
background-color: #13cd66; |
|
} |
|
.bi-list-item-select.button-success:active .bi-input, |
|
.bi-list-item-select.button-success.active .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-success:active .bi-textarea, |
|
.bi-list-item-select.button-success.active .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-success:active .bi-high-light, |
|
.bi-list-item-select.button-success.active .bi-high-light { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-success:active.bi-high-light-border, |
|
.bi-list-item-select.button-success.active.bi-high-light-border { |
|
border-color: #13cd66; |
|
} |
|
.bi-list-item-select.button-warning { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning .bi-textarea { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning .bi-high-light { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning.bi-high-light-border { |
|
border-color: #e85050; |
|
} |
|
.bi-list-item-select.button-warning:hover, |
|
.bi-list-item-select.button-warning.hover { |
|
color: #ff4949; |
|
background-color: #ffecec; |
|
} |
|
.bi-list-item-select.button-warning:hover .bi-input, |
|
.bi-list-item-select.button-warning.hover .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning:hover .bi-textarea, |
|
.bi-list-item-select.button-warning.hover .bi-textarea { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning:hover .bi-high-light, |
|
.bi-list-item-select.button-warning.hover .bi-high-light { |
|
color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning:hover.bi-high-light-border, |
|
.bi-list-item-select.button-warning.hover.bi-high-light-border { |
|
border-color: #e85050; |
|
} |
|
.bi-list-item-select.button-warning:active, |
|
.bi-list-item-select.button-warning.active { |
|
color: #ffffff; |
|
background-color: #ff4949; |
|
} |
|
.bi-list-item-select.button-warning:active .bi-input, |
|
.bi-list-item-select.button-warning.active .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-warning:active .bi-textarea, |
|
.bi-list-item-select.button-warning.active .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-warning:active .bi-high-light, |
|
.bi-list-item-select.button-warning.active .bi-high-light { |
|
color: #ffffff; |
|
} |
|
.bi-list-item-select.button-warning:active.bi-high-light-border, |
|
.bi-list-item-select.button-warning.active.bi-high-light-border { |
|
border-color: #e85050; |
|
} |
|
.bi-list-item-select.disabled { |
|
color: #9ea6b2 !important; |
|
background-color: transparent !important; |
|
} |
|
.bi-list-item-select.disabled .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-select.disabled .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-select.disabled .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-select.disabled.bi-high-light-border { |
|
border-color: #F0F3F7; |
|
} |
|
.bi-list-item-select.disabled.hover, |
|
.bi-list-item-select.disabled.active { |
|
color: #ffffff !important; |
|
background-color: #d0d4da !important; |
|
} |
|
.bi-list-item-select.disabled.hover .bi-input, |
|
.bi-list-item-select.disabled.active .bi-input { |
|
color: #ffffff !important; |
|
} |
|
.bi-list-item-select.disabled.hover .bi-textarea, |
|
.bi-list-item-select.disabled.active .bi-textarea { |
|
color: #ffffff !important; |
|
} |
|
.bi-list-item-select.disabled.hover .bi-high-light, |
|
.bi-list-item-select.disabled.active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-select.disabled.hover.bi-high-light-border, |
|
.bi-list-item-select.disabled.active.bi-high-light-border { |
|
border-color: #F0F3F7; |
|
} |
|
.bi-list-item-select2:hover, |
|
.bi-list-item-select2.hover { |
|
background-color: #f7f8fa; |
|
} |
|
.bi-list-item-select2:active, |
|
.bi-list-item-select2.active { |
|
color: #ffffff; |
|
background-color: #f7f8fa; |
|
} |
|
.bi-list-item-select2:active .bi-input, |
|
.bi-list-item-select2.active .bi-input { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-select2:active .bi-textarea, |
|
.bi-list-item-select2.active .bi-textarea { |
|
color: #3685f2; |
|
} |
|
.bi-list-item-select2:active .bi-high-light, |
|
.bi-list-item-select2.active .bi-high-light { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select:hover, |
|
.bi-theme-dark .bi-list-item-select.hover { |
|
color: #ffffff; |
|
background-color: rgba(255, 255, 255, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
} |
|
.bi-theme-dark .bi-list-item-select:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-select.hover .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-select.hover .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select:active, |
|
.bi-theme-dark .bi-list-item-select.active { |
|
color: #ffffff; |
|
background-color: #3685f2; |
|
} |
|
.bi-theme-dark .bi-list-item-select:active .bi-input, |
|
.bi-theme-dark .bi-list-item-select.active .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select:active .bi-textarea, |
|
.bi-theme-dark .bi-list-item-select.active .bi-textarea { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select:active .bi-high-light, |
|
.bi-theme-dark .bi-list-item-select.active .bi-high-light { |
|
color: #ffffff; |
|
} |
|
.bi-theme-dark .bi-list-item-select.disabled, |
|
.bi-theme-dark .bi-list-item-select.disabled:hover, |
|
.bi-theme-dark .bi-list-item-select.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-select.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
.bi-list-item-none:hover, |
|
.bi-list-item-none.hover { |
|
color: inherit; |
|
background-color: transparent; |
|
} |
|
.bi-list-item-none:hover .bi-input, |
|
.bi-list-item-none.hover .bi-input { |
|
color: inherit; |
|
} |
|
.bi-list-item-none:hover .bi-textarea, |
|
.bi-list-item-none.hover .bi-textarea { |
|
color: inherit; |
|
} |
|
.bi-list-item-none:active, |
|
.bi-list-item-none.active { |
|
color: inherit; |
|
background-color: transparent; |
|
} |
|
.bi-list-item-none:active .bi-input, |
|
.bi-list-item-none.active .bi-input { |
|
color: inherit; |
|
} |
|
.bi-list-item-none:active .bi-textarea, |
|
.bi-list-item-none.active .bi-textarea { |
|
color: inherit; |
|
} |
|
.bi-list-item-none:active .bi-high-light, |
|
.bi-list-item-none.active .bi-high-light { |
|
color: inherit; |
|
} |
|
.bi-list-item-none.disabled, |
|
.bi-list-item-none.disabled:hover, |
|
.bi-list-item-none.disabled:active { |
|
color: #9ea6b2 !important; |
|
background-color: transparent !important; |
|
} |
|
.bi-list-item-none.disabled .bi-input, |
|
.bi-list-item-none.disabled:hover .bi-input, |
|
.bi-list-item-none.disabled:active .bi-input { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-none.disabled .bi-textarea, |
|
.bi-list-item-none.disabled:hover .bi-textarea, |
|
.bi-list-item-none.disabled:active .bi-textarea { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-list-item-none.disabled .bi-high-light, |
|
.bi-list-item-none.disabled:hover .bi-high-light, |
|
.bi-list-item-none.disabled:active .bi-high-light { |
|
color: #9ea6b2 !important; |
|
} |
|
.bi-theme-dark .bi-list-item-none:hover, |
|
.bi-theme-dark .bi-list-item-none.hover { |
|
color: inherit; |
|
background-color: transparent; |
|
} |
|
.bi-theme-dark .bi-list-item-none:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-none.hover .bi-input { |
|
color: inherit; |
|
} |
|
.bi-theme-dark .bi-list-item-none:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-none.hover .bi-textarea { |
|
color: inherit; |
|
} |
|
.bi-theme-dark .bi-list-item-none:active, |
|
.bi-theme-dark .bi-list-item-none.active { |
|
color: inherit; |
|
background-color: transparent; |
|
} |
|
.bi-theme-dark .bi-list-item-none:active .bi-input, |
|
.bi-theme-dark .bi-list-item-none.active .bi-input { |
|
color: inherit; |
|
} |
|
.bi-theme-dark .bi-list-item-none:active .bi-textarea, |
|
.bi-theme-dark .bi-list-item-none.active .bi-textarea { |
|
color: inherit; |
|
} |
|
.bi-theme-dark .bi-list-item-none:active .bi-high-light, |
|
.bi-theme-dark .bi-list-item-none.active .bi-high-light { |
|
color: inherit; |
|
} |
|
.bi-theme-dark .bi-list-item-none.disabled, |
|
.bi-theme-dark .bi-list-item-none.disabled:hover, |
|
.bi-theme-dark .bi-list-item-none.disabled:active { |
|
background-color: transparent !important; |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-none.disabled .bi-input, |
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input, |
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea, |
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea, |
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea { |
|
color: #878d9f !important; |
|
} |
|
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light, |
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light, |
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light { |
|
color: #878d9f !important; |
|
} |
|
/*****************cursor*****************/ |
|
.cursor-pointer { |
|
cursor: pointer; |
|
} |
|
.cursor-default { |
|
cursor: default; |
|
} |
|
.cursor-move { |
|
cursor: move; |
|
} |
|
/*****************cursor*****************/ |
|
.y-overflow-auto { |
|
overflow-y: auto; |
|
overflow-x: hidden; |
|
} |
|
.x-overflow-auto { |
|
overflow-y: hidden; |
|
overflow-x: auto; |
|
} |
|
.y-overflow-scroll { |
|
overflow-y: scroll; |
|
overflow-x: hidden; |
|
} |
|
.x-overflow-scroll { |
|
overflow-y: hidden; |
|
overflow-x: scroll; |
|
} |
|
.overflow-auto { |
|
overflow-x: auto; |
|
overflow-y: auto; |
|
} |
|
.overflow-scroll { |
|
overflow-x: scroll; |
|
overflow-y: scroll; |
|
} |
|
.overflow-hidden { |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
} |
|
.td-overflow { |
|
white-space: normal; |
|
word-break: break-all; |
|
} |
|
.overflow-dot { |
|
text-overflow: ellipsis; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
white-space: nowrap; |
|
} |
|
.display-block { |
|
display: block; |
|
} |
|
.display-inline { |
|
display: inline-block; |
|
*display: inline; |
|
*zoom: 1; |
|
} |
|
.display-table { |
|
display: table; |
|
} |
|
/**常用于span元素在与combo并列时**/ |
|
.vertical-super { |
|
vertical-align: super; |
|
} |
|
.vertical-top { |
|
vertical-align: top; |
|
} |
|
.horizon-center { |
|
text-align: center; |
|
} |
|
.horizon-left { |
|
text-align: left; |
|
} |
|
/*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/ |
|
.border-sizing { |
|
-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标准语法)*/ |
|
} |
|
.content-sizing { |
|
-webkit-box-sizing: content-box; |
|
/*Safari3.2+*/ |
|
-moz-box-sizing: content-box; |
|
/*Firefox3.5+*/ |
|
-ms-box-sizing: content-box; |
|
/*IE8*/ |
|
box-sizing: content-box; |
|
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
|
} |
|
.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-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-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-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-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-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-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: ' '; |
|
} |
|
.bi-theme-dark { |
|
background-color: #191B2B; |
|
color: #d6e0dc; |
|
} |
|
.bi-theme-dark .bi-input { |
|
color: #ffffff; |
|
} |
|
.bi-year-calendar { |
|
padding-top: 5px; |
|
padding-bottom: 5px; |
|
} |
|
.bi-color-chooser-popup .disable-mask { |
|
opacity: 0.5; |
|
filter: alpha(opacity=50); |
|
background-color: #ffffff; |
|
} |
|
|
|
.bi-color-chooser-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
box-shadow: 0px 0px 2px 1px #d0d4da inset; |
|
-webkit-box-shadow: 0px 0px 2px 1px #d0d4da inset; |
|
-moz-box-shadow: 0px 0px 2px 1px #d0d4da inset; |
|
} |
|
.bi-color-picker-button .color-picker-button-mask { |
|
border: 1px solid #232e40; |
|
} |
|
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask { |
|
border: 1px solid #ffffff; |
|
} |
|
.bi-color-picker-editor .color-picker-editor-display { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.farbtastic { |
|
position: relative; |
|
} |
|
.farbtastic * { |
|
position: absolute; |
|
cursor: crosshair; |
|
} |
|
.farbtastic, |
|
.farbtastic .wheel { |
|
width: 195px; |
|
height: 195px; |
|
} |
|
.farbtastic .color, |
|
.farbtastic .overlay { |
|
top: 47px; |
|
left: 47px; |
|
width: 101px; |
|
height: 101px; |
|
} |
|
.farbtastic .wheel { |
|
width: 195px; |
|
height: 195px; |
|
} |
|
.farbtastic .marker { |
|
width: 17px; |
|
height: 17px; |
|
margin: -8px 0 0 -8px; |
|
overflow: hidden; |
|
} |
|
.bi-bubble-combo .button-combo-triangle-wrapper { |
|
position: fixed !important; |
|
z-index: 10000000; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-left { |
|
z-index: 1; |
|
position: absolute; |
|
width: 5px; |
|
height: 16px; |
|
border-left: 1px solid #f5f5f5; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-left:before { |
|
position: absolute; |
|
left: 0px; |
|
top: 0px; |
|
right: 0px; |
|
border-left: 7px solid #ccc; |
|
border-top: 8px solid transparent; |
|
border-bottom: 8px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-left:after { |
|
position: absolute; |
|
top: 1px; |
|
left: 1px; |
|
right: 0px; |
|
border-bottom: 6px solid #ffffff; |
|
border-left: 7px solid transparent; |
|
border-right: 7px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-right { |
|
z-index: 1; |
|
position: absolute; |
|
width: 7px; |
|
height: 16px; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-right:before { |
|
position: absolute; |
|
top: 0px; |
|
right: 0px; |
|
bottom: 0px; |
|
border-right: 7px solid #ccc; |
|
border-top: 7px solid transparent; |
|
border-bottom: 8px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-right:after { |
|
position: absolute; |
|
right: 0px; |
|
top: 0px; |
|
bottom: 0px; |
|
border-right: 7px solid #ffffff; |
|
border-top: 7px solid transparent; |
|
border-bottom: 8px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-top { |
|
z-index: 1; |
|
position: absolute; |
|
width: 16px; |
|
height: 10px; |
|
border-top: 1px solid #ffffff; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-top:after { |
|
position: absolute; |
|
right: 1px; |
|
top: 0px; |
|
border-top: 6px solid #ffffff; |
|
border-left: 7px solid transparent; |
|
border-right: 7px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-top:before { |
|
position: absolute; |
|
border-top: 7px solid #cccccc; |
|
border-left: 8px solid transparent; |
|
border-right: 8px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-bottom { |
|
z-index: 1; |
|
position: absolute; |
|
width: 16px; |
|
height: 5px; |
|
border-bottom: 1px solid #ffffff; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-bottom:before { |
|
position: absolute; |
|
top: 0px; |
|
right: 0px; |
|
bottom: 0px; |
|
border-bottom: 7px solid #ccc; |
|
border-left: 8px solid transparent; |
|
border-right: 8px solid transparent; |
|
content: ""; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-bottom:after { |
|
position: absolute; |
|
right: 1px; |
|
top: 1px; |
|
bottom: 0px; |
|
border-bottom: 6px solid #ffffff; |
|
border-left: 7px solid transparent; |
|
border-right: 7px solid transparent; |
|
content: ""; |
|
} |
|
|
|
.bi-combo.bi-combo-popup { |
|
display: block !important; |
|
visibility: visible !important; |
|
} |
|
|
|
.bi-search-text-value-combo .trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button { |
|
color: #ff4949; |
|
} |
|
.bi-search-text-value-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-search-text-value-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-search-text-value-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-search-text-value-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
|
|
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label { |
|
color: #ff4949; |
|
} |
|
/*************BI.SearchEditor******************/ |
|
.bi-search-editor { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-search-editor .circle-close-font { |
|
font-size: 16px; |
|
} |
|
.bi-search-editor .search-font { |
|
font-size: 16px; |
|
} |
|
|
|
/*************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; |
|
} |
|
/* BASICS */ |
|
.CodeMirror { |
|
/* Set height, width, borders, and global font properties here */ |
|
font-family: monospace; |
|
cursor: text; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/* PADDING */ |
|
.CodeMirror-lines { |
|
padding: 4px 0; |
|
/* Vertical padding around content */ |
|
} |
|
.CodeMirror pre { |
|
padding: 0 4px; |
|
/* Horizontal padding of content */ |
|
} |
|
.CodeMirror-scrollbar-filler, |
|
.CodeMirror-gutter-filler { |
|
background-color: white; |
|
/* The little square between H and V scrollbars */ |
|
} |
|
/* GUTTER */ |
|
.CodeMirror-gutters { |
|
border-right: 1px solid #ddd; |
|
background-color: #f7f7f7; |
|
white-space: nowrap; |
|
} |
|
.CodeMirror-linenumber { |
|
padding: 0 3px 0 5px; |
|
min-width: 20px; |
|
text-align: right; |
|
color: #999; |
|
white-space: nowrap; |
|
} |
|
.CodeMirror-guttermarker { |
|
color: black; |
|
} |
|
.CodeMirror-guttermarker-subtle { |
|
color: #999; |
|
} |
|
/* CURSOR */ |
|
.CodeMirror div.CodeMirror-cursor { |
|
border-left: 1px solid #232e40; |
|
} |
|
.bi-theme-dark .CodeMirror div.CodeMirror-cursor { |
|
border-left: 1px solid #ffffff; |
|
} |
|
/* Shown when moving in bi-directional text */ |
|
.CodeMirror div.CodeMirror-secondarycursor { |
|
border-left: 1px solid silver; |
|
} |
|
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor { |
|
width: auto; |
|
border: 0; |
|
background: #7e7; |
|
} |
|
.CodeMirror.cm-fat-cursor div.CodeMirror-cursors { |
|
z-index: 1; |
|
} |
|
.cm-animate-fat-cursor { |
|
width: auto; |
|
border: 0; |
|
-webkit-animation: blink 1.06s steps(1) infinite; |
|
-moz-animation: blink 1.06s steps(1) infinite; |
|
animation: blink 1.06s steps(1) infinite; |
|
} |
|
@-moz-keyframes blink { |
|
0% { |
|
background: #7e7; |
|
} |
|
50% { |
|
background: none; |
|
} |
|
100% { |
|
background: #7e7; |
|
} |
|
} |
|
@-webkit-keyframes blink { |
|
0% { |
|
background: #7e7; |
|
} |
|
50% { |
|
background: none; |
|
} |
|
100% { |
|
background: #7e7; |
|
} |
|
} |
|
@keyframes blink { |
|
0% { |
|
background: #7e7; |
|
} |
|
50% { |
|
background: none; |
|
} |
|
100% { |
|
background: #7e7; |
|
} |
|
} |
|
/* Can style cursor different in overwrite (non-insert) mode */ |
|
.cm-tab { |
|
display: inline-block; |
|
text-decoration: inherit; |
|
} |
|
.CodeMirror-ruler { |
|
border-left: 1px solid #ccc; |
|
position: absolute; |
|
} |
|
/* DEFAULT THEME */ |
|
.cm-s-default .cm-header { |
|
color: blue; |
|
} |
|
.cm-s-default .cm-quote { |
|
color: #090; |
|
} |
|
.cm-negative { |
|
color: #d44; |
|
} |
|
.cm-positive { |
|
color: #292; |
|
} |
|
.cm-header, |
|
.cm-strong { |
|
font-weight: bold; |
|
} |
|
.cm-em { |
|
font-style: italic; |
|
} |
|
.cm-link { |
|
text-decoration: underline; |
|
} |
|
.cm-strikethrough { |
|
text-decoration: line-through; |
|
} |
|
.cm-s-default .cm-atom { |
|
color: #219; |
|
} |
|
.cm-s-default .cm-number { |
|
color: #164; |
|
} |
|
.cm-s-default .cm-def { |
|
color: #00f; |
|
} |
|
.cm-s-default .cm-variable-2 { |
|
color: #05a; |
|
} |
|
.cm-s-default .cm-variable-3 { |
|
color: #085; |
|
} |
|
.cm-s-default .cm-comment { |
|
color: #a50; |
|
} |
|
.cm-s-default .cm-string { |
|
color: #a11; |
|
} |
|
.cm-s-default .cm-string-2 { |
|
color: #f50; |
|
} |
|
.cm-s-default .cm-meta { |
|
color: #555; |
|
} |
|
.cm-s-default .cm-qualifier { |
|
color: #555; |
|
} |
|
.cm-s-default .cm-builtin { |
|
color: #30a; |
|
} |
|
.cm-s-default .cm-bracket { |
|
color: #997; |
|
} |
|
.cm-s-default .cm-tag { |
|
color: #170; |
|
} |
|
.cm-s-default .cm-attribute { |
|
color: #00c; |
|
} |
|
.cm-s-default .cm-hr { |
|
color: #999; |
|
} |
|
.cm-s-default .cm-link { |
|
color: #00c; |
|
} |
|
.cm-s-default span[class*="fieldName"] { |
|
display: inline-block; |
|
color: white; |
|
background: #3685f2; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
} |
|
.cm-s-default span[class*="start"] { |
|
-webkit-border-radius: 3px 0px 0px 3px; |
|
-moz-border-radius: 3px 0px 0px 3px; |
|
border-radius: 3px 0px 0px 3px; |
|
margin-left: 3px; |
|
} |
|
.cm-s-default span[class*="end"] { |
|
-webkit-border-radius: 0px 3px 3px 0px; |
|
-moz-border-radius: 0px 3px 3px 0px; |
|
border-radius: 0px 3px 3px 0px; |
|
margin-right: 3px; |
|
} |
|
.cm-s-default span[class*="start end"] { |
|
-webkit-border-radius: 3px; |
|
-moz-border-radius: 3px; |
|
border-radius: 3px; |
|
} |
|
.cm-s-default span[class*="#"] { |
|
color: #3685f2; |
|
} |
|
.cm-s-default .cm-error { |
|
color: #f00; |
|
} |
|
.cm-invalidchar { |
|
color: #f00; |
|
} |
|
.CodeMirror-composing { |
|
border-bottom: 2px solid; |
|
} |
|
/* Default styles for common addons */ |
|
div.CodeMirror span.CodeMirror-matchingbracket { |
|
color: #0f0; |
|
} |
|
div.CodeMirror span.CodeMirror-nonmatchingbracket { |
|
color: #f22; |
|
} |
|
.CodeMirror-matchingtag { |
|
background: rgba(255, 150, 0, 0.3); |
|
} |
|
.CodeMirror-activeline-background { |
|
background: #e8f2ff; |
|
} |
|
/* STOP */ |
|
/* The rest of this file contains styles related to the mechanics of |
|
the editor. You probably shouldn't touch them. */ |
|
.CodeMirror { |
|
position: relative; |
|
overflow: hidden; |
|
} |
|
.CodeMirror-scroll { |
|
overflow: scroll !important; |
|
/* Things will break if this is overridden */ |
|
/* 30px is the magic margin used to hide the element's real scrollbars */ |
|
/* See overflow: hidden in .CodeMirror */ |
|
margin-bottom: -30px; |
|
margin-right: -30px; |
|
padding-bottom: 30px; |
|
height: 100%; |
|
outline: none; |
|
/* Prevent dragging from highlighting the element */ |
|
position: relative; |
|
} |
|
.CodeMirror-sizer { |
|
position: relative; |
|
border-right: 30px solid transparent; |
|
} |
|
/* The fake, visible scrollbars. Used to force redraw during scrolling |
|
before actuall scrolling happens, thus preventing shaking and |
|
flickering artifacts. */ |
|
.CodeMirror-vscrollbar, |
|
.CodeMirror-hscrollbar, |
|
.CodeMirror-scrollbar-filler, |
|
.CodeMirror-gutter-filler { |
|
position: absolute; |
|
z-index: 6; |
|
display: none; |
|
} |
|
.CodeMirror-vscrollbar { |
|
right: 0; |
|
top: 0; |
|
overflow-x: hidden; |
|
overflow-y: scroll; |
|
} |
|
.CodeMirror-hscrollbar { |
|
bottom: 0; |
|
left: 0; |
|
overflow-y: hidden; |
|
overflow-x: scroll; |
|
} |
|
.CodeMirror-scrollbar-filler { |
|
right: 0; |
|
bottom: 0; |
|
} |
|
.CodeMirror-gutter-filler { |
|
left: 0; |
|
bottom: 0; |
|
} |
|
.CodeMirror-gutters { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
z-index: 3; |
|
} |
|
.CodeMirror-gutter { |
|
white-space: normal; |
|
height: 100%; |
|
display: inline-block; |
|
margin-bottom: -30px; |
|
/* Hack to make IE7 behave */ |
|
*zoom: 1; |
|
*display: inline; |
|
} |
|
.CodeMirror-gutter-wrapper { |
|
position: absolute; |
|
z-index: 4; |
|
height: 100%; |
|
} |
|
.CodeMirror-gutter-elt { |
|
position: absolute; |
|
cursor: default; |
|
z-index: 4; |
|
} |
|
.CodeMirror-gutter-wrapper { |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
user-select: none; |
|
} |
|
.CodeMirror-lines { |
|
cursor: text; |
|
min-height: 1px; |
|
/* prevents collapsing before first draw */ |
|
} |
|
.CodeMirror pre { |
|
/* Reset some styles that the rest of the page might have set */ |
|
-moz-border-radius: 0; |
|
-webkit-border-radius: 0; |
|
border-radius: 0; |
|
border-width: 0; |
|
background: transparent; |
|
font-family: inherit; |
|
font-size: inherit; |
|
margin: 0; |
|
white-space: pre; |
|
word-wrap: normal; |
|
color: inherit; |
|
z-index: 2; |
|
position: relative; |
|
overflow: visible; |
|
-webkit-tap-highlight-color: transparent; |
|
} |
|
.codemirror-high-line-height { |
|
line-height: 2; |
|
} |
|
.codemirror-low-line-height { |
|
line-height: 1.4; |
|
} |
|
.CodeMirror-wrap pre { |
|
word-wrap: break-word; |
|
white-space: pre-wrap; |
|
word-break: normal; |
|
} |
|
.CodeMirror-linebackground { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
bottom: 0; |
|
z-index: 0; |
|
} |
|
.CodeMirror-linewidget { |
|
position: relative; |
|
z-index: 2; |
|
overflow: auto; |
|
} |
|
.CodeMirror-code { |
|
outline: none; |
|
} |
|
/* Force content-box sizing for the elements where we expect it */ |
|
.CodeMirror-scroll, |
|
.CodeMirror-sizer, |
|
.CodeMirror-gutter, |
|
.CodeMirror-gutters, |
|
.CodeMirror-linenumber { |
|
-moz-box-sizing: content-box; |
|
box-sizing: content-box; |
|
} |
|
.CodeMirror-measure { |
|
position: absolute; |
|
width: 100%; |
|
height: 0; |
|
overflow: hidden; |
|
visibility: hidden; |
|
} |
|
.CodeMirror-measure pre { |
|
position: static; |
|
} |
|
.CodeMirror div.CodeMirror-cursor { |
|
position: absolute; |
|
border-right: none; |
|
width: 0; |
|
} |
|
div.CodeMirror-cursors { |
|
visibility: hidden; |
|
position: relative; |
|
z-index: 3; |
|
} |
|
.CodeMirror-focused div.CodeMirror-cursors { |
|
visibility: visible; |
|
} |
|
.CodeMirror-selected { |
|
background: #d9d9d9; |
|
} |
|
.CodeMirror-focused .CodeMirror-selected { |
|
background: #d7d4f0; |
|
} |
|
.CodeMirror-crosshair { |
|
cursor: crosshair; |
|
} |
|
.CodeMirror-line::selection, |
|
.CodeMirror-line > span::selection, |
|
.CodeMirror-line > span > span::selection { |
|
background: #d7d4f0; |
|
} |
|
.CodeMirror-line::-moz-selection, |
|
.CodeMirror-line > span::-moz-selection, |
|
.CodeMirror-line > span > span::-moz-selection { |
|
background: #d7d4f0; |
|
} |
|
.cm-searching { |
|
background: #ffa; |
|
background: rgba(255, 255, 0, 0.4); |
|
} |
|
/* IE7 hack to prevent it from returning funny offsetTops on the spans */ |
|
.CodeMirror span { |
|
*vertical-align: text-bottom; |
|
} |
|
/* Used to force a border model for a node */ |
|
.cm-force-border { |
|
padding-right: .1px; |
|
} |
|
@media print { |
|
/* Hide the cursor when printing */ |
|
.CodeMirror div.CodeMirror-cursors { |
|
visibility: hidden; |
|
} |
|
} |
|
/* See issue #2901 */ |
|
.cm-tab-wrap-hack:after { |
|
content: ''; |
|
} |
|
/* Help users use markselection to safely style text background */ |
|
span.CodeMirror-selectedtext { |
|
background: none; |
|
} |
|
/*addon: show-hint*/ |
|
.CodeMirror-hints { |
|
position: absolute; |
|
z-index: 10000; |
|
overflow: hidden; |
|
list-style: none; |
|
margin: 0; |
|
padding: 2px; |
|
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); |
|
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); |
|
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); |
|
border-radius: 3px; |
|
border: 1px solid silver; |
|
background: white; |
|
font-size: 90%; |
|
font-family: monospace; |
|
max-height: 20em; |
|
overflow-y: auto; |
|
} |
|
.CodeMirror-hint { |
|
margin: 0; |
|
padding: 0 4px; |
|
border-radius: 2px; |
|
max-width: 19em; |
|
overflow: hidden; |
|
white-space: pre; |
|
color: black; |
|
cursor: pointer; |
|
} |
|
.CodeMirror-hints { |
|
z-index: 1000000000; |
|
} |
|
li.CodeMirror-hint-active { |
|
background: #08f; |
|
color: white; |
|
} |
|
.bi-formula-editor .error-field { |
|
display: inline-block; |
|
background: #ff4949; |
|
color: #ffffff; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
} |
|
.bi-message-title { |
|
font-size: 14px; |
|
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: 16px; |
|
} |
|
.bi-message-animate { |
|
-webkit-transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s; |
|
-moz-transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s; |
|
-o-transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s; |
|
transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s; |
|
} |
|
.bi-message-enter { |
|
opacity: 1; |
|
} |
|
.bi-message-leave { |
|
opacity: 0; |
|
transform: translateY(-100%); |
|
} |
|
.bi-multi-list-view .bi-button-mask { |
|
opacity: 0.1; |
|
filter: alpha(opacity=10); |
|
} |
|
.bi-panel { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-panel .panel-title { |
|
background-color: #F2F4F7; |
|
} |
|
.bi-panel .panel-title .panel-title-text { |
|
cursor: text; |
|
font-size: 14px; |
|
} |
|
.bi-sortable-holder { |
|
border: 1px dashed #e8eaed; |
|
} |
|
.bi-all-count-pager .all-pager-prev { |
|
font-size: 16px; |
|
} |
|
.bi-all-count-pager .all-pager-next { |
|
font-size: 16px; |
|
} |
|
|
|
.bi-direction-pager .direction-pager-prev { |
|
font-size: 16px; |
|
} |
|
.bi-direction-pager .direction-pager-next { |
|
font-size: 16px; |
|
} |
|
|
|
.bi-pager .page-item { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-pane { |
|
min-height: 25px; |
|
} |
|
.bi-rich-editor .rich-editor-param { |
|
-webkit-border-radius: 12px; |
|
-moz-border-radius: 12px; |
|
border-radius: 12px; |
|
} |
|
.bi-rich-editor-text-toolbar .text-toolbar-button { |
|
font-size: 16px; |
|
} |
|
.bi-segment-button { |
|
color: #3685f2; |
|
} |
|
.bi-segment > .center-element { |
|
overflow: hidden; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
background: #ffffff; |
|
border-right: 1px solid #3685f2; |
|
border-top: 1px solid #3685f2; |
|
border-bottom: 1px solid #3685f2; |
|
} |
|
.bi-segment > .first-element { |
|
border-left: 1px solid #3685f2; |
|
-webkit-border-radius: 6px 0px 0px 6px; |
|
-moz-border-radius: 6px 0px 0px 6px; |
|
border-radius: 6px 0px 0px 6px; |
|
} |
|
.bi-segment > .last-element { |
|
-webkit-border-radius: 0px 6px 6px 0px; |
|
-moz-border-radius: 0px 6px 6px 0px; |
|
border-radius: 0px 6px 6px 0px; |
|
} |
|
.bi-segment.disabled > .center-element, |
|
.bi-segment.disabled > .first-element { |
|
border-color: #F0F3F7; |
|
} |
|
.bi-theme-dark .bi-segment > .center-element { |
|
overflow: hidden; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
background: #242640; |
|
border-right: 1px solid #3a3c53; |
|
border-top: 1px solid #3a3c53; |
|
border-bottom: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-segment > .first-element { |
|
border-left: 1px solid #242640; |
|
} |
|
body .bi-button, |
|
#body .bi-button { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
border: 1px solid #3685f2; |
|
background-color: #3685f2; |
|
text-align: center; |
|
vertical-align: middle; |
|
cursor: pointer; |
|
} |
|
body .bi-button.block, |
|
#body .bi-button.block { |
|
font-size: inherit; |
|
border-width: 0; |
|
-webkit-border-radius: 0px; |
|
-moz-border-radius: 0px; |
|
border-radius: 0px; |
|
} |
|
body .bi-button.clear, |
|
#body .bi-button.clear { |
|
font-size: inherit; |
|
border-width: 0; |
|
background-color: transparent; |
|
} |
|
body .bi-button.clear:hover, |
|
#body .bi-button.clear:hover { |
|
opacity: 0.9; |
|
filter: alpha(opacity=90); |
|
} |
|
body .bi-button.clear:active, |
|
#body .bi-button.clear:active { |
|
opacity: 0.8; |
|
filter: alpha(opacity=80); |
|
} |
|
body .bi-button.ghost, |
|
#body .bi-button.ghost { |
|
font-size: inherit; |
|
background-color: transparent; |
|
} |
|
body .bi-button.button-common, |
|
#body .bi-button.button-common, |
|
body .bi-button.button-common .b-font:before, |
|
#body .bi-button.button-common .b-font:before { |
|
color: #ffffff; |
|
} |
|
body .bi-button.button-common.clear, |
|
#body .bi-button.button-common.clear, |
|
body .bi-button.button-common.clear .b-font:before, |
|
#body .bi-button.button-common.clear .b-font:before { |
|
color: #3685f2; |
|
} |
|
body .bi-button.button-common.ghost, |
|
#body .bi-button.button-common.ghost, |
|
body .bi-button.button-common.ghost .b-font:before, |
|
#body .bi-button.button-common.ghost .b-font:before { |
|
color: #3685f2; |
|
} |
|
body .bi-button.button-common.ghost:hover, |
|
#body .bi-button.button-common.ghost:hover { |
|
color: #ffffff; |
|
background-color: #3685f2; |
|
} |
|
body .bi-button.button-common.ghost:active, |
|
#body .bi-button.button-common.ghost:active { |
|
background-color: #3685f2; |
|
} |
|
body .bi-button.button-ignore, |
|
#body .bi-button.button-ignore { |
|
background-color: #ffffff; |
|
border-color: #3685f2; |
|
} |
|
body .bi-button.button-ignore, |
|
#body .bi-button.button-ignore, |
|
body .bi-button.button-ignore .b-font:before, |
|
#body .bi-button.button-ignore .b-font:before { |
|
color: #3685f2; |
|
} |
|
body .bi-button.button-ignore.clear, |
|
#body .bi-button.button-ignore.clear { |
|
background-color: transparent; |
|
border-width: 0; |
|
} |
|
body .bi-button.button-success, |
|
#body .bi-button.button-success { |
|
background-color: #13cd66; |
|
border-color: #13cd66; |
|
} |
|
body .bi-button.button-success, |
|
#body .bi-button.button-success, |
|
body .bi-button.button-success .b-font:before, |
|
#body .bi-button.button-success .b-font:before { |
|
color: #ffffff; |
|
} |
|
body .bi-button.button-success.clear, |
|
#body .bi-button.button-success.clear { |
|
background-color: transparent; |
|
border-width: 0; |
|
} |
|
body .bi-button.button-success.clear, |
|
#body .bi-button.button-success.clear, |
|
body .bi-button.button-success.clear .b-font:before, |
|
#body .bi-button.button-success.clear .b-font:before { |
|
color: #13cd66; |
|
} |
|
body .bi-button.button-warning, |
|
#body .bi-button.button-warning { |
|
background-color: #faaa39; |
|
border-color: #fbb03b; |
|
} |
|
body .bi-button.button-warning, |
|
#body .bi-button.button-warning, |
|
body .bi-button.button-warning .b-font:before, |
|
#body .bi-button.button-warning .b-font:before { |
|
color: #ffffff; |
|
} |
|
body .bi-button.button-warning.clear, |
|
#body .bi-button.button-warning.clear { |
|
background-color: transparent; |
|
border-width: 0; |
|
} |
|
body .bi-button.button-warning.clear, |
|
#body .bi-button.button-warning.clear, |
|
body .bi-button.button-warning.clear .b-font:before, |
|
#body .bi-button.button-warning.clear .b-font:before { |
|
color: #faaa39; |
|
} |
|
body .bi-button.button-error, |
|
#body .bi-button.button-error { |
|
background-color: #ff4949; |
|
border-color: #e85050; |
|
} |
|
body .bi-button.button-error, |
|
#body .bi-button.button-error, |
|
body .bi-button.button-error .b-font:before, |
|
#body .bi-button.button-error .b-font:before { |
|
color: #ffffff; |
|
} |
|
body .bi-button.button-error.clear, |
|
#body .bi-button.button-error.clear { |
|
background-color: transparent; |
|
border-width: 0; |
|
} |
|
body .bi-button.button-error.clear, |
|
#body .bi-button.button-error.clear, |
|
body .bi-button.button-error.clear .b-font:before, |
|
#body .bi-button.button-error.clear .b-font:before { |
|
color: #ff4949; |
|
} |
|
body .bi-button.button-common.disabled, |
|
#body .bi-button.button-common.disabled, |
|
body .bi-button.button-success.disabled, |
|
#body .bi-button.button-success.disabled, |
|
body .bi-button.button-error.disabled, |
|
#body .bi-button.button-error.disabled, |
|
body .bi-button.button-warning.disabled, |
|
#body .bi-button.button-warning.disabled, |
|
body .bi-button.button-common.disabled.base-disabled, |
|
#body .bi-button.button-common.disabled.base-disabled, |
|
body .bi-button.button-success.disabled.base-disabled, |
|
#body .bi-button.button-success.disabled.base-disabled, |
|
body .bi-button.button-error.disabled.base-disabled, |
|
#body .bi-button.button-error.disabled.base-disabled, |
|
body .bi-button.button-warning.disabled.base-disabled, |
|
#body .bi-button.button-warning.disabled.base-disabled { |
|
background: #F0F3F7 !important; |
|
border-color: #F0F3F7 !important; |
|
} |
|
body .bi-button.button-common.disabled, |
|
#body .bi-button.button-common.disabled, |
|
body .bi-button.button-success.disabled, |
|
#body .bi-button.button-success.disabled, |
|
body .bi-button.button-error.disabled, |
|
#body .bi-button.button-error.disabled, |
|
body .bi-button.button-warning.disabled, |
|
#body .bi-button.button-warning.disabled, |
|
body .bi-button.button-common.disabled.base-disabled, |
|
#body .bi-button.button-common.disabled.base-disabled, |
|
body .bi-button.button-success.disabled.base-disabled, |
|
#body .bi-button.button-success.disabled.base-disabled, |
|
body .bi-button.button-error.disabled.base-disabled, |
|
#body .bi-button.button-error.disabled.base-disabled, |
|
body .bi-button.button-warning.disabled.base-disabled, |
|
#body .bi-button.button-warning.disabled.base-disabled, |
|
body .bi-button.button-common.disabled .b-font:before, |
|
#body .bi-button.button-common.disabled .b-font:before, |
|
body .bi-button.button-success.disabled .b-font:before, |
|
#body .bi-button.button-success.disabled .b-font:before, |
|
body .bi-button.button-error.disabled .b-font:before, |
|
#body .bi-button.button-error.disabled .b-font:before, |
|
body .bi-button.button-warning.disabled .b-font:before, |
|
#body .bi-button.button-warning.disabled .b-font:before, |
|
body .bi-button.button-common.disabled.base-disabled .b-font:before, |
|
#body .bi-button.button-common.disabled.base-disabled .b-font:before, |
|
body .bi-button.button-success.disabled.base-disabled .b-font:before, |
|
#body .bi-button.button-success.disabled.base-disabled .b-font:before, |
|
body .bi-button.button-error.disabled.base-disabled .b-font:before, |
|
#body .bi-button.button-error.disabled.base-disabled .b-font:before, |
|
body .bi-button.button-warning.disabled.base-disabled .b-font:before, |
|
#body .bi-button.button-warning.disabled.base-disabled .b-font:before { |
|
color: #9ea6b2 !important; |
|
} |
|
body .bi-button.button-ignore.disabled, |
|
#body .bi-button.button-ignore.disabled { |
|
background: #ffffff !important; |
|
border-color: #e8eaed !important; |
|
} |
|
body .bi-button.button-ignore.disabled, |
|
#body .bi-button.button-ignore.disabled, |
|
body .bi-button.button-ignore.disabled .b-font:before, |
|
#body .bi-button.button-ignore.disabled .b-font:before { |
|
color: #9ea6b2 !important; |
|
} |
|
body .bi-button.button-common.disabled.clear, |
|
#body .bi-button.button-common.disabled.clear, |
|
body .bi-button.button-success.disabled.clear, |
|
#body .bi-button.button-success.disabled.clear, |
|
body .bi-button.button-warning.disabled.clear, |
|
#body .bi-button.button-warning.disabled.clear, |
|
body .bi-button.button-error.disabled.clear, |
|
#body .bi-button.button-error.disabled.clear, |
|
body .bi-button.button-ignore.disabled.clear, |
|
#body .bi-button.button-ignore.disabled.clear { |
|
background: transparent !important; |
|
border-width: 0 !important; |
|
} |
|
body .bi-button.button-common.disabled.clear, |
|
#body .bi-button.button-common.disabled.clear, |
|
body .bi-button.button-success.disabled.clear, |
|
#body .bi-button.button-success.disabled.clear, |
|
body .bi-button.button-warning.disabled.clear, |
|
#body .bi-button.button-warning.disabled.clear, |
|
body .bi-button.button-error.disabled.clear, |
|
#body .bi-button.button-error.disabled.clear, |
|
body .bi-button.button-ignore.disabled.clear, |
|
#body .bi-button.button-ignore.disabled.clear, |
|
body .bi-button.button-common.disabled.clear .b-font:before, |
|
#body .bi-button.button-common.disabled.clear .b-font:before, |
|
body .bi-button.button-success.disabled.clear .b-font:before, |
|
#body .bi-button.button-success.disabled.clear .b-font:before, |
|
body .bi-button.button-warning.disabled.clear .b-font:before, |
|
#body .bi-button.button-warning.disabled.clear .b-font:before, |
|
body .bi-button.button-error.disabled.clear .b-font:before, |
|
#body .bi-button.button-error.disabled.clear .b-font:before, |
|
body .bi-button.button-ignore.disabled.clear .b-font:before, |
|
#body .bi-button.button-ignore.disabled.clear .b-font:before { |
|
color: #9ea6b2 !important; |
|
} |
|
body .bi-button.button-common.disabled.clear:hover, |
|
#body .bi-button.button-common.disabled.clear:hover, |
|
body .bi-button.button-success.disabled.clear:hover, |
|
#body .bi-button.button-success.disabled.clear:hover, |
|
body .bi-button.button-warning.disabled.clear:hover, |
|
#body .bi-button.button-warning.disabled.clear:hover, |
|
body .bi-button.button-error.disabled.clear:hover, |
|
#body .bi-button.button-error.disabled.clear:hover, |
|
body .bi-button.button-ignore.disabled.clear:hover, |
|
#body .bi-button.button-ignore.disabled.clear:hover, |
|
body .bi-button.button-common.disabled.clear:active, |
|
#body .bi-button.button-common.disabled.clear:active, |
|
body .bi-button.button-success.disabled.clear:active, |
|
#body .bi-button.button-success.disabled.clear:active, |
|
body .bi-button.button-warning.disabled.clear:active, |
|
#body .bi-button.button-warning.disabled.clear:active, |
|
body .bi-button.button-error.disabled.clear:active, |
|
#body .bi-button.button-error.disabled.clear:active, |
|
body .bi-button.button-ignore.disabled.clear:active, |
|
#body .bi-button.button-ignore.disabled.clear:active { |
|
opacity: 1; |
|
filter: alpha(opacity=100); |
|
} |
|
body .bi-button.button-common.disabled.ghost, |
|
#body .bi-button.button-common.disabled.ghost, |
|
body .bi-button.button-success.disabled.ghost, |
|
#body .bi-button.button-success.disabled.ghost, |
|
body .bi-button.button-warning.disabled.ghost, |
|
#body .bi-button.button-warning.disabled.ghost, |
|
body .bi-button.button-error.disabled.ghost, |
|
#body .bi-button.button-error.disabled.ghost, |
|
body .bi-button.button-ignore.disabled.ghost, |
|
#body .bi-button.button-ignore.disabled.ghost { |
|
background: transparent !important; |
|
border-color: #3685f2 !important; |
|
opacity: 0.5; |
|
filter: alpha(opacity=50); |
|
} |
|
body .bi-button.button-common.disabled.ghost, |
|
#body .bi-button.button-common.disabled.ghost, |
|
body .bi-button.button-success.disabled.ghost, |
|
#body .bi-button.button-success.disabled.ghost, |
|
body .bi-button.button-warning.disabled.ghost, |
|
#body .bi-button.button-warning.disabled.ghost, |
|
body .bi-button.button-error.disabled.ghost, |
|
#body .bi-button.button-error.disabled.ghost, |
|
body .bi-button.button-ignore.disabled.ghost, |
|
#body .bi-button.button-ignore.disabled.ghost, |
|
body .bi-button.button-common.disabled.ghost .b-font:before, |
|
#body .bi-button.button-common.disabled.ghost .b-font:before, |
|
body .bi-button.button-success.disabled.ghost .b-font:before, |
|
#body .bi-button.button-success.disabled.ghost .b-font:before, |
|
body .bi-button.button-warning.disabled.ghost .b-font:before, |
|
#body .bi-button.button-warning.disabled.ghost .b-font:before, |
|
body .bi-button.button-error.disabled.ghost .b-font:before, |
|
#body .bi-button.button-error.disabled.ghost .b-font:before, |
|
body .bi-button.button-ignore.disabled.ghost .b-font:before, |
|
#body .bi-button.button-ignore.disabled.ghost .b-font:before { |
|
color: #3685f2 !important; |
|
} |
|
.bi-basic-button.button-common:hover .bi-button-mask, |
|
.bi-basic-button.button-success:hover .bi-button-mask, |
|
.bi-basic-button.button-warning:hover .bi-button-mask, |
|
.bi-basic-button.button-error:hover .bi-button-mask, |
|
.bi-basic-button.button-ignore:hover .bi-button-mask { |
|
opacity: 0.1; |
|
filter: alpha(opacity=10); |
|
background-color: #ffffff; |
|
} |
|
.bi-basic-button.button-common:active .bi-button-mask, |
|
.bi-basic-button.button-success:active .bi-button-mask, |
|
.bi-basic-button.button-warning:active .bi-button-mask, |
|
.bi-basic-button.button-error:active .bi-button-mask, |
|
.bi-basic-button.button-ignore:active .bi-button-mask { |
|
opacity: 0.1; |
|
filter: alpha(opacity=10); |
|
background-color: #232E40; |
|
} |
|
.bi-basic-button .popup-content { |
|
font-size: 14px; |
|
} |
|
.bi-theme-dark body .bi-button.button-common.ghost, |
|
.bi-theme-dark #body .bi-button.button-common.ghost, |
|
.bi-theme-dark body .bi-button.button-common.ghost .b-font:before, |
|
.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before { |
|
color: #ffffff; |
|
border-color: #ffffff; |
|
} |
|
.bi-theme-dark body .bi-button.button-common.ghost:hover, |
|
.bi-theme-dark #body .bi-button.button-common.ghost:hover { |
|
color: #3d4d66; |
|
background-color: #ffffff; |
|
} |
|
.bi-theme-dark body .bi-button.button-common.ghost:active, |
|
.bi-theme-dark #body .bi-button.button-common.ghost:active { |
|
background-color: rgba(255, 255, 255, 0.9); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff,endColorstr=#e6ffffff); |
|
} |
|
.bi-theme-dark body .bi-button.button-common.disabled.ghost, |
|
.bi-theme-dark #body .bi-button.button-common.disabled.ghost { |
|
background: transparent !important; |
|
border-color: #ffffff !important; |
|
opacity: 0.5; |
|
filter: alpha(opacity=50); |
|
} |
|
.bi-theme-dark body .bi-button.button-common.disabled.ghost, |
|
.bi-theme-dark #body .bi-button.button-common.disabled.ghost, |
|
.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before, |
|
.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before { |
|
color: #ffffff !important; |
|
} |
|
|
|
.bi-single-select-icon-text-item:active .b-font:before, |
|
.bi-single-select-icon-text-item.active .b-font:before { |
|
color: #3685f2; |
|
} |
|
|
|
|
|
.bi-switch { |
|
-webkit-border-radius: 40px 40px 40px 40px; |
|
-moz-border-radius: 40px 40px 40px 40px; |
|
border-radius: 40px 40px 40px 40px; |
|
background-color: #d4dadd; |
|
} |
|
.bi-switch:active, |
|
.bi-switch.active { |
|
background-color: #3685f2; |
|
} |
|
.bi-switch .circle-button { |
|
-webkit-border-radius: 9px 9px 9px 9px; |
|
-moz-border-radius: 9px 9px 9px 9px; |
|
border-radius: 9px 9px 9px 9px; |
|
} |
|
.bi-code-editor .param { |
|
color: #ffffff; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
background: #3685f2; |
|
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; |
|
} |
|
.x-icon.b-font { |
|
margin: auto; |
|
width: 100%; |
|
} |
|
.bi-file { |
|
opacity: 0; |
|
filter: alpha(opacity=0); |
|
z-index: 2; |
|
} |
|
.bi-input, |
|
.bi-textarea { |
|
border: none; |
|
outline: none; |
|
background-color: transparent; |
|
padding: 0; |
|
margin: 0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.bi-input.bi-input-focus, |
|
.bi-textarea.bi-input-focus { |
|
border: none; |
|
} |
|
.bi-input.bi-input-error, |
|
.bi-textarea.bi-input-error { |
|
border: none; |
|
color: #ff4949 !important; |
|
} |
|
.bi-label { |
|
text-overflow: ellipsis; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
white-space: nowrap; |
|
word-break: break-all; |
|
} |
|
.bi-text { |
|
text-overflow: ellipsis; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
white-space: nowrap; |
|
-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标准语法)*/ |
|
word-break: break-word; |
|
} |
|
.bi-bubble .bubble-text { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-bubble .bubble-error { |
|
background: #ffecec; |
|
color: #ff4949; |
|
} |
|
.bi-bubble .bubble-common { |
|
background: #eaf2fd; |
|
color: #3685f2; |
|
} |
|
.bi-bubble .bubble-success { |
|
background: #e1f4e7; |
|
color: #13cd66; |
|
} |
|
.bi-bubble .bubble-warning { |
|
background: #feeed7; |
|
color: #faaa39; |
|
} |
|
|
|
.bi-tip { |
|
position: fixed !important; |
|
} |
|
|
|
.bi-toast { |
|
color: #ffffff; |
|
max-width: 400px; |
|
min-width: 150px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-toast.toast-success { |
|
background: #13cd66; |
|
} |
|
.bi-toast.toast-warning { |
|
background: #faaa39; |
|
} |
|
.bi-toast.toast-error { |
|
background: #ff4949; |
|
} |
|
.bi-toast.toast-normal { |
|
background: #3685f2; |
|
} |
|
.bi-toast .toast-icon { |
|
font-size: 16px; |
|
} |
|
|
|
.bi-tooltip { |
|
max-width: 250px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
font-size: 12px; |
|
color: #ffffff; |
|
} |
|
.bi-tooltip.tooltip-success { |
|
background: #647185; |
|
border: 1px solid #647185; |
|
} |
|
.bi-tooltip.tooltip-warning { |
|
background: #ff4949; |
|
border: 1px solid #e85050; |
|
} |
|
.bi-sql-editor .cm-s-default span[class*="#"] { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .cm-s-default .cm-keyword { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .cm-s-default .cm-function { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .param { |
|
color: #ffffff; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
background: #3685f2; |
|
display: inline-block; |
|
} |
|
.CodeMirror-hints .sql-fr-function { |
|
color: #3685f2; |
|
} |
|
.CodeMirror-hints .sql-keyword { |
|
color: #3685f2; |
|
} |
|
.bi-collection-table-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标准语法)*/ |
|
} |
|
.bi-collection-table-cell.first-row { |
|
border-top: 1px solid #e8eaed; |
|
} |
|
.bi-collection-table-cell.first-col { |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-collection-table-cell.first-row { |
|
border-top: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-collection-table-cell.first-col { |
|
border-left: 1px solid #3a3c53; |
|
} |
|
|
|
.bi-quick-collection-table > div > .bi-collection { |
|
overflow: hidden !important; |
|
overflow-x: hidden !important; |
|
overflow-y: hidden !important; |
|
} |
|
|
|
.bi-grid-table-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标准语法)*/ |
|
} |
|
.bi-grid-table-cell.first-row { |
|
border-top: 1px solid #e8eaed; |
|
} |
|
.bi-grid-table-cell.first-col { |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-grid-table-cell.first-row { |
|
border-top: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-grid-table-cell.first-col { |
|
border-left: 1px solid #3a3c53; |
|
} |
|
|
|
.scrollbar-layout-main { |
|
box-sizing: border-box; |
|
outline: none; |
|
overflow: hidden; |
|
position: absolute; |
|
transition-duration: 250ms; |
|
transition-timing-function: ease; |
|
user-select: none; |
|
background-color: rgba(135, 141, 159, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
border-radius: 5px; |
|
} |
|
.bi-theme-dark .scrollbar-layout-main { |
|
background-color: rgba(240, 243, 247, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0df0f3f7,endColorstr=#0df0f3f7); |
|
} |
|
.scrollbar-layout-main-vertical { |
|
bottom: 0; |
|
right: 0; |
|
top: 0; |
|
transition-property: background-color; |
|
width: 10px; |
|
} |
|
.scrollbar-layout-main-vertical.public-scrollbar-main-active, |
|
.scrollbar-layout-main-vertical:hover { |
|
width: 10px; |
|
} |
|
.scrollbar-layout-main-horizontal { |
|
bottom: 0; |
|
height: 10px; |
|
left: 0; |
|
transition-property: background-color; |
|
background-color: rgba(135, 141, 159, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
} |
|
.bi-theme-dark .scrollbar-layout-main-horizontal { |
|
background-color: rgba(240, 243, 247, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0df0f3f7,endColorstr=#0df0f3f7); |
|
} |
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
.scrollbar-layout-main-horizontal.public-scrollbar-main-active, |
|
.scrollbar-layout-main-horizontal:hover { |
|
height: 10px; |
|
} |
|
.scrollbar-layout-face { |
|
left: 0; |
|
overflow: hidden; |
|
position: absolute; |
|
z-index: 1; |
|
} |
|
/** |
|
* This selector renders the "nub" of the scrollface. The nub must |
|
* be rendered as pseudo-element so that it won't receive any UI events then |
|
* we can get the correct `event.offsetX` and `event.offsetY` from the |
|
* scrollface element while dragging it. |
|
*/ |
|
.scrollbar-layout-face:after { |
|
border-radius: 6px; |
|
content: ''; |
|
display: block; |
|
position: absolute; |
|
transition: background-color 250ms ease; |
|
} |
|
.scrollbar-layout-face-horizontal { |
|
bottom: 0; |
|
left: 0; |
|
top: 0; |
|
} |
|
.scrollbar-layout-face-horizontal:after { |
|
bottom: 2px; |
|
left: 0; |
|
top: 2px; |
|
width: 100%; |
|
} |
|
.scrollbar-layout-face-vertical { |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
} |
|
.scrollbar-layout-face-vertical:after { |
|
height: 100%; |
|
left: 2px; |
|
right: 2px; |
|
top: 0; |
|
} |
|
/** |
|
* scrollbars. |
|
*/ |
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
.public-scrollbar-face:after { |
|
background-color: rgba(135, 141, 159, 0.3); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f); |
|
} |
|
.bi-theme-dark .public-scrollbar-face:after { |
|
background-color: rgba(240, 243, 247, 0.3); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df0f3f7,endColorstr=#4df0f3f7); |
|
} |
|
.public-scrollbar-main:hover .public-scrollbar-face:after, |
|
.public-scrollbar-main-active .public-scrollbar-face:after, |
|
.public-scrollbar-face-active:after { |
|
background-color: rgba(135, 141, 159, 0.7); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f); |
|
} |
|
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after, |
|
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after, |
|
.bi-theme-dark .public-scrollbar-face-active:after { |
|
background-color: rgba(240, 243, 247, 0.7); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3f0f3f7,endColorstr=#b3f0f3f7); |
|
} |
|
.horizontal-scrollbar { |
|
bottom: 0; |
|
position: absolute; |
|
} |
|
|
|
.bi-table > .first-col { |
|
border-left: none; |
|
} |
|
.bi-table > .first-row { |
|
border-top: none; |
|
} |
|
.bi-table > div > div > table { |
|
border-bottom: 1px solid #e8eaed; |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-table > div.top-left > div > div > table { |
|
border-bottom: 1px solid #e8eaed; |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-table > div.top-right > div > div > table { |
|
border-bottom: 1px solid #e8eaed; |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-table > div.bottom-left > div > div > table { |
|
border-bottom: 1px solid #e8eaed; |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-table > div.bottom-right > div > div > table { |
|
border-right: 1px solid #e8eaed; |
|
border-bottom: 1px solid #e8eaed; |
|
} |
|
.bi-table > div > div > table, |
|
.bi-table > div > div > div > table { |
|
min-width: 100%; |
|
clear: both; |
|
vertical-align: middle; |
|
border-spacing: 0; |
|
border-collapse: separate; |
|
} |
|
.bi-table > div > div > table, |
|
.bi-table > div > div > div > table, |
|
.bi-table > div > div > table > * > * > th, |
|
.bi-table > div > div > div > table > * > * > th, |
|
.bi-table > div > div > table > * > * > td, |
|
.bi-table > div > div > div > table > * > * > td { |
|
vertical-align: middle; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.bi-table > div > div > table > tbody > tr > td, |
|
.bi-table > div > div > div > table > tbody > tr > td, |
|
.bi-table > div > div > table > thead > tr > td, |
|
.bi-table > div > div > div > table > thead > tr > td { |
|
border-top: 1px solid #e8eaed; |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-table > div > div > table { |
|
border-bottom: 1px solid #3a3c53; |
|
border-right: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-table > div.top-left > div > div > table { |
|
border-bottom: 1px solid #3a3c53; |
|
border-right: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-table > div.top-right > div > div > table { |
|
border-bottom: 1px solid #3a3c53; |
|
border-right: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-table > div.bottom-left > div > div > table { |
|
border-bottom: 1px solid #3a3c53; |
|
border-right: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-table > div.bottom-right > div > div > table { |
|
border-right: 1px solid #3a3c53; |
|
border-bottom: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td, |
|
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td, |
|
.bi-theme-dark .bi-table > div > div > table > thead > tr > td, |
|
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td { |
|
border-top: 1px solid #3a3c53; |
|
border-left: 1px solid #3a3c53; |
|
} |
|
|
|
.bi-resizable-table-cell .resizable-table-cell-resizer-container { |
|
cursor: ew-resize; |
|
z-index: 1; |
|
} |
|
.bi-resizable-table-cell .resizable-table-cell-resizer-container:hover .resizable-table-cell-resizer-knob, |
|
.bi-resizable-table-cell .resizable-table-cell-resizer-container.dragging .resizable-table-cell-resizer-knob { |
|
background-color: #3685f2; |
|
} |
|
.bi-resizable-table-cell .resizable-table-cell-resizer-container.suitable .resizable-table-cell-resizer-knob { |
|
background-color: #13cd66; |
|
} |
|
|
|
.bi-resizable-table .resizable-table-resizer { |
|
cursor: ew-resize; |
|
z-index: 1; |
|
background-color: #3685f2; |
|
} |
|
.bi-resizable-table .resizable-table-resizer.suitable { |
|
background-color: #13cd66; |
|
} |
|
.bi-resizable-table .resizable-table-region-resizer { |
|
cursor: ew-resize; |
|
z-index: 1; |
|
} |
|
.bi-resizable-table .resizable-table-region-resizer:hover .resizable-table-region-resizer-knob, |
|
.bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob { |
|
background-color: #3685f2; |
|
} |
|
|
|
.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); |
|
} |
|
.ztree * { |
|
padding: 0; |
|
margin: 0; |
|
} |
|
.ztree { |
|
margin: 0; |
|
padding: 5px; |
|
} |
|
.ztree li { |
|
padding: 0; |
|
margin: 0; |
|
list-style: none; |
|
line-height: 14px; |
|
text-align: left; |
|
white-space: nowrap; |
|
outline: 0; |
|
} |
|
.ztree li ul { |
|
margin: 0; |
|
padding: 0 0 0 18px; |
|
} |
|
.ztree li a { |
|
padding: 1px 3px 0 0; |
|
margin: 0; |
|
cursor: pointer; |
|
height: 24px; |
|
background-color: transparent; |
|
text-decoration: none; |
|
vertical-align: top; |
|
display: inline-block; |
|
} |
|
.ztree li a.curSelectedNode_Edit { |
|
padding-top: 0px; |
|
background-color: #FFE6B0; |
|
color: black; |
|
height: 16px; |
|
border: 1px #FFB951 solid; |
|
opacity: 0.8; |
|
} |
|
.ztree li a.tmpTargetNode_inner { |
|
padding-top: 0px; |
|
background-color: #316AC5; |
|
color: white; |
|
height: 16px; |
|
border: 1px #316AC5 solid; |
|
opacity: 0.8; |
|
filter: alpha(opacity=80); |
|
} |
|
.ztree li a input.rename { |
|
height: 14px; |
|
width: 80px; |
|
padding: 0; |
|
margin: 0; |
|
font-size: 12px; |
|
border: 1px #7EC4CC solid; |
|
*border: 0px; |
|
} |
|
.ztree li span { |
|
line-height: 24px; |
|
margin-right: 2px; |
|
} |
|
.ztree li span.button { |
|
line-height: 0; |
|
margin: 0; |
|
width: 16px; |
|
height: 16px; |
|
display: inline-block; |
|
vertical-align: middle; |
|
border: 0 none; |
|
cursor: pointer; |
|
outline: none; |
|
background-color: transparent; |
|
background-repeat: no-repeat; |
|
background-attachment: scroll; |
|
} |
|
.ztree li span.button.chk { |
|
width: 16px; |
|
height: 16px; |
|
margin: 0 3px 0 0; |
|
cursor: auto; |
|
} |
|
.ztree li span.button.chk.checkbox_false_disable { |
|
background-position: 0 -56px; |
|
} |
|
.ztree li span.button.chk.checkbox_true_disable { |
|
background-position: -14px -56px; |
|
} |
|
.ztree li span.button.chk.radio_false_full { |
|
background-position: -28px 0; |
|
} |
|
.ztree li span.button.chk.radio_false_full_focus { |
|
background-position: -28px -14px; |
|
} |
|
.ztree li span.button.chk.radio_false_part { |
|
background-position: -28px -28px; |
|
} |
|
.ztree li span.button.chk.radio_false_part_focus { |
|
background-position: -28px -42px; |
|
} |
|
.ztree li span.button.chk.radio_false_disable { |
|
background-position: -28px -56px; |
|
} |
|
.ztree li span.button.chk.radio_true_full { |
|
background-position: -42px 0; |
|
} |
|
.ztree li span.button.chk.radio_true_full_focus { |
|
background-position: -42px -14px; |
|
} |
|
.ztree li span.button.chk.radio_true_part { |
|
background-position: -42px -28px; |
|
} |
|
.ztree li span.button.chk.radio_true_part_focus { |
|
background-position: -42px -42px; |
|
} |
|
.ztree li span.button.chk.radio_true_disable { |
|
background-position: -42px -56px; |
|
} |
|
.ztree li span.button.switch { |
|
width: 25px; |
|
height: 25px; |
|
} |
|
.ztree li span.button.noline_open { |
|
background-position: -92px -72px; |
|
} |
|
.ztree li span.button.noline_close { |
|
background-position: -74px -72px; |
|
} |
|
.ztree li span.button.root_docu { |
|
background: none; |
|
} |
|
.ztree li span.button.noline_docu { |
|
background: none; |
|
} |
|
.ztree li span.button.ico_open { |
|
margin-right: 2px; |
|
background-position: -110px -16px; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
.ztree li span.button.ico_close { |
|
margin-right: 2px; |
|
background-position: -110px 0; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
.ztree li span.button.ico_docu { |
|
margin-right: 2px; |
|
background-position: -110px -32px; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
.ztree li span.button.edit { |
|
margin-right: 2px; |
|
background-position: -110px -48px; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
.ztree li span.button.remove { |
|
margin-right: 2px; |
|
background-position: -110px -64px; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
.ztree li span.button.ico_loading { |
|
width: 0px; |
|
margin-right: 2px; |
|
vertical-align: top; |
|
*vertical-align: middle; |
|
} |
|
ul.tmpTargetzTree { |
|
background-color: #FFE6B0; |
|
opacity: 0.8; |
|
filter: alpha(opacity=80); |
|
} |
|
span.tmpzTreeMove_arrow { |
|
width: 16px; |
|
height: 16px; |
|
display: inline-block; |
|
padding: 0; |
|
margin: 2px 0 0 1px; |
|
border: 0 none; |
|
position: absolute; |
|
background-color: transparent; |
|
background-repeat: no-repeat; |
|
background-attachment: scroll; |
|
background-position: -110px -80px; |
|
} |
|
ul.ztree.zTreeDragUL { |
|
margin: 0; |
|
padding: 0; |
|
position: absolute; |
|
width: auto; |
|
height: auto; |
|
overflow: hidden; |
|
background-color: #cfcfcf; |
|
border: 1px #00B83F dotted; |
|
opacity: 0.8; |
|
filter: alpha(opacity=80); |
|
} |
|
.zTreeMask { |
|
z-index: 10000; |
|
background-color: #cfcfcf; |
|
opacity: 0.0; |
|
filter: alpha(opacity=0); |
|
position: absolute; |
|
} |
|
/* level style*/ |
|
/*.ztree li span.button.level0 { |
|
display:none; |
|
} |
|
.ztree li ul.level0 { |
|
padding:0; |
|
background:none; |
|
}*/ |
|
|
|
|
|
.bi-trigger .bi-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-trigger .trigger-up { |
|
display: none; |
|
} |
|
.bi-trigger .trigger-down { |
|
display: block; |
|
} |
|
.bi-combo-popup > .bi-trigger .trigger-up { |
|
display: block; |
|
} |
|
.bi-combo-popup > .bi-trigger .trigger-down { |
|
display: none; |
|
} |
|
|
|
.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; |
|
} |
|
/**********BI.BIListView*************/ |
|
.bi-popup-view { |
|
position: fixed !important; |
|
overflow-y: visible !important; |
|
overflow-x: visible !important; |
|
overflow: visible !important; |
|
cursor: default; |
|
} |
|
.bi-popup-view .list-view-outer { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-popup-view .padding-outer { |
|
padding-top: 5px; |
|
padding-bottom: 5px; |
|
} |
|
.bi-popup-view .list-view-shadow { |
|
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
|
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
|
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
|
} |
|
.bi-popup-view .list-view-toolbar { |
|
line-height: 24px; |
|
} |
|
.bi-popup-view .list-view-toolbar > .center-element { |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-popup-view .list-view-toolbar > .first-element { |
|
border-left: none; |
|
} |
|
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element { |
|
border-left: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { |
|
border-left: none; |
|
} |
|
.bi-date-calendar-popup .navigation-header { |
|
padding-left: 10px; |
|
padding-right: 10px; |
|
} |
|
.bi-date-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.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; |
|
} |
|
.bi-dynamic-date-combo .date-font { |
|
font-size: 16px; |
|
} |
|
|
|
.bi-excel-table-header-cell { |
|
font-weight: bold; |
|
} |
|
|
|
.bi-excel-table > div.bottom-right > div > div > table { |
|
border-right: 1px solid #e8eaed; |
|
} |
|
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table { |
|
border-right: 1px solid #3a3c53; |
|
} |
|
|
|
.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: #f7f8fa; |
|
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; |
|
} |
|
.bi-interactive-arrangement .interactive-arrangement-dragtag-line { |
|
z-index: 1000000000; |
|
background-color: #faaa39; |
|
} |
|
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon { |
|
z-index: 1000000000; |
|
} |
|
.bi-interval-slider-label { |
|
min-height: 50px; |
|
} |
|
|
|
.bi-interval-slider { |
|
min-height: 70px; |
|
} |
|
.bi-month-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.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; |
|
} |
|
|
|
|
|
.bi-multilayer-select-level-tree .tree-view { |
|
min-width: 100%; |
|
} |
|
.bi-multilayer-single-level-tree .tree-view { |
|
min-width: 100%; |
|
} |
|
.bi-multi-select-check-pane .multi-select-check-selected { |
|
text-decoration: underline; |
|
} |
|
|
|
.bi-multi-select-combo .multi-select-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-multi-select-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-multi-select-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-multi-select-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-multi-select-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
|
|
.bi-multi-select-insert-combo .multi-select-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-multi-select-insert-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-multi-select-insert-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-multi-select-insert-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-multi-select-insert-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
|
|
|
|
.bi-multi-select-trigger { |
|
-webkit-border-radius: 2px 2px 2px 2px; |
|
-moz-border-radius: 2px 2px 2px 2px; |
|
border-radius: 2px 2px 2px 2px; |
|
} |
|
.bi-multi-select-search-pane .multi-select-toolbar { |
|
color: #faaa39; |
|
} |
|
.bi-multi-select-check-selected-button { |
|
z-index: 1; |
|
min-width: 16px; |
|
-webkit-border-radius: 8px; |
|
-moz-border-radius: 8px; |
|
border-radius: 8px; |
|
} |
|
.bi-multi-tree-check-pane .multi-tree-check-selected { |
|
color: #3685f2; |
|
} |
|
.bi-multi-tree-combo .multi-select-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-multi-tree-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-multi-tree-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-multi-tree-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-multi-tree-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
.bi-multi-tree-popup .popup-view-tree { |
|
min-height: 170px; |
|
} |
|
.bi-multi-tree-check-selected-button .trigger-check-selected { |
|
color: #3685f2; |
|
z-index: 1; |
|
} |
|
.bi-number-editor { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-number-interval .number-interval-small-editor { |
|
-moz-border-radius-topleft: 2px; |
|
-webkit-border-top-left-radius: 2px; |
|
-moz-border-radius-bottomleft: 2px; |
|
-webkit-border-bottom-left-radius: 2px; |
|
border-top-left-radius: 2px; |
|
border-bottom-left-radius: 2px; |
|
} |
|
.bi-number-interval .number-interval-big-editor { |
|
-moz-border-radius-topright: 2px; |
|
-webkit-border-top-right-radius: 2px; |
|
-moz-border-radius-bottomright: 2px; |
|
-webkit-border-bottom-right-radius: 2px; |
|
border-top-right-radius: 2px; |
|
border-bottom-right-radius: 2px; |
|
} |
|
.bi-number-interval .number-interval-big-combo { |
|
-moz-border-radius-topleft: 2px; |
|
-webkit-border-top-left-radius: 2px; |
|
-moz-border-radius-bottomleft: 2px; |
|
-webkit-border-bottom-left-radius: 2px; |
|
border-top-left-radius: 2px; |
|
border-bottom-left-radius: 2px; |
|
} |
|
.bi-number-interval .number-interval-big-combo .bi-icon-combo-trigger .icon-combo-trigger-icon { |
|
font-size: 14px; |
|
} |
|
.bi-number-interval .number-interval-small-combo { |
|
-moz-border-radius-topright: 2px; |
|
-webkit-border-top-right-radius: 2px; |
|
-moz-border-radius-bottomright: 2px; |
|
-webkit-border-bottom-right-radius: 2px; |
|
border-top-right-radius: 2px; |
|
border-bottom-right-radius: 2px; |
|
} |
|
.bi-number-interval .number-interval-small-combo .bi-icon-combo-trigger .icon-combo-trigger-icon { |
|
font-size: 14px; |
|
} |
|
.bi-number-interval.number-error .bi-input { |
|
color: #ff4949 !important; |
|
} |
|
.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; |
|
} |
|
|
|
.bi-preview-table-cell { |
|
min-height: 25px; |
|
min-width: 80px; |
|
} |
|
|
|
.bi-preview-table-header-cell { |
|
font-weight: bold; |
|
min-height: 25px; |
|
min-width: 80px; |
|
} |
|
|
|
.bi-preview-table { |
|
-webkit-user-select: text; |
|
-khtml-user-select: text; |
|
-moz-user-select: text; |
|
-ms-user-select: text; |
|
-o-user-select: text; |
|
user-select: text; |
|
} |
|
.bi-preview-table > div > table > thead > tr.odd, |
|
.bi-preview-table > div > div > div > table > thead > tr.odd { |
|
background-color: #f7f8fa; |
|
} |
|
.bi-theme-dark .bi-preview-table > div > table > thead > tr.odd, |
|
.bi-theme-dark .bi-preview-table > div > div > div > table > thead > tr.odd { |
|
background-color: #191B2B; |
|
} |
|
.bi-quarter-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-search-multi-text-value-combo .multi-select-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-search-multi-text-value-combo.combo-error .bi-multi-select-searcher .tip-text-style { |
|
color: #ff4949; |
|
} |
|
.bi-search-multi-text-value-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-search-multi-text-value-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-search-multi-text-value-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-search-multi-text-value-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
.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标准语法)*/ |
|
} |
|
.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标准语法)*/ |
|
} |
|
.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标准语法)*/ |
|
} |
|
.bi-single-select-combo .single-select-trigger-icon-button { |
|
font-size: 16px; |
|
} |
|
.bi-single-select-combo .trigger-up { |
|
display: none; |
|
} |
|
.bi-single-select-combo .trigger-down { |
|
display: block; |
|
} |
|
.bi-single-select-combo.combo-show .trigger-up { |
|
display: block; |
|
} |
|
.bi-single-select-combo.combo-show .trigger-down { |
|
display: none; |
|
} |
|
.bi-single-slider-label { |
|
min-height: 50px; |
|
} |
|
|
|
.bi-single-slider-normal { |
|
min-height: 30px; |
|
} |
|
.bi-single-slider { |
|
min-height: 50px; |
|
} |
|
.bi-single-slider-button .slider-button { |
|
cursor: ew-resize; |
|
border: 2px solid #3685f2; |
|
-webkit-border-radius: 8px; |
|
-moz-border-radius: 8px; |
|
border-radius: 8px; |
|
background-color: #ffffff; |
|
height: 16px; |
|
width: 16px; |
|
top: 6px; |
|
left: -8px; |
|
} |
|
.bi-single-slider-button .slider-button:hover, |
|
.bi-single-slider-button .slider-button.hover { |
|
-webkit-border-radius: 10px; |
|
-moz-border-radius: 10px; |
|
border-radius: 10px; |
|
background-color: #f7f8fa; |
|
width: 20px; |
|
height: 20px; |
|
top: 4px; |
|
left: -10px; |
|
} |
|
.bi-slider-track .gray-track { |
|
background-color: #F2F4F7; |
|
-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; |
|
} |
|
.bi-slider-track .disabled-blue-track { |
|
background-color: #d0d4da; |
|
-webkit-border-radius: 3px; |
|
-moz-border-radius: 3px; |
|
border-radius: 3px; |
|
} |
|
.bi-date-interval.time-error .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-date-interval.time-error .sign-editor-text { |
|
color: #ff4949; |
|
} |
|
.bi-time-interval .bi-date-time-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-time-interval.time-error .bi-date-time-trigger .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-time-interval.time-error .bi-date-time-trigger .sign-editor-text { |
|
color: #ff4949; |
|
} |
|
.bi-year-popup .year-popup-navigation { |
|
line-height: 30px; |
|
} |
|
.bi-year-popup .year-popup-navigation > .center-element { |
|
border-left: 1px solid #e8eaed; |
|
} |
|
.bi-year-popup .year-popup-navigation > .first-element { |
|
border-left: none; |
|
} |
|
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element { |
|
border-left: 1px solid #3a3c53; |
|
} |
|
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element { |
|
border-left: none; |
|
} |
|
.bi-year-trigger { |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
} |
|
.bi-year-month-interval.time-error .bi-input { |
|
color: #ff4949; |
|
} |
|
.bi-year-month-interval.time-error .sign-editor-text { |
|
color: #ff4949; |
|
} |
|
html { |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
body { |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
margin: 0; |
|
padding: 0; |
|
top: 0; |
|
left: 0; |
|
background-repeat: repeat; |
|
-webkit-user-select: none; |
|
-khtml-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
-o-user-select: none; |
|
user-select: none; |
|
color: #3d4d66; |
|
font: normal 12px "Microsoft YaHei", "Hiragino Sans GB W3"; |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
text-decoration: none; |
|
-kthml-user-focus: normal; |
|
-moz-user-focus: normal; |
|
-moz-outline: 0 none; |
|
outline: 0 none; |
|
} |
|
div::-webkit-scrollbar, |
|
textarea::-webkit-scrollbar { |
|
-webkit-appearance: none; |
|
background-color: rgba(135, 141, 159, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
width: 6px; |
|
height: 6px; |
|
} |
|
div::-webkit-scrollbar-thumb, |
|
textarea::-webkit-scrollbar-thumb { |
|
-webkit-border-radius: 0; |
|
-moz-border-radius: 0; |
|
border-radius: 0; |
|
background-color: rgba(135, 141, 159, 0.3); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f); |
|
} |
|
div::-webkit-scrollbar-thumb:hover, |
|
textarea::-webkit-scrollbar-thumb:hover { |
|
background-color: rgba(135, 141, 159, 0.7); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f); |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar, |
|
.bi-theme-dark textarea::-webkit-scrollbar { |
|
-webkit-appearance: none; |
|
background-color: rgba(240, 243, 247, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0df0f3f7,endColorstr=#0df0f3f7); |
|
width: 6px; |
|
height: 6px; |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-thumb, |
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb { |
|
-webkit-border-radius: 0; |
|
-moz-border-radius: 0; |
|
border-radius: 0; |
|
background-color: rgba(240, 243, 247, 0.3); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df0f3f7,endColorstr=#4df0f3f7); |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
|
background-color: rgba(240, 243, 247, 0.7); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3f0f3f7,endColorstr=#b3f0f3f7); |
|
} |
|
.farbtastic .wheel { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/wheel.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/wheel.png'); |
|
_background: none; |
|
} |
|
.farbtastic .overlay { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/mask.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/mask.png'); |
|
_background: none; |
|
} |
|
.farbtastic .marker { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/marker.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/marker.png'); |
|
_background: none; |
|
} |
|
.bi-display-tree .ztree li span.button.switch.center_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.bi-display-tree .ztree li span.button.switch.roots_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.bi-display-tree .ztree li span.button.switch.bottom_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.ztree li ul.line { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li ul.line { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_false_full { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_false_full_focus { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_false_part { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_false_part_focus { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_true_full { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_true_full_focus { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_true_part { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.chk.checkbox_true_part_focus { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.root_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.root_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.root_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.root_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.roots_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.roots_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.roots_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.roots_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.center_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.center_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.center_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.center_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.bottom_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.bottom_open { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.bottom_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.bottom_close { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.roots_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.roots_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.center_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.center_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.bottom_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .ztree li span.button.bottom_docu { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.ztree li span.button.ico_loading { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif'); |
|
_background: none; |
|
} |
|
.base-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .base-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png'); |
|
_background: none; |
|
} |
|
.first-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .first-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.mid-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .mid-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.last-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .last-line-conn-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.loading-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif'); |
|
_background: none; |
|
} |
|
.auto-color-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color.png'); |
|
_background: none; |
|
} |
|
.auto-color-normal-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal.png'); |
|
_background: none; |
|
} |
|
.trans-color-background { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/background/trans_color.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/background/trans_color.png'); |
|
_background: none; |
|
} |
|
@font-face { |
|
font-family: 'bi'; |
|
src: url('https://fanruan.coding.me/fineui/dist/font/iconfont.eot'); |
|
src: url('https://fanruan.coding.me/fineui/dist/font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fanruan.coding.me/fineui/dist/font/iconfont.woff') format('woff'), /* chrome、firefox */ url('https://fanruan.coding.me/fineui/dist/font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://fanruan.coding.me/fineui/dist/font/iconfont.svg#svgFontName') format('svg'); |
|
/* iOS 4.1- */ |
|
} |
|
.b-font { |
|
font-family: "bi"; |
|
font-style: normal; |
|
-webkit-font-smoothing: antialiased; |
|
-webkit-text-stroke-width: 0.2px; |
|
-moz-osx-font-smoothing: grayscale; |
|
} |
|
.close-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.close-font .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-font.disabled .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.close-h-font .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-h-font:hover .b-font:before, |
|
.close-h-font.hover .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-h-font.disabled .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.close-ha-font .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-ha-font:hover .b-font:before, |
|
.close-ha-font.hover .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.close-ha-font:active .b-font:before, |
|
.close-ha-font.active .b-font:before { |
|
content: "\e6d0"; |
|
color: #3f8ce8; |
|
} |
|
.close-ha-font.disabled .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.circle-close-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.circle-close-font .b-font:before { |
|
content: "\e6d5"; |
|
color: inherit; |
|
} |
|
.circle-close-font.disabled .b-font:before { |
|
content: "\e6d5"; |
|
color: inherit; |
|
} |
|
.search-close-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.search-close-h-font .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.search-close-h-font:hover .b-font:before, |
|
.search-close-h-font.hover .b-font:before { |
|
content: "\e6d0"; |
|
color: #ff4949; |
|
} |
|
.search-close-h-font.disabled .b-font:before { |
|
content: "\e6d0"; |
|
color: inherit; |
|
} |
|
.pre-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pre-page-h-font .b-font:before { |
|
content: "\e70d"; |
|
color: inherit; |
|
} |
|
.pre-page-h-font:hover .b-font:before, |
|
.pre-page-h-font.hover .b-font:before { |
|
content: "\e70d"; |
|
color: inherit; |
|
} |
|
.pre-page-h-font.disabled .b-font:before { |
|
content: "\e70d"; |
|
color: inherit; |
|
} |
|
.next-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.next-page-h-font .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.next-page-h-font:hover .b-font:before, |
|
.next-page-h-font.hover .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.next-page-h-font.disabled .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.search-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.search-font .b-font:before { |
|
content: "\e6dc"; |
|
color: inherit; |
|
} |
|
.search-font.disabled .b-font:before { |
|
content: "\e6dc"; |
|
color: inherit; |
|
} |
|
.date-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.date-font .b-font:before { |
|
content: "\e733"; |
|
color: inherit; |
|
} |
|
.date-font.disabled .b-font:before { |
|
content: "\e733"; |
|
color: inherit; |
|
} |
|
.date-change-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.date-change-h-font .b-font:before { |
|
content: "\e72f"; |
|
color: inherit; |
|
} |
|
.date-change-h-font:hover .b-font:before, |
|
.date-change-h-font.hover .b-font:before { |
|
content: "\e72f"; |
|
color: inherit; |
|
} |
|
.date-change-h-font.disabled .b-font:before { |
|
content: "\e72f"; |
|
color: inherit; |
|
} |
|
.dot-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.dot-font .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-font.disabled .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.dot-h-font .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-h-font:hover .b-font:before, |
|
.dot-h-font.hover .b-font:before { |
|
content: "\e762"; |
|
color: inherit; |
|
} |
|
.dot-h-font.disabled .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.dot-ha-font .b-font:before { |
|
content: "\e762"; |
|
color: #ffffff; |
|
} |
|
.dot-ha-font:hover .b-font:before, |
|
.dot-ha-font.hover .b-font:before { |
|
content: "\e762"; |
|
color: #999999; |
|
} |
|
.dot-ha-font:active .b-font:before, |
|
.dot-ha-font.active .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-ha-font.disabled .b-font:before { |
|
content: "\e762"; |
|
color: #ffffff; |
|
} |
|
.dot-e-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.dot-e-font .b-font:before { |
|
content: "\e762"; |
|
color: #ffffff; |
|
} |
|
.dot-e-font:hover .b-font:before, |
|
.dot-e-font.hover .b-font:before { |
|
content: "\e762"; |
|
color: rgba(54, 133, 242, 0.06); |
|
} |
|
.dot-e-font:active .b-font:before { |
|
content: "\e762"; |
|
color: #3685f2; |
|
} |
|
.dot-e-font.active .b-font:before { |
|
content: "\e762"; |
|
color: #232e40; |
|
} |
|
.dot-e-font.disabled .b-font:before { |
|
content: "\e762"; |
|
color: #ffffff; |
|
} |
|
.pull-right-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-right-font .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-font.disabled .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-right-h-font .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-h-font:hover .b-font:before, |
|
.pull-right-h-font.hover .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-h-font.disabled .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-right-ha-font .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-ha-font:hover .b-font:before, |
|
.pull-right-ha-font.hover .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-ha-font:active .b-font:before, |
|
.pull-right-ha-font.active .b-font:before { |
|
content: "\e70c"; |
|
color: #3f8ce8; |
|
} |
|
.pull-right-ha-font.disabled .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-e-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-right-e-font .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-e-font:hover .b-font:before, |
|
.pull-right-e-font.hover .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.pull-right-e-font:active .b-font:before { |
|
content: "\e70c"; |
|
color: #3f8ce8; |
|
} |
|
.pull-right-e-font.active .b-font:before { |
|
content: "\e70c"; |
|
color: #3f8ce8; |
|
} |
|
.pull-right-e-font.disabled .b-font:before { |
|
content: "\e70c"; |
|
color: inherit; |
|
} |
|
.copy-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.copy-font .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-font.disabled .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.copy-h-font .b-font:before { |
|
content: "\e6bd"; |
|
color: #232e40; |
|
} |
|
.copy-h-font:hover .b-font:before, |
|
.copy-h-font.hover .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-h-font.disabled .b-font:before { |
|
content: "\e6bd"; |
|
color: #232e40; |
|
} |
|
.copy-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.copy-ha-font .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-ha-font:hover .b-font:before, |
|
.copy-ha-font.hover .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-ha-font:active .b-font:before, |
|
.copy-ha-font.active .b-font:before { |
|
content: "\e6bd"; |
|
color: #3f8ce8; |
|
} |
|
.copy-ha-font.disabled .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-e-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.copy-e-font .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-e-font:hover .b-font:before, |
|
.copy-e-font.hover .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.copy-e-font:active .b-font:before { |
|
content: "\e6bd"; |
|
color: #3f8ce8; |
|
} |
|
.copy-e-font.active .b-font:before { |
|
content: "\e6bd"; |
|
color: #3f8ce8; |
|
} |
|
.copy-e-font.disabled .b-font:before { |
|
content: "\e6bd"; |
|
color: inherit; |
|
} |
|
.check-mark-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.check-mark-font .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.check-mark-h-font .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-h-font:hover .b-font:before, |
|
.check-mark-h-font.hover .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-h-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.check-mark-ha-font .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-ha-font:hover .b-font:before, |
|
.check-mark-ha-font.hover .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-ha-font:active .b-font:before, |
|
.check-mark-ha-font.active .b-font:before { |
|
content: "\e6cf"; |
|
color: #3f8ce8; |
|
} |
|
.check-mark-ha-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-e-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.check-mark-e-font .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-e-font:hover .b-font:before, |
|
.check-mark-e-font.hover .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
.check-mark-e-font:active .b-font:before { |
|
content: "\e6cf"; |
|
color: #3f8ce8; |
|
} |
|
.check-mark-e-font.active .b-font:before { |
|
content: "\e6cf"; |
|
color: #3f8ce8; |
|
} |
|
.check-mark-e-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: inherit; |
|
} |
|
/** dashboard组件/控件 下拉列表图标字体 ~end~**/ |
|
.row-pre-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.row-pre-page-h-font .b-font:before { |
|
content: "\e6d9"; |
|
color: inherit; |
|
} |
|
.row-pre-page-h-font:hover .b-font:before, |
|
.row-pre-page-h-font.hover .b-font:before { |
|
content: "\e6d9"; |
|
color: inherit; |
|
} |
|
.row-pre-page-h-font.disabled .b-font:before { |
|
content: "\e6d9"; |
|
color: inherit; |
|
} |
|
.row-next-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.row-next-page-h-font .b-font:before { |
|
content: "\e6d8"; |
|
color: inherit; |
|
} |
|
.row-next-page-h-font:hover .b-font:before, |
|
.row-next-page-h-font.hover .b-font:before { |
|
content: "\e6d8"; |
|
color: inherit; |
|
} |
|
.row-next-page-h-font.disabled .b-font:before { |
|
content: "\e6d8"; |
|
color: inherit; |
|
} |
|
.column-pre-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.column-pre-page-h-font .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.column-pre-page-h-font:hover .b-font:before, |
|
.column-pre-page-h-font.hover .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.column-pre-page-h-font.disabled .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.column-next-page-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.column-next-page-h-font .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.column-next-page-h-font:hover .b-font:before, |
|
.column-next-page-h-font.hover .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.column-next-page-h-font.disabled .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.expander-right-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.expander-right-font .b-font:before { |
|
content: "\e6d8"; |
|
color: inherit; |
|
} |
|
.expander-right-font.disabled .b-font:before { |
|
content: "\e6d8"; |
|
color: inherit; |
|
} |
|
.expander-down-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.expander-down-font .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.expander-down-font.disabled .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.solid-triangle-top-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.solid-triangle-top-font .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.solid-triangle-top-font:hover .b-font:before, |
|
.solid-triangle-top-font.hover .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.solid-triangle-top-font.disabled .b-font:before { |
|
content: "\e6d6"; |
|
color: inherit; |
|
} |
|
.solid-triangle-bottom-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.solid-triangle-bottom-font .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.solid-triangle-bottom-font:hover .b-font:before, |
|
.solid-triangle-bottom-font.hover .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.solid-triangle-bottom-font.disabled .b-font:before { |
|
content: "\e6d7"; |
|
color: inherit; |
|
} |
|
.trigger-triangle-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.trigger-triangle-font .b-font:before { |
|
content: "\e64e"; |
|
color: #999999; |
|
} |
|
.trigger-triangle-font:hover .b-font:before, |
|
.trigger-triangle-font.hover .b-font:before { |
|
content: "\e64e"; |
|
color: #999999; |
|
} |
|
.trigger-triangle-font:active .b-font:before, |
|
.trigger-triangle-font.active .b-font:before { |
|
content: "\e64e"; |
|
color: #3685f2; |
|
} |
|
.trigger-triangle-font.disabled .b-font:before { |
|
content: "\e64e"; |
|
color: #999999; |
|
} |
|
.pull-up-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-up-font .b-font:before { |
|
content: "\e70a"; |
|
color: inherit; |
|
} |
|
.pull-up-font.disabled .b-font:before { |
|
content: "\e70a"; |
|
color: inherit; |
|
} |
|
.pull-down-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-down-font .b-font:before { |
|
content: "\e70b"; |
|
color: inherit; |
|
} |
|
.pull-down-font.disabled .b-font:before { |
|
content: "\e70b"; |
|
color: inherit; |
|
} |
|
.pull-down-h-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-down-h-font .b-font:before { |
|
content: "\e70b"; |
|
color: #647185; |
|
} |
|
.pull-down-h-font:hover .b-font:before, |
|
.pull-down-h-font.hover .b-font:before { |
|
content: "\e70b"; |
|
color: inherit; |
|
} |
|
.pull-down-h-font.disabled .b-font:before { |
|
content: "\e70b"; |
|
color: #647185; |
|
} |
|
.pull-down-ha-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.pull-down-ha-font .b-font:before { |
|
content: "\e70b"; |
|
color: #647185; |
|
} |
|
.pull-down-ha-font:hover .b-font:before, |
|
.pull-down-ha-font.hover .b-font:before { |
|
content: "\e70b"; |
|
color: inherit; |
|
} |
|
.pull-down-ha-font:active .b-font:before, |
|
.pull-down-ha-font.active .b-font:before { |
|
content: "\e70b"; |
|
color: #3f8ce8; |
|
} |
|
.pull-down-ha-font.disabled .b-font:before { |
|
content: "\e70b"; |
|
color: #647185; |
|
} |
|
.check-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.check-font .b-font:before { |
|
content: "\e6cf"; |
|
color: #3685f2; |
|
} |
|
.check-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: #3685f2; |
|
} |
|
.item-check-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.item-check-font .b-font:before { |
|
content: "\e6cf"; |
|
color: #ffffff; |
|
} |
|
.item-check-font:hover .b-font:before, |
|
.item-check-font.hover .b-font:before { |
|
content: "\e6cf"; |
|
color: #999999; |
|
} |
|
.item-check-font:active .b-font:before, |
|
.item-check-font.active .b-font:before { |
|
content: "\e6cf"; |
|
color: #3f8ce8; |
|
} |
|
.item-check-font.disabled .b-font:before { |
|
content: "\e6cf"; |
|
color: #ffffff; |
|
} |
|
.primary-key-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.primary-key-font .b-font:before { |
|
content: "\e740"; |
|
color: inherit; |
|
} |
|
.primary-key-font:hover .b-font:before, |
|
.primary-key-font.hover .b-font:before { |
|
content: "\e740"; |
|
color: inherit; |
|
} |
|
.primary-key-font.disabled .b-font:before { |
|
content: "\e740"; |
|
color: inherit; |
|
} |
|
.drag-tag-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.drag-tag-font .b-font:before { |
|
content: "\e6d0"; |
|
color: #faaa39; |
|
} |
|
.drag-tag-font.disabled .b-font:before { |
|
content: "\e6d0"; |
|
color: #faaa39; |
|
} |
|
.less-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.less-font .b-font:before { |
|
content: "\e75e"; |
|
color: inherit; |
|
} |
|
.less-font:hover .b-font:before, |
|
.less-font.hover .b-font:before { |
|
content: "\e75e"; |
|
color: inherit; |
|
} |
|
.less-font:active .b-font:before, |
|
.less-font.active .b-font:before { |
|
content: "\e75e"; |
|
color: #3f8ce8; |
|
} |
|
.less-font.disabled .b-font:before { |
|
content: "\e75e"; |
|
color: inherit; |
|
} |
|
.less-equal-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.less-equal-font .b-font:before { |
|
content: "\e761"; |
|
color: inherit; |
|
} |
|
.less-equal-font:hover .b-font:before, |
|
.less-equal-font.hover .b-font:before { |
|
content: "\e761"; |
|
color: inherit; |
|
} |
|
.less-equal-font:active .b-font:before, |
|
.less-equal-font.active .b-font:before { |
|
content: "\e761"; |
|
color: #3f8ce8; |
|
} |
|
.less-equal-font.disabled .b-font:before { |
|
content: "\e761"; |
|
color: inherit; |
|
} |
|
.text-bold-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-bold-font .b-font:before { |
|
content: "\e75b"; |
|
color: inherit; |
|
} |
|
.text-bold-font.disabled .b-font:before { |
|
content: "\e75b"; |
|
color: inherit; |
|
} |
|
.text-italic-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-italic-font .b-font:before { |
|
content: "\e75c"; |
|
color: inherit; |
|
} |
|
.text-italic-font.disabled .b-font:before { |
|
content: "\e75c"; |
|
color: inherit; |
|
} |
|
.text-underline-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-underline-font .b-font:before { |
|
content: "\e75d"; |
|
color: inherit; |
|
} |
|
.text-underline-font.disabled .b-font:before { |
|
content: "\e75d"; |
|
color: inherit; |
|
} |
|
.text-color-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-color-font .b-font:before { |
|
content: "\e75a"; |
|
color: inherit; |
|
} |
|
.text-color-font.disabled .b-font:before { |
|
content: "\e75a"; |
|
color: inherit; |
|
} |
|
.text-background-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-background-font .b-font:before { |
|
content: "\e758"; |
|
color: inherit; |
|
} |
|
.text-background-font.disabled .b-font:before { |
|
content: "\e758"; |
|
color: inherit; |
|
} |
|
.text-color-underline-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-color-underline-font .b-font:before { |
|
content: "\e75d"; |
|
color: inherit; |
|
} |
|
.text-color-underline-font.disabled .b-font:before { |
|
content: "\e75d"; |
|
color: inherit; |
|
} |
|
.text-align-left-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-align-left-font .b-font:before { |
|
content: "\e6ca"; |
|
color: inherit; |
|
} |
|
.text-align-left-font.disabled .b-font:before { |
|
content: "\e6ca"; |
|
color: inherit; |
|
} |
|
.text-align-center-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-align-center-font .b-font:before { |
|
content: "\e6bf"; |
|
color: inherit; |
|
} |
|
.text-align-center-font.disabled .b-font:before { |
|
content: "\e6bf"; |
|
color: inherit; |
|
} |
|
.text-align-right-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-align-right-font .b-font:before { |
|
content: "\e6c8"; |
|
color: inherit; |
|
} |
|
.text-align-right-font.disabled .b-font:before { |
|
content: "\e6c8"; |
|
color: inherit; |
|
} |
|
.toast-error-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.toast-error-font .b-font:before { |
|
content: "\e757"; |
|
color: inherit; |
|
} |
|
.toast-error-font.disabled .b-font:before { |
|
content: "\e757"; |
|
color: inherit; |
|
} |
|
.toast-success-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.toast-success-font .b-font:before { |
|
content: "\e756"; |
|
color: inherit; |
|
} |
|
.toast-success-font.disabled .b-font:before { |
|
content: "\e756"; |
|
color: inherit; |
|
} |
|
.toast-warning-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.toast-warning-font .b-font:before { |
|
content: "\e755"; |
|
color: inherit; |
|
} |
|
.toast-warning-font.disabled .b-font:before { |
|
content: "\e755"; |
|
color: inherit; |
|
} |
|
.toast-message-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.toast-message-font .b-font:before { |
|
content: "\e74b"; |
|
color: inherit; |
|
} |
|
.toast-message-font.disabled .b-font:before { |
|
content: "\e74b"; |
|
color: inherit; |
|
} |
|
.text-add-tip-font .b-font { |
|
font-size: 16px; |
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
} |
|
.text-add-tip-font .b-font:before { |
|
content: "\e6dd"; |
|
color: #13cd66; |
|
} |
|
.text-add-tip-font.disabled .b-font:before { |
|
content: "\e6dd"; |
|
color: #13cd66; |
|
} |
|
.tree-collapse-icon-type1 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_1.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type1 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png'); |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png'); |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png'); |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-collapse-icon-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png'); |
|
_background: none; |
|
} |
|
.tree-expand-icon-type1 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_1.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-expand-icon-type1 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png'); |
|
_background: none; |
|
} |
|
.tree-expand-icon-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-expand-icon-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png'); |
|
_background: none; |
|
} |
|
.tree-expand-icon-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-expand-icon-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png'); |
|
_background: none; |
|
} |
|
.tree-expand-icon-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-expand-icon-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png'); |
|
_background: none; |
|
} |
|
.tree-vertical-line-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-vertical-line-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.tree-vertical-line-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-vertical-line-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.tree-vertical-line-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.tree-vertical-line-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type1 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_1.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type1 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_1.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type2 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type3 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_3.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png'); |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type4 .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_4.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png'); |
|
_background: none; |
|
} |
|
.check-box-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png'); |
|
_background: none; |
|
} |
|
.check-box-icon:hover .x-icon, |
|
.check-box-icon.hover .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon:hover .x-icon.hack, |
|
.check-box-icon.hover .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png'); |
|
_background: none; |
|
} |
|
.check-box-icon:active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon:active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png'); |
|
_background: none; |
|
} |
|
.check-box-icon.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png'); |
|
_background: none; |
|
} |
|
.check-box-icon.disabled .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon.disabled .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable.png'); |
|
_background: none; |
|
} |
|
.check-box-icon.disabled.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-box-icon.disabled.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable2.png'); |
|
_background: none; |
|
} |
|
.radio-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png'); |
|
_background: none; |
|
} |
|
.radio-icon:hover .x-icon, |
|
.radio-icon.hover .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon:hover .x-icon.hack, |
|
.radio-icon.hover .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png'); |
|
_background: none; |
|
} |
|
.radio-icon:active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon:active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png'); |
|
_background: none; |
|
} |
|
.radio-icon.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_active.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_active.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_active.png'); |
|
_background: none; |
|
} |
|
.radio-icon.disabled .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon.disabled .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable.png'); |
|
_background: none; |
|
} |
|
.radio-icon.disabled.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable2.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.radio-icon.disabled.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable2.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable2.png'); |
|
_background: none; |
|
} |
|
.check-half-select-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.check-half-select-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png'); |
|
_background: none; |
|
} |
|
.slider-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.slider-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png'); |
|
_background: none; |
|
} |
|
.slider-icon:hover .x-icon, |
|
.slider-icon.hover .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_active_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_active_small.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.slider-icon:hover .x-icon.hack, |
|
.slider-icon.hover .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_active_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_active_small.png'); |
|
_background: none; |
|
} |
|
.slider-icon.disabled .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.slider-icon.disabled .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png'); |
|
_background: none; |
|
} |
|
.auto-color-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.auto-color-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_normal.png'); |
|
_background: none; |
|
} |
|
.auto-color-icon.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_select.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_select.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.auto-color-icon.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_select.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_select.png'); |
|
_background: none; |
|
} |
|
.auto-color-icon.disabled .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_disable.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.auto-color-icon.disabled .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_disable.png'); |
|
_background: none; |
|
} |
|
.trans-color-icon .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_normal.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.trans-color-icon .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_normal.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_normal.png'); |
|
_background: none; |
|
} |
|
.trans-color-icon.active .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_select.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_select.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.trans-color-icon.active .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_select.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_select.png'); |
|
_background: none; |
|
} |
|
.trans-color-icon.disabled .x-icon { |
|
display: block; |
|
background: url('https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_disable.png'); |
|
background-size: contain; |
|
_background: none; |
|
} |
|
.trans-color-icon.disabled .x-icon.hack { |
|
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_disable.png') no-repeat center center; |
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_disable.png'); |
|
_background: none; |
|
}
|
|
|