|
|
|
@ -3192,12 +3192,12 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
|
|
} |
|
|
|
|
.recover-chart-font-hightlight .b-font:before { |
|
|
|
|
content: "\e6b4"; |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.recover-chart-font-hightlight.native .b-font:before, |
|
|
|
|
.recover-chart-font-hightlight.disabled .b-font:before { |
|
|
|
|
content: "\e6b4"; |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.tables-tile-view-font .b-font:before { |
|
|
|
|
content: "\e685"; |
|
|
|
@ -6318,57 +6318,6 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
|
|
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon/push_up.png'); |
|
|
|
|
_background: none; |
|
|
|
|
} |
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
|
html, |
|
|
|
|
body, |
|
|
|
|
div, |
|
|
|
|
ul, |
|
|
|
|
li, |
|
|
|
|
img, |
|
|
|
|
a, |
|
|
|
|
span, |
|
|
|
|
p, |
|
|
|
|
* { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
|
outline: none; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
a:focus { |
|
|
|
|
outline: 0; |
|
|
|
|
} |
|
|
|
|
input, |
|
|
|
|
textarea { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
outline: none; |
|
|
|
|
border: 1px solid #d4dadd; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark input, |
|
|
|
|
.bi-theme-dark textarea { |
|
|
|
|
border: 1px solid #525466; |
|
|
|
|
} |
|
|
|
|
ul, |
|
|
|
|
ol { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
ul { |
|
|
|
|
list-style: disc; |
|
|
|
|
} |
|
|
|
|
li { |
|
|
|
|
list-style-type: none; |
|
|
|
|
} |
|
|
|
|
i { |
|
|
|
|
font-style: normal; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
-webkit-text-stroke-width: 0.2px; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
/** |
|
|
|
|
* Farbtastic Color Picker 1.2 |
|
|
|
|
* © 2008 Steven Wittens |
|
|
|
|