@import "../../bibase"; /**********BI.BIListView*************/ .bi-list-view { position: fixed !important; overflow-y: visible !important; overflow-x: visible !important; overflow: visible !important; cursor: default; & .list-view-outer { border: 1px solid @color-bi-split-dark; .border-radius(2px); color: @color-bi-text-black; background: @color-bi-background-default; } & .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; } & > .first-element { border-left: none; } } } .bi-theme-dark { .bi-list-view { & .list-view-outer { color: @color-bi-text-theme-dark; background: @color-bi-background-theme-dark; } } }