UNPKG

@true-directive/grid

Version:

Angular Data Grid from Yopsilon.

777 lines (703 loc) 30.5 kB
.true-grid-appearance { border: 1px solid #c5c7c9; background-color: unset; user-select: none; } .true-grid-appearance .true-accent { color: #ea6b0c; } .true-grid-appearance .true-grid-data { transition: opacity 0.4s ease, background-color 0.4s ease; } .true-grid-appearance .true-scroller-header-left, .true-grid-appearance .true-scroller-footer-left, .true-grid-appearance .true-scroller-data-left { border-right: 1px solid #c5c7c9; } .true-grid-appearance .true-scroller-header-right, .true-grid-appearance .true-scroller-footer-right, .true-grid-appearance .true-scroller-data-right { border-left: 1px solid #c5c7c9; } .true-grid-appearance .true-grid-drag-item-appearance .true-grid-header { opacity: 0.97; border: 1px solid #c5c7c9; background-color: #fbfcfd; } .true-grid-appearance .true-grid-drag-item-appearance .true-drag-data { padding: 40px; } .true-grid-appearance .true-grid-drag-item-appearance .true-grid-data { opacity: 0.97; border: 1px solid #c5c7c9; background-color: #fff; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08); } .true-grid-appearance .true-grid-drag-item-appearance .true-grid-data td { overflow-x: hidden; text-overflow: ellipsis; border: 0 !important; } .true-grid-appearance .true-grid-btn { color: #757779; opacity: 0.15; transition-delay: 0.1s; transition: background-color .25s ease-in, opacity .25s ease-in, border-color .25s ease-in; } .true-grid-appearance .true-grid-btn:hover, .true-grid-appearance .true-grid-btn-visible .true-grid-btn { visibility: visible; background-color: #eaecee; border-color: #d5d7d9; opacity: 1.0 !important; } .true-grid-appearance .true-fix-touch .true-grid-btn { opacity: 0.2; visibility: visible; } .true-grid-appearance .true-header-appearance { color: #1f2f3d; font-weight: normal; background-color: #fbfcfd; border-bottom: 1px solid #e5e7e9; } .true-grid-appearance .true-header-appearance .true-grid-header tr:last-child { border-bottom: 0; } .true-grid-appearance .true-header-appearance .true-grid-header td.band { padding: 0; } .true-grid-appearance .true-header-appearance .true-grid-header td:not(.band) { padding: 0 2px; } .true-grid-appearance .true-header-appearance .true-grid-header.true-v-lines td:not(:last-child) { border-right: 1px solid #e5e7e9; } .true-grid-appearance .true-header-appearance .true-grid-header td.true-header-cell__checkbox { border-right: 0 !important; text-align: center; } .true-grid-appearance .true-header-appearance .true-grid-header.true-h-lines .true-header-band__caption { border-bottom: 1px solid #e5e7e9; } .true-grid-appearance .true-header-appearance .true-grid-header .true-header-band__caption { padding: 3px 5px; } .true-grid-appearance .true-header-appearance .true-grid-header .true-header-cell { padding: 0 3px; } .true-grid-appearance .true-header-appearance .true-grid-header .true-header-cell__sort-indicator { padding-right: 3px; } .true-grid-appearance .true-header-appearance .true-grid-header .true-header-cell__txt { padding: 3px 5px 3px 0; } .true-grid-appearance .true-header-appearance .true-grid-header td:not(.true-column-resizable) + td.true-column-resizable .true-header-cell { padding-left: 5px !important; } .true-grid-appearance .true-footer-appearance { background-color: #fbfcfd; border-top: 1px solid #e5e7e9; } .true-grid-appearance .true-footer-appearance .true-grid-footer td { padding: 0; vertical-align: top; } .true-grid-appearance .true-footer-appearance .true-grid-footer td.true-footer-cell__is-checkbox { border-right: 0 !important; } .true-grid-appearance .true-footer-appearance .true-grid-footer td .true-footer-btn-container { padding: 0 5px; } .true-grid-appearance .true-footer-appearance .true-grid-footer td { border-right: 0; } .true-grid-appearance .true-footer-appearance .true-grid-footer.true-v-lines td:not(:last-child) { border-right: 1px solid #e5e7e9; } .true-grid-appearance .true-footer-appearance .true-grid-footer .true-aggr { cursor: pointer; box-sizing: border-box; padding: 3px 5px; transition: background-color .3s ease-in, opacity .3s ease-in; } .true-grid-appearance .true-footer-appearance .true-grid-footer .true-aggr:hover { background-color: #eaecee; } .true-grid-appearance .true-footer-appearance .true-grid-footer .true-aggr .true-aggr-caption { text-transform: uppercase; color: #999; } .true-grid-appearance .true-footer-appearance .true-grid-footer .true-aggr + .true-aggr { margin-top: -3px; } .true-group-simple td { color: #555; font-weight: bold; } .true-group td { border-bottom: 1px solid #e0e3e8; color: #ea6b0c; font-weight: normal; background-color: #fbfcfd; } .true-group:not(:first-child) td { border-top: 1px solid #e0e3e8; } .true-group-l1 td { font-weight: bold; color: #ea6b0c; background-color: #fbfcfd; } .true-group-switcher { color: #bbb; font-size: 0.85em; display: inline-block; cursor: pointer !important; } .true-cell-indent { text-align: right; color: #888 !important; padding-right: 0.7em !important; padding-top: 0; padding-bottom: 0; } .true-stub { background-color: #eee; border-radius: 4px; width: 100%; box-sizing: border-box; display: inline-block; } .true-stub:before { content: "\00a0"; } .true-grid-appearance .true-cell-checkbox, .true-grid-appearance .true-cell-boolean { text-align: center; overflow-y: visible !important; overflow-x: visible !important; } .true-grid-appearance .true-grid-data-appearance.true-h-lines > table > tbody > tr > td, .true-grid-appearance .true-grid-data-appearance.true-h-lines > div > table > tbody > tr > td { border-bottom: 1px solid #e3e5e7; } .true-grid-appearance.true-fix-ie .true-grid-data-appearance.true-h-lines { margin-top: -1px; } .true-grid-appearance.true-fix-ie .true-grid-data-appearance.true-h-lines > table > tbody > tr > td, .true-grid-appearance.true-fix-ie .true-grid-data-appearance.true-h-lines > div > table > tbody > tr > td { border-top: 1px solid #e3e5e7; } .true-grid-appearance .true-grid-data-appearance:not(.true-h-lines) tr:not(.true-group) + tr.true-group > td { border-top: 1px solid #e0e3e8; } .true-grid-appearance .true-grid-data-appearance.true-v-lines > table > tbody > tr > td:not(.true-cell-checkbox), .true-grid-appearance .true-grid-data-appearance.true-v-lines > div > table > tbody > tr > td:not(.true-cell-checkbox) { border-right: 1px solid #e3e5e7; } .true-grid-appearance .true-grid-data-appearance.true-v-lines tr:not(.true-group) td.true-cell-indent { border-top: none !important; border-bottom: none !important; } .true-grid-appearance .true-grid-data-appearance.true-v-lines > .data-left td:last-child, .true-grid-appearance .true-grid-data-appearance.true-v-lines > .data-right td:last-child { border-right: none !important; } .true-grid-appearance .true-grid-data-appearance.true-v-lines tr.true-group > td:not(:last-child) { border-right: 0; } .true-grid-appearance .true-grid-data-appearance > table > tbody > tr > td, .true-grid-appearance .true-grid-data-appearance > div > table > tbody > tr > td { padding: 3px 5px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: opacity 0.4s ease; } .true-grid-appearance .true-grid-data-appearance td .true-hl { background-color: #f6b94d; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) { transition: opacity 0.5s ease; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected { color: unset; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected a { color: unset; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected1 { border-color: #e3e5e7 !important; background-color: #edf1f3; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected2:not(.true-indent-cell) { background-color: #e4e8ec; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected3:not(.true-indent-cell) { border-color: #dadfe4 !important; background-color: #dadfe4; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected4:not(.true-indent-cell) { border-color: #d4d9df !important; background-color: #d4d9df; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked) td.true-range-selected5:not(.true-indent-cell) { border-color: #cad0d7 !important; background-color: #cad0d7; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-row-checked).true-show-animate { opacity: 0.0 !important; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked { transition: opacity 0.5s ease; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td:not(.true-cell-indent) { border-color: #d6dff8 !important; background-color: #e1e9fe; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td.true-range-selected1 { background-color: #d4defa; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td.true-range-selected2:not(.true-indent-cell) { background-color: #c9d6f7; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td.true-range-selected3:not(.true-indent-cell) { border-color: #bfcdf3 !important; background-color: #bfcdf3; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td.true-range-selected4:not(.true-indent-cell) { border-color: #b1c1ec !important; background-color: #b1c1ec; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked > td.true-range-selected5:not(.true-indent-cell) { border-color: #a5b7e8 !important; background-color: #a5b7e8; } .true-grid-appearance .true-grid-data-appearance tr.true-row-checked.true-show-animate { opacity: 0.0 !important; } .true-grid-appearance .true-grid-data-appearance.true-focused-cell-hl:not(.true-drag-in-process) > table > tbody > tr > td.true-cell-focused:not(.true-indent-cell), .true-grid-appearance .true-grid-data-appearance.true-focused-cell-hl:not(.true-drag-in-process) > div > table > tbody > tr > td.true-cell-focused:not(.true-indent-cell) { outline-offset: -1px; outline-style: solid; outline-color: #ea6b0c; outline-width: 1px; } .true-grid-appearance .true-grid-data-appearance.true-focused-cell-hl:not(.true-drag-in-process) > table > tbody > tr:not(.true-row-checked) > td.true-cell-focused:not(.true-indent-cell) { background-color: #f7f8f9 !important; } .true-grid-appearance .true-grid-data-appearance.true-focused-cell-hl:not(.true-drag-in-process) > table > tbody > tr.true-row-checked > td.true-cell-focused:not(.true-indent-cell) { background-color: #ecf1ff !important; } .true-grid-appearance .true-grid-data-appearance.true-hovered-row-hl > table > tbody > tr:not(.true-row-checked):hover > td:not(.true-cell-indent):not(.true-range-selected):not(.true-cell-focused) { background-color: #f7f8f9; } .true-grid-appearance .true-grid-data-appearance tr:not(.true-group) > td.true-cell-disabled:not(.true-range-selected):not(.true-cell-focused) { opacity: 0.4; } .true-grid-appearance.true-fix-ie .true-grid-data-appearance.true-focused-cell-hl:not(.true-drag-in-process) > table > tbody > tr > td.true-cell-focused:not(.true-indent-cell) { outline-width: 0; box-shadow: inset 0px 0px 0 1px #ea6b0c; } .true-grid-appearance.true-resize-in-process { cursor: ew-resize !important; } .true-grid-appearance.true-resize-in-process .true-cb, .true-grid-appearance.true-resize-in-process .true-cell-checkbox, .true-grid-appearance.true-resize-in-process .true-header-cell, .true-grid-appearance.true-resize-in-process .true-aggr, .true-grid-appearance.true-resize-in-process .true-grid-btn, .true-grid-appearance.true-resize-in-process .band { cursor: ew-resize !important; } .true-grid-appearance.true-resize-in-process:not(.true-fix-touch) .true-header-cell__caption:not(.true-header-cell__filtered) > .true-grid-btn { visibility: hidden !important; cursor: ew-resize; } .true-grid-appearance.true-resize-in-process .true-header-cell__caption { cursor: ew-resize !important; } .true-grid-appearance.true-drag-in-process:not(.true-fix-touch) .true-header-cell__caption:not(.true-header-cell__filtered) > .true-grid-btn { visibility: hidden !important; cursor: default; } .true-grid-appearance.true-drag-in-process td { cursor: default !important; } .true-grid-appearance.true-drag-in-process td .true-cb { cursor: default !important; } .true-grid-appearance td.true-cell-input { padding: 0 !important; position: relative; box-shadow: none !important; height: 100%; } .true-grid-appearance .true-grid-data-appearance.true-h-lines tr:not(:first-child) > td > .true-grid__input-container { border: 0; margin: -1px 0 0 0; } .true-grid-appearance .true-grid-input { padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; border: 0 !important; outline: 0; box-sizing: border-box; border-radius: 0; width: 100%; vertical-align: baseline; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .true-grid-appearance .true-grid-editor-100p { height: 100%; position: absolute; top: 0px; bottom: 0px; } .true-grid-appearance .true-grid-editor-ie { height: 100%; } .true-grid-appearance.true-fix-ie .true-grid__input-container { margin-top: 0 !important; } .true-grid-appearance.true-fix-ie .true-grid-input { box-shadow: inset 0px 0px 0 2px #ea6b0c !important; } .true-grid-appearance .true-icon-sigma::before { font-family: Cambria, Georgia, Times, Times New Roman, serif; content: "\03a3"; font-size: 1.1em; font-weight: bold; } .true-group-area { display: block; color: #1f2f3d; border-bottom: 1px solid #c5c7c9; background: repeating-linear-gradient(40deg, #f7fafb, #f7fafb 7px, #fefeff 7px, #fefeff 14px); display: flex; flex-direction: row; padding: 0.3em; align-items: center; } .true-group-area > span { padding: 0.2em; } .true-group-area > div { display: inline-block; color: #1f2f3d; background-color: #fbfcfd; border: 1px solid #c5c7c9; margin-left: 1em; transition: opacity 0.4s ease-in; } .true-group-area > div.temp { border-style: dashed; opacity: 0.5; } .true-group-area > div.hidden { visibility: hidden; } .true-popup { z-index: 9; background-color: #fff; border: none; box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); transition: opacity 0.15s ease, transform 0.2s ease-out; } .true-popup.true-snack { border-radius: 6px; } .true-button { min-height: 1em; } .true-modal-overlay { background-color: rgba(0, 0, 0, 0.4); transition: opacity 0.3s ease; } .true-input input, .true-input select { width: 100%; padding: 3px 5px; border: 1px solid #ccc; } .true-input_popup-visible input { border-color: #ea6b0c; } .true-input_popup-visible .true-input__btn { background: none; color: #777; } input.true-disable-te:not(:disabled) { cursor: pointer; } .true-input_with-btn input { width: 100%; padding: 3px 1.8em 3px 5px; margin-right: 0; } .true-input_with-error input { border-color: #d9534f; background-color: #fffafa; } .true-input__err-msg { color: #d9534f; padding-top: 0.3em; font-size: 0.75em; } .true-input__btn { color: #aaa; line-height: 1em; vertical-align: baseline; border: none; background: none; transition: color 0.15s ease; min-width: 2em; max-width: 2em; margin-left: -2em; padding: 3px 0; } .true-input__btn:focus { outline: none; } .true-input__btn:not(:disabled):hover { border: none; background: none; cursor: pointer; color: #777; } a.true-link_disabled { cursor: default; color: #bbb !important; border-bottom: 1px dotted #bbb !important; } .true-menu { background-color: #fff; display: flex; flex-direction: column; padding: 5px 0; } .true-menu .true-menu-item button { cursor: pointer; padding: 0.6em 0.4em; border: none; font-weight: normal; white-space: nowrap; } .true-menu .true-menu-item button div:first-child { margin-right: 2em; } .true-menu .true-menu-item button:not(:disabled):hover { border: none; background: #f3f4f5; } .true-menu .true-menu-item button:focus { outline: none; } .true-menu .true-menu-item button span { display: inline-block; width: 1.6em; min-width: 1.6em; margin: 0 0.6em; flex-grow: 0; color: #666; } .true-menu .true-menu-item button:disabled { cursor: default; color: #bbb; } .true-menu .true-menu-item button:disabled span { color: #bbb; } .true-menu .true-menu-item button:disabled .true-submenu { color: #bbb; } .true-menu .true-submenu-visible button { background-color: #f3f4f5 !important; } .true-menu .true-menu-item:not(:first-child).true-menu-item_divide:before { content: ""; border-top: 1px dashed #ccc; display: block; margin: 5px 0; height: 0.0; } .true-calendar { padding: 0.2em; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; display: inline-block; } .true-calendar .true-calendar__controls { padding: 1.2em 0.4em; } .true-calendar .true-calendar__controls .true-button { padding: 0.5em 0.6em; } .true-calendar .true-calendar__controls div:first-child > .true-button { min-width: 9em; } .true-calendar table.true-days col, .true-calendar table.true-day-names col { width: 2.5em; } .true-calendar table.true-months col { width: 6.0em; } .true-calendar table.true-years col { width: 4.48em; } .true-calendar table.true-day-names { border: 0; margin: 0; } .true-calendar table.true-day-names thead td { color: #bbb; border: 0px solid transparent; text-align: center; font-size: 0.75em; padding: 0.3em 0; } .true-calendar table.true-day-names tbody tr:first-child td { padding: 0.3em 0; border-top: 1px solid #ccc; } .true-calendar table.true-days:focus td.true-selected { background-color: #f3f4f5; } .true-calendar table.true-days, .true-calendar table.true-months, .true-calendar table.true-years { border: 0; margin: 0; } .true-calendar table.true-days tbody tr td, .true-calendar table.true-months tbody tr td, .true-calendar table.true-years tbody tr td { border: 1px solid transparent; text-align: center; padding: 0.6em 0; } .true-calendar table.true-days tbody tr td:hover:not(.true-transparent), .true-calendar table.true-months tbody tr td:hover:not(.true-transparent), .true-calendar table.true-years tbody tr td:hover:not(.true-transparent) { cursor: pointer; background-color: #f3f4f5; } .true-calendar table.true-days tbody tr td:not(.true-current), .true-calendar table.true-months tbody tr td:not(.true-current), .true-calendar table.true-years tbody tr td:not(.true-current) { color: #bbb; } .true-calendar table.true-days tbody tr td.true-today, .true-calendar table.true-months tbody tr td.true-today, .true-calendar table.true-years tbody tr td.true-today { border-color: #ddd; } .true-calendar table.true-days tbody tr td.true-current.true-selected, .true-calendar table.true-months tbody tr td.true-current.true-selected, .true-calendar table.true-years tbody tr td.true-current.true-selected { border-color: #ea6b0c; } .true-turnable { line-height: 1.1em; display: inline-block; transition: transform 0.25s ease; } .true-turned { transform: rotate(179deg); } .true-dis-color { color: #bbb; } .true-checkbox { text-align: left; display: block; position: relative; padding-left: 2.0em; cursor: pointer; user-select: none; } .true-checkbox input { position: absolute; opacity: 0; height: 0; width: 0; } .true-checkbox input:focus ~ .true-checkbox__checkmark { border-color: #ea6b0c; } .true-checkbox input:checked ~ .true-checkbox__checkmark:after { display: block; } .true-checkbox .true-checkbox__checkmark { position: absolute; left: 0; top: 0; height: 1.3em; width: 1.3em; min-width: 1.3em; border: 1px solid #ccc; transition: border-color 0.25s ease, background-color 0.25s ease; } .true-checkbox .true-checkbox__checkmark:after { content: ""; position: absolute; display: none; } .true-checkbox .true-checkbox__checkmark:after { left: 0.45em; top: 0.1em; width: 0.3em; height: 0.7em; border: solid #444; border-width: 0 2px 2px 0; transform: rotate(45deg); } .inversed > .true-checkbox input:checked ~ .true-checkbox__checkmark { background-color: #ea6b0c; border-color: #ea6b0c; } .inversed > .true-checkbox .true-checkbox__checkmark:after { border: solid #fff; border-width: 0 2px 2px 0; } .true-button { background: none; border: 1px solid rgba(255, 255, 255, 0); font-weight: normal; cursor: pointer; border-radius: 0px; padding: 3px 3px; white-space: nowrap; } .true-button span { color: #aaa; transition: color 0.2s ease; } .true-button:disabled { cursor: default; color: #bbb; } .true-button:not(:disabled):hover { background-color: #f3f4f5; border: 1px solid #f3f4f5; } .true-button:not(:disabled):hover span { color: #666; } .true-button:focus { outline: 0; } .true-button:active { color: #ea6b0c; background-color: #f3f4f5; } .true-button:active span { color: #ea6b0c !important; } .true-button.stroked { background: #fbfcfd; border: 1px solid #ccc; } .true-button.stroked:hover { background: #f3f4f5; border: 1px solid #ccc; } .true-button.stroked:focus { border: 1px solid #ccc; background: #f3f4f5; } .true-button.stroked:active { color: unset; border: 1px solid #ea6b0c; } .true-button.flat { border: none; background: none; } .true-button.flat span { transition: opacity 0.25s ease; opacity: 0.5; } .true-button.flat:not(:disabled):hover { background: none; border: none; } .true-button.flat:not(:disabled):hover span { opacity: 1.0; } .true-button.flat:not(:disabled):focus { background: none; } .true-button.flat:not(:disabled):focus span { color: #666; } .true-button.flat:not(:disabled):focus span { opacity: 1.0; } .true-button.flat:not(:disabled):active span { color: #ea6b0c; } .true-button.primary { font-weight: bold; background-color: #4587f1; border: 1px solid #4587f1; color: #fff; } .true-button.primary span { color: #fff; } .true-button.primary:focus { background-color: #2a67c5; border: 1px solid #2a67c5; } .true-button.primary:disabled { background-color: #bbb; border: 1px solid #bbb; } .true-button.primary:not(:disabled):hover { background-color: #235bb2; border: 1px solid #235bb2; } .true-button.primary:not(:disabled):hover span { color: #fff; } .true-button.primary:not(:disabled):active span { color: #2a67c5; } .true-button.danger { font-weight: bold; background-color: #e86565; border: 1px solid #e86565; color: #fff; } .true-button.danger span { color: #fff; } .true-button.danger:focus { background-color: #d55959; border: 1px solid #d55959; } .true-button.danger:disabled { background-color: #bbb; border: 1px solid #bbb; } .true-button.danger:not(:disabled):hover { background-color: #b4000d; border: 1px solid #b4000d; } .true-button.danger:not(:disabled):hover span { color: #fff; } .true-button.danger:not(:disabled):active span { color: #d55959; } .true-button.primary.outline { font-weight: bold; background: none; border: 1px solid #4587f1; color: #4587f1; } .true-button.primary.outline span { color: #4587f1; } .true-button.primary.outline:disabled { border: 1px solid #bbb; color: #bbb; } .true-button.primary.outline:focus { border: 1px solid #2a67c5; background: #f3f4f5; } .true-button.primary.outline:not(:disabled):hover { background: none; background: #f3f4f5; border: 1px solid #235bb2; color: #4587f1; } .true-button.primary.outline:not(:disabled):hover span { color: #4587f1; } .true-button.primary.outline:not(:disabled):active { color: #235bb2; } .true-button.primary.outline:not(:disabled):active span { color: #235bb2 !important; } .true-button.primary.outline.checked { border-color: #ea6b0c; color: #ea6b0c; } .true-button.primary.outline.checked span { color: #ea6b0c; } .true-button.primary.outline.checked:not(:disabled):hover, .true-button.primary.outline.checked:not(:disabled):active { border-color: #d95c17; color: #d95c17; } .true-button.primary.outline.checked:not(:disabled):hover span, .true-button.primary.outline.checked:not(:disabled):active span { color: #d95c17 !important; } .true-button.danger.outline { font-weight: bold; background: none; border: 1px solid #e86565; color: #e86565; } .true-button.danger.outline span { color: #e86565; } .true-button.danger.outline:disabled { border: 1px solid #bbb; color: #bbb; } .true-button.danger.outline:focus { border: 1px solid #d55959; background: #f3f4f5; } .true-button.danger.outline:not(:disabled):hover { background: none; background: #f3f4f5; border: 1px solid #b4000d; color: #e86565; } .true-button.danger.outline:not(:disabled):hover span { color: #e86565; } .true-button.danger.outline:not(:disabled):active { color: #b4000d; } .true-button.danger.outline:not(:disabled):active span { color: #b4000d !important; } .true-link:focus { outline: none; } .true-header { border-bottom: 1px solid #ccc; } .true-footer { border-top: 1px solid #dedede; background-color: #f8f9fa; } .true-dialog-alert { background-color: #fff; border-bottom: 1px solid #aaa; box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15); } .true-close, .true-bool { display: inline-block; width: 1.2em; height: 1.2em; background-repeat: no-repeat; background-position-x: center; background-position-y: center; } .true-bool:not(.checked) { opacity: 0.4; } .true-bool:not(.checked), .true-close { background-size: 100%; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDM5IDM5Ij4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJpY29uIiBkPSJNMTAgMTAgTCAyOSAyOSBNMTAgMjkgTCAyOSAxMCIvPjwvZGVmcz4KICAgIDxnPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIj4KICAgICAgICA8dXNlIGZpbGw9IiM1NTUiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjNTU1IgogICAgICAgICAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS13aWR0aD0iNCIgeGxpbms6aHJlZj0iI2ljb24iLz48L2c+CiAgICA8L2c+CiAgPC9zdmc+"); } .true-bool-editable { cursor: pointer; background-color: #fff; border: 1px solid #ccc; } .true-close:before, .true-bool:before { content: "\00a0"; } .true-bool.checked { background-size: 100%; background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDM5IDM5Ij4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJpY29uIiBkPSJNOCAxOSBMIDE2IDI3IEwgMzEgMTAiLz48L2RlZnM+CiAgICA8Zz4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+CiAgICAgICAgPHVzZSBmaWxsPSIjODg4IiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzU1NSIKICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSI0IiB4bGluazpocmVmPSIjaWNvbiIvPjwvZz4KICAgIDwvZz4KICA8L3N2Zz4="); } .true-bool.indeterminate { background: none; } .true-cb { display: inline-block; box-sizing: border-box; vertical-align: middle; width: 1.3em; height: 1.3em; background-color: #fff; border: 1px solid #ccc; cursor: pointer; } .true-cb:before { content: "\00a0"; } .true-cb.checked { background-size: 100%; background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDM5IDM5Ij4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJpY29uIiBkPSJNOCAxOSBMIDE2IDI3IEwgMzEgMTAiLz48L2RlZnM+CiAgICA8Zz4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+CiAgICAgICAgPHVzZSBmaWxsPSIjODg4IiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzU1NSIKICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSI0IiB4bGluazpocmVmPSIjaWNvbiIvPjwvZz4KICAgIDwvZz4KICA8L3N2Zz4="); } .true-cb.indeterminate { background-size: 100%; background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDM5IDM5Ij4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJpY29uIiBkPSJNMTIgMTkgTCAyNyAxOSIvPjwvZGVmcz4KICAgIDxnPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgICAgICA8dXNlIGZpbGw9IiM1NTUiIHN0cm9rZT0iIzg4OCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjAiIHN0cm9rZS13aWR0aD0iNCIgeGxpbms6aHJlZj0iI2ljb24iLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvc3ZnPg"); }