|
|
@ -11,8 +11,11 @@ |
|
|
|
.bi-color-chooser-popup .color-chooser-popup-more { |
|
|
|
.bi-color-chooser-popup .color-chooser-popup-more { |
|
|
|
background: #f4f4f4; |
|
|
|
background: #f4f4f4; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-color-chooser-popup .color-chooser-popup-more:hover { |
|
|
|
.bi-theme-dark .bi-color-chooser-popup .color-chooser-popup-title { |
|
|
|
background: #d4dadd; |
|
|
|
background: #191a2c; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-color-chooser-popup .color-chooser-popup-more { |
|
|
|
|
|
|
|
background: #191a2c; |
|
|
|
} |
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
@ -667,6 +670,10 @@ li.CodeMirror-hint-active { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-message-title { |
|
|
|
|
|
|
|
background-color: #191a2c; |
|
|
|
|
|
|
|
color: #b2b2b2; |
|
|
|
|
|
|
|
} |
|
|
|
.bi-message-text { |
|
|
|
.bi-message-text { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
-webkit-user-select: text; |
|
|
|
-webkit-user-select: text; |
|
|
@ -681,6 +688,10 @@ li.CodeMirror-hint-active { |
|
|
|
color: #808080; |
|
|
|
color: #808080; |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-message-content { |
|
|
|
|
|
|
|
background-color: #202237; |
|
|
|
|
|
|
|
color: #b2b2b2; |
|
|
|
|
|
|
|
} |
|
|
|
.bi-message-close { |
|
|
|
.bi-message-close { |
|
|
|
font-size: 25px; |
|
|
|
font-size: 25px; |
|
|
|
} |
|
|
|
} |
|
|
@ -698,6 +709,9 @@ li.CodeMirror-hint-active { |
|
|
|
background: #f4f4f4; |
|
|
|
background: #f4f4f4; |
|
|
|
border-bottom: 1px solid #d4dadd; |
|
|
|
border-bottom: 1px solid #d4dadd; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-popup-panel .popup-panel-title { |
|
|
|
|
|
|
|
background: #191a2c; |
|
|
|
|
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
@ -1093,6 +1107,16 @@ li.CodeMirror-hint-active { |
|
|
|
.bi-collection-table-cell.first-col { |
|
|
|
.bi-collection-table-cell.first-col { |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-collection-table-cell { |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-collection-table-cell.first-row { |
|
|
|
|
|
|
|
border-top: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-collection-table-cell.first-col { |
|
|
|
|
|
|
|
border-left: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
@ -1155,6 +1179,33 @@ li.CodeMirror-hint-active { |
|
|
|
border-top: 1px solid #eaeaea; |
|
|
|
border-top: 1px solid #eaeaea; |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-table > div > div > table { |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-table > div.top-left > div > div > table { |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-table > div.top-right > div > div > table { |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-table > div.bottom-left > div > div > table { |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-table > div.bottom-right > div > div > table { |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.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 #24273e; |
|
|
|
|
|
|
|
border-left: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
@ -1176,6 +1227,19 @@ li.CodeMirror-hint-active { |
|
|
|
.bi-grid-table-cell.first-col { |
|
|
|
.bi-grid-table-cell.first-col { |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
border-left: 1px solid #eaeaea; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-grid-table-cell { |
|
|
|
|
|
|
|
border-right: 1px solid #24273e; |
|
|
|
|
|
|
|
border-bottom: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-grid-table-cell.first-row { |
|
|
|
|
|
|
|
border-top: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-grid-table-cell.first-col { |
|
|
|
|
|
|
|
border-left: 1px solid #24273e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
.scrollbar-layout-main { |
|
|
|
.scrollbar-layout-main { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
outline: none; |
|
|
|
outline: none; |
|
|
@ -1184,10 +1248,13 @@ li.CodeMirror-hint-active { |
|
|
|
transition-duration: 250ms; |
|
|
|
transition-duration: 250ms; |
|
|
|
transition-timing-function: ease; |
|
|
|
transition-timing-function: ease; |
|
|
|
user-select: none; |
|
|
|
user-select: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
background-color: #f4f4f4; |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); |
|
|
|
|
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .scrollbar-layout-main { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff); |
|
|
|
|
|
|
|
} |
|
|
|
.scrollbar-layout-main-vertical { |
|
|
|
.scrollbar-layout-main-vertical { |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
@ -1204,8 +1271,11 @@ li.CodeMirror-hint-active { |
|
|
|
height: 10px; |
|
|
|
height: 10px; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
transition-property: background-color; |
|
|
|
transition-property: background-color; |
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
background-color: #f4f4f4; |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .scrollbar-layout-main-horizontal { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff); |
|
|
|
} |
|
|
|
} |
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
.scrollbar-layout-main-horizontal.public-scrollbar-main-active, |
|
|
|
.scrollbar-layout-main-horizontal.public-scrollbar-main-active, |
|
|
@ -1258,7 +1328,7 @@ li.CodeMirror-hint-active { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
.public-scrollbar-face:after { |
|
|
|
.public-scrollbar-face:after { |
|
|
|
background-color: #c2c2c2; |
|
|
|
background-color: #e2e2e2; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .public-scrollbar-face:after { |
|
|
|
.bi-theme-dark .public-scrollbar-face:after { |
|
|
|
background-color: #7d7d7d; |
|
|
|
background-color: #7d7d7d; |
|
|
@ -1271,15 +1341,12 @@ li.CodeMirror-hint-active { |
|
|
|
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after, |
|
|
|
.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-main-active .public-scrollbar-face:after, |
|
|
|
.bi-theme-dark .public-scrollbar-faceActive:after { |
|
|
|
.bi-theme-dark .public-scrollbar-faceActive:after { |
|
|
|
background-color: #c2c2c2; |
|
|
|
background-color: #e2e2e2; |
|
|
|
} |
|
|
|
} |
|
|
|
.horizontal-scrollbar { |
|
|
|
.horizontal-scrollbar { |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
} |
|
|
|
} |
|
|
|
.horizontal-scrollbar .public-scrollbar-main-horizontal { |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
@ -1389,12 +1456,12 @@ li.CodeMirror-hint-active { |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
.bi-float-box { |
|
|
|
.bi-float-box { |
|
|
|
background: #ffffff; |
|
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
color: #1a1a1a; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-float-box .float-box-button { |
|
|
|
.bi-theme-dark .bi-float-box { |
|
|
|
color: #ffffff; |
|
|
|
background-color: #202237; |
|
|
|
background: #009de3; |
|
|
|
color: #b2b2b2; |
|
|
|
border: 1px solid #d4dadd; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
@ -1428,5 +1495,5 @@ li.CodeMirror-hint-active { |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .bi-list-view .list-view-outer { |
|
|
|
.bi-theme-dark .bi-list-view .list-view-outer { |
|
|
|
color: #b2b2b2; |
|
|
|
color: #b2b2b2; |
|
|
|
background: #191a2c; |
|
|
|
background: #202237; |
|
|
|
} |
|
|
|
} |
|
|
|