UNPKG

@lidorsystems/integralui-web

Version:

IntegralUI Web - Advanced UI Components for Angular

224 lines (217 loc) 6.16 kB
.iui-treegrid { background-color: #252526; border-color: #252526; color: #cccccc; } .iui-treegrid-block { background: #252526; } .iui-treegrid-block-left, .iui-treegrid-block-right { background: #232324; } .iui-treegrid-block-hover, .iui-treegrid-block-select { background: transparent; border: thin solid #151515; box-shadow: 2px 3px 3px #151515; } .iui-treegrid-block-hover > div, .iui-treegrid-block-select > div { background: #2a2d2e; } .iui-treegrid-block-top-left .iui-treegrid-column-header, .iui-treegrid-block-top-left .iui-treegrid-column-footer, .iui-treegrid-block-top-right .iui-treegrid-column-header, .iui-treegrid-block-top-right .iui-treegrid-column-footer { background-color: #272a2b; border: thin solid transparent !important; color: #cccccc; } .iui-treegrid-block-top-left .iui-treegrid-column-header, .iui-treegrid-block-top-right .iui-treegrid-column-header { border-bottom: thin solid #212121 !important; } .iui-treegrid-block-top-left .iui-treegrid-column-footer, .iui-treegrid-block-top-right .iui-treegrid-column-footer { border-top: thin solid #212121 !important; } .iui-treegrid-block-top-left .iui-treegrid-column-header-hovered, .iui-treegrid-block-top-right .iui-treegrid-column-header-hovered { background-color: #113954; border: thin solid #113954 !important; color: white; } .iui-treegrid-block-top-left .iui-treegrid-column-header-selected, .iui-treegrid-block-top-right .iui-treegrid-column-header-selected { background-color: #0c293d; border: thin solid #0c293d !important; color: white; } .iui-treegrid-block-hover { border: thin solid #252526; } .iui-treegrid-column-header, .iui-treegrid-column-footer { background-color: #2a2d2e; border-color: transparent; border-right: thin solid transparent !important; color: #cccccc; } .iui-treegrid-column-header { border-bottom: thin solid #212121 !important; } .iui-treegrid-column-footer { border-top: thin solid #212121 !important; color: #cccccc; } .iui-treegrid-column-header-hovered { background-color: #113954; border-color: #113954; color: white; animation-name: iui-treegrid-column-hovered-animate-enter; animation-delay: 0s; animation-direction: normal; animation-duration: 0.15s; animation-fill-mode: forwards; animation-iteration-count: 1; animation-play-state: running; animation-timing-function: linear; } @keyframes iui-treegrid-column-hovered-animate-enter { 0% { background: #2a2d2e; } 100% { background: #113954; } } .iui-treegrid-column-header-selected { background-color: #0c293d; border-right-color: #0c293d; color: white; animation-name: iui-treegrid-column-selected-animate-enter; animation-delay: 0s; animation-direction: normal; animation-duration: 0.15s; animation-fill-mode: forwards; animation-iteration-count: 1; animation-play-state: running; animation-timing-function: linear; } @keyframes iui-treegrid-column-selected-animate-enter { 0% { background: #113954; } 100% { background: #0c293d; } } .iui-treegrid-column-header-cell-selected { background-color: transparent; } .iui-treegrid-row, .iui-treegrid-row-fixed { color: #646464; } .iui-treegrid-row-hovered { background-color: #2a2d2e; color: #cccccc; animation-name: iui-treegrid-row-hovered-animate-enter; animation-delay: 0s; animation-direction: normal; animation-duration: 0.15s; animation-fill-mode: forwards; animation-iteration-count: 1; animation-play-state: running; animation-timing-function: linear; } @keyframes iui-treegrid-row-hovered-animate-enter { 0% { background: transparent; } 100% { background: #2a2d2e; } } .iui-treegrid-row-selected { background-color: #0a4369; border-color: #0a4369; color: white; animation-name: iui-treegrid-row-selected-animate-enter; animation-delay: 0s; animation-direction: normal; animation-duration: 0.25s; animation-fill-mode: forwards; animation-iteration-count: 1; animation-play-state: running; animation-timing-function: linear; } @keyframes iui-treegrid-row-selected-animate-enter { 0% { background: #2a2d2e; color: #cccccc; } 100% { background: #0a4369; color: white; } } .iui-treegrid-row-cell:first-child { border-left: thin solid transparent; } .iui-treegrid-row-cell:last-child { border-right: thin solid transparent; } .iui-treegrid-lines-horizontal:not(:last-child) { border-bottom-color: #212121; } .iui-treegrid-lines-horizontal:last-child { border-bottom: thin solid #212121; } .iui-treegrid-lines-vertical { border-right: thin solid transparent; } .iui-treegrid-lines-both { border-right: thin solid transparent; border-bottom: thin solid #212121; } .iui-treegrid-expand-box-open { background: url(../../icons/expandbox-icons.png) no-repeat -48px 0; opacity: 0.25; } .iui-treegrid-expand-box-open:hover, .iui-treegrid-expand-box-close:hover { opacity: 0.75; } .iui-treegrid-expand-box-close { background: url(../../icons/expandbox-icons.png) no-repeat -48px -16px; opacity: 0.25; } .iui-treegrid-row-selected .iui-treegrid-expand-box { opacity: 1; } @keyframes iui-treegrid-animate-expand-box-enter { 0% { opacity: 0; } 100% { opacity: 0.75; } } @keyframes iui-treegrid-animate-expand-box-leave { 0% { opacity: 0.75; } 100% { opacity: 0; } } /* Animation */ .iui-treegrid-column-animate-select { background: #113954; } .iui-treegrid-row-animate-select { background: #113d5c; } /* Filtering and Sorting */ .iui-treegrid .iui-filtering, .iui-treegrid .iui-filtering-hovered, .iui-treegrid .iui-filtering-selected { background-position: -96px -128px; } .iui-treegrid .iui-sort-ascending, .iui-treegrid .iui-sort-ascending-hovered, .iui-treegrid .iui-sort-ascending-selected { background-position: -48px -128px !important; } .iui-treegrid .iui-sort-descending, .iui-treegrid .iui-sort-descending-hovered, .iui-treegrid .iui-sort-descending-selected { background-position: -32px -128px !important; }