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.

157 lines
2.7 KiB

8 years ago
@import "../../bibase";
8 years ago
.base-disabled {
cursor: default !important;
color: #c4c6c6 !important;
//.opacity(0.5);
& .b-font:before {
color: #c4c6c6 !important;
}
}
.base-invalid {
cursor: default !important;
}
.clearfix {
.clearfix();
}
//标红
.bi-keyword-red-mark {
color: @color-bi-text-redmark;
}
//高亮
.bi-high-light {
color: @color-bi-text-highlight;
}
//水印
.bi-water-mark {
color: @water-mark-color;
cursor: text;
}
//提示文本, 灰色字体
.bi-tips {
color: @color-bi-text-tips;
}
//resize
8 years ago
.bi-resizer {
background: @color-bi-background-virtual-blue;
8 years ago
.opacity(0.8);
z-index: @zIndex-tip;
}
8 years ago
.bi-z-index-mask {
8 years ago
background-color: @color-bi-background-black;
.opacity(0.5);
}
8 years ago
@color-list-item-hover: #04070d;
8 years ago
.bi-list-item {
.list-item();
}
8 years ago
.bi-theme-dark {
.bi-list-item {
&:hover, &.hover {
background-color: @color-list-item-hover;
color: @color-bi-text;
}
&.disabled {
&, &:hover, &:active {
background-color: transparent;
}
}
}
}
8 years ago
.bi-list-item-effect {
.list-item-effect();
}
8 years ago
.bi-theme-dark {
.bi-list-item-effect {
&.active, &:active {
color: @color-bi-text-highlight;
}
&.disabled {
&, &:hover, &:active {
color: @color-bi-text-disabled;
}
}
}
}
8 years ago
.bi-list-item-hover {
.list-item-hover();
}
8 years ago
.bi-theme-dark {
.bi-list-item-hover {
&:hover, &.hover {
color: @color-bi-text-highlight;
background-color: @color-list-item-hover;
}
&.disabled {
&, &:hover, &:active {
color: @color-bi-text-disabled;
background-color: transparent;
}
}
}
}
8 years ago
.bi-list-item-active {
.list-item-active();
}
8 years ago
.bi-theme-dark {
.bi-list-item-active {
&:hover, &.hover {
background-color: @color-list-item-hover;
color: @color-bi-text;
}
&.active, &:active {
color: @color-bi-text-highlight;
background-color: @color-list-item-hover;
}
&.disabled {
&, &:hover, &:active {
background-color: transparent;
}
}
}
}
8 years ago
.bi-list-item-select {
.list-item-select();
8 years ago
}
.bi-theme-dark {
.list-item-select {
&:hover, &.hover {
color: @color-bi-text-highlight;
background-color: @color-list-item-hover;
}
&:active, &.active {
color: @color-bi-text;
background-color: @color-bi-background-highlight;
& .bi-high-light {
color: @color-bi-text;
}
}
&.disabled {
&, &:hover, &:active {
color: @color-bi-text-disabled !important;
background-color: transparent !important;
& .bi-high-light {
color: @color-bi-text-disabled !important;
}
}
}
}
8 years ago
}