bee-table/dist/demo.css

88 lines
1.8 KiB
CSS

.selected {
background: #FFF7E7; }
.demo25 {
height: 100%; }
.demo25 .u-table-filter-column-filter-icon {
right: 15px; }
.opt-btns .u-button {
color: #fff;
background: #505F79; }
.opt-btns .u-button:hover, .opt-btns .u-button:active {
background: #344563; }
.demo04.u-table tr:nth-child(2n) {
background: #f7f9fb; }
.demo04.u-table tr.u-table-row-hover, .demo04 .u-table tr:hover {
background: #ebecf0; }
.demo22 .opt-btns {
margin-bottom: 8px; }
.demo32 .u-table-thead th {
padding-top: 0px;
padding-bottom: 0px; }
.demo0502 .u-table-row td {
padding: 5px 8px; }
.demo0502 .u-table-row td input.error {
border-color: #F44336; }
.demo0502 .u-table-row .editable-cell {
height: 30px; }
.demo0502 .u-table-row-hover .editable-cell-text-wrapper {
line-height: 18px;
border: 1px solid #c1c7d0; }
.demo0502 .u-table-row .u-form-control,
.demo0502 .u-table-row .u-select-selection {
height: 30px; }
.demo0502 .editable-cell-text-wrapper {
box-sizing: border-box;
line-height: 20px;
border-radius: 3px; }
.demo0502 .editable-cell-text-wrapper:hover {
line-height: 18px;
border: 1px solid #a5adba; }
.demo0502 .require {
position: absolute;
top: 2px;
color: #F44336;
font-size: 20px; }
.help-tip {
color: #F44336; }
.tp-0502 .tooltip-arrow {
border-bottom-color: #F44336 !important; }
.tp-0502 .tooltip-inner {
border-color: #F44336 !important; }
th .drop-menu .uf {
font-size: 12px;
visibility: hidden;
margin-left: 15px; }
th:hover .uf {
visibility: visible; }
.demo8 .u-table {
margin-bottom: 11px; }
.demo8 .u-pagination {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center; }
/*# sourceMappingURL=demo.css.map */