fineui是帆软报表和BI产品线所使用的前端框架。
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.

36 lines
855 B

8 years ago
@import "../../bibase";
8 years ago
/**********BI.BIListView*************/
8 years ago
.bi-list-view {
position: fixed !important;
overflow-y: visible !important;
overflow-x: visible !important;
overflow: visible !important;
cursor: default;
8 years ago
& .list-view-outer {
8 years ago
border: 1px solid @color-bi-split-dark;
.border-radius(2px);
color: @color-bi-text-black;
8 years ago
background: @color-bi-background-default;
8 years ago
}
& .list-view-toolbar {
border-top: 1px solid @color-bi-split-light;
line-height: 30px;
color: @color-bi-text-highlight;
& > .center-element {
border-left: 1px solid @color-bi-split-light;
}
8 years ago
& > .first-element {
8 years ago
border-left: none;
}
}
8 years ago
}
.bi-theme-dark {
.bi-list-view {
& .list-view-outer {
color: @color-bi-text-theme-dark;
8 years ago
background: @color-bi-background-default-theme-dark;
8 years ago
}
}
8 years ago
}