.table_visibility { li { background-color: #fff; display: flex; justify-content: space-between; .checkbox { margin: 0px; label { white-space: nowrap; padding: 0rem 0.5rem; } } .icon { position: relative; top: 0.125rem; font-size: 15px; line-height: 1.25rem; color: $neutral-2; } &:hover .icon, &:focus .icon { color: $neutral-1; } } } td.actions.center, th.actions.center { vertical-align: middle; width: 0; padding: 0 0 0 0.5rem; .table-btn { font-size: 1.25rem; padding: 0.375rem; margin: 0.375rem; } } .dataTables_info span.select-info { padding-left: 15px; } .tools_table.children.table-bordered > thead > tr { color: black !important; background-color: inherit; background-image: none; } select[multiple], select[size] { height: auto !important; } .select2-selection--multiple .select2-search { width: initial; position: initial; } .has-feedback .select2 + .glyphicon.form-control-feedback { top: 19px; right: 15px; } .has-error .select2-dropdown, .has-error .select2-selection { border-color: #a94442 !important; } div.dataTables_processing { background-color: white !important; opacity: 0.8; z-index: 20; top: inherit; left: inherit; width: 100%; height: 500px; margin-left: inherit; margin-top: inherit; display: inline-table; vertical-align: middle; right: 0; border: none; } .table-scroll-wrapper { overflow-x: auto; } table.dataTable { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; border-bottom: 1px solid $neutral-3; > thead > tr > th { @extend .zuo-table__th; &.sorting:after, &.sorting_asc:after, &.sorting_desc:after { position: absolute; top: unset; bottom: 0.657rem; right: 0; font-family: webicons; opacity: 1; color: $primary; } &.sorting { &:after { content: ""; } } &.sorting_asc { &:after { content: "\e941"; } } &.sorting_desc { &:after { content: "\e942"; } } } > tbody > tr { &.selected { background: $neutral-3; } > td { @extend .zuo-table__td; white-space: nowrap; } } } div.dataTables_scrollBody table.dataTable thead th.sorting:after, div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after, div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after { content: ""; } .table-header { display: flex; // height: 100%; justify-content: space-between; .btn-group .btn + .btn { margin-left: 0.5rem; } .dropdown { float: left; } > div { display: flex; } .table-filter > .select2 > .selection > .select2-selection { margin-top: 0; } .table-filter:not(:first-child) { margin-left: 0.5rem; } .checkbox-filter > .dropdown-toggle { margin-top: 1rem; padding-bottom: 0.375rem; border-bottom: 1px solid #e9ebee; cursor: pointer; > .z-icon-desc { font-size: 0.75rem; padding: 0 0.5rem; } } anj-button.active > button { color: $primary; } .table-btn { float: left; &:hover, &.active { color: $primary; } } .search-wrapper { border-left: 1px solid $neutral-3; display: flex; margin: 0.5rem 0; width: 2.5rem; overflow: hidden; -webkit-transition: width 0.3s ease-in-out; -moz-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; .table-btn { margin: 0 0.5rem; } .form-control[name="table[search]"] { line-height: 1rem; padding: 0.5rem 0; font-size: 0.875rem; height: 100%; border: none; box-shadow: none; border-bottom: 1px solid $support-1; } &.active { width: 14rem; .table-btn { margin-right: 0; border-bottom: 1px solid $support-1; } } } } // Workflow Context Menu ul.context-menu-list { border: 1px solid #d3d7d8; border-radius: 0px; padding: 0.5rem 0; box-shadow: 0 1px 8px -1px $neutral-shadow; font-size: 0.875rem; .context-menu-item { &:not(.context-menu-disabled) { color: $primary; } line-height: 1.4; padding: 0.25rem 0.75rem; &.context-menu-icon { padding-left: 30px; } &.context-menu-hover { color: $primary; background-color: $neutral-3; } } } .context-menu-icon.context-menu-icon--fa::before, .context-menu-icon.context-menu-icon--fa.context-menu-hover::before { color: $primary; } .context-menu-item.context-menu-hover::after { border-color: transparent transparent transparent $primary; } // .context-menu-action { // padding: 2px; // font-size: 1.25rem; // line-height: 1rem; // border: none; // color: $support-1; // } .table-footer { width: 100%; padding: 0.75rem 0.5rem; display: inline-block; color: $anj-neutral; > .dataTables_info, .select_container, .dataTables_paginate { display: inline-block; } .dataTables_paginate { float: right; } .dataTables_info { padding: 0; } .select2-container .select2-selection { margin-bottom: 4px; .select2-selection__rendered { color: $anj-neutral; } .select2-selection__rendered { padding-left: 5px; } .select2-selection__arrow b { border-color: $anj-neutral transparent transparent transparent; } } } // Prev 1 2 3 Next .dataTables_paginate { .pagination .paginate_button { a { color: $support-1; background-color: transparent; border: none; margin: 4px; padding: 2px 5px; border-radius: 2px; anj-icon { font-size: 18px; } } &.disabled { a, a:hover, a:focus { color: $anj-neutral; background-color: transparent; cursor: not-allowed; } } &.first, &.last { display: none; } &.active a { color: $anj-neutral; } } } .table-bordered .small > tbody > tr > td { padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; font-size: 12px; text-align: center; vertical-align: middle !important; }