| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- /* skin-aria-ng core */
- .theme-dark.skin-aria-ng {
- color: #eee;
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng select {
- background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
- }
- .theme-dark.skin-aria-ng .cg-busy-backdrop {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .btn-default {
- color: #eee;
- border-color: #3f3f3f;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .btn-default:hover,
- .theme-dark.skin-aria-ng .btn-default:active,
- .theme-dark.skin-aria-ng .btn-default.hover {
- color: #fff;
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .close {
- color: #eee;
- }
- .theme-dark.skin-aria-ng pre {
- background-color: #121212;
- border-color: #666;
- color: #eee;
- }
- .theme-dark.skin-aria-ng .form-control {
- background-color: #121212;
- border-color: #666;
- color: #eee;
- }
- .theme-dark.skin-aria-ng .form-control:focus {
- border-color: #5399e8;
- }
- .theme-dark.skin-aria-ng .form-control[disabled],
- .theme-dark.skin-aria-ng .form-control[readonly],
- .theme-dark.skin-aria-ng fieldset[disabled] .form-control {
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .input-group-addon {
- color: #eee;
- border-color: #666;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .input-group.input-group-multiple > .input-group-addon:first-child,
- .theme-dark.skin-aria-ng .input-group.input-group-multiple > .input-group-addon-container:first-child {
- border-color: #666;
- }
- .theme-dark.skin-aria-ng .progress {
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs {
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li > a {
- color: #ddd;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li.active > a,
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li.active:hover > a {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li > a:hover,
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li > a:active,
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li.active > a {
- color: #208fe5;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom > .nav-tabs > li.divider {
- border-color: #666;
- }
- .theme-dark.skin-aria-ng .nav-tabs-custom>.tab-content {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .popover {
- background-color: #1a1a1a;
- border-color: rgba(0, 0, 0, 0.6);
- }
- .theme-dark.skin-aria-ng .popover.top .arrow:after {
- border-top-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .popover.right .arrow:after {
- border-right-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .popover.bottom .arrow:after {
- border-bottom-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .popover.left .arrow:after {
- border-left-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .modal-header {
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .modal-content {
- background-color: #1a1a1a;
- border-color: rgba(0, 0, 0, 0.6);
- }
- .theme-dark.skin-aria-ng .modal-footer {
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .dropdown-menu {
- background-color: #1a1a1a;
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .dropdown-menu > li > a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .dropdown-menu > li > a:hover {
- color: #fff;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .dropdown-menu > li.dropdown-submenu:hover {
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .dropdown-menu > .divider {
- background-color: #666;
- }
- .theme-dark.skin-aria-ng .sweet-overlay {
- background-color: rgba(0, 0, 0, 0.6);
- }
- .theme-dark.skin-aria-ng .sweet-alert {
- background-color: #222;
- }
- .theme-dark.skin-aria-ng .sweet-alert h2,
- .theme-dark.skin-aria-ng .sweet-alert p {
- color: #ddd;
- }
- .theme-dark.skin-aria-ng .sweet-alert .sa-icon.sa-success::before,
- .theme-dark.skin-aria-ng .sweet-alert .sa-icon.sa-success::after,
- .theme-dark.skin-aria-ng .sweet-alert .sa-icon.sa-success .sa-fix {
- background-color: #222;
- }
- .theme-dark.skin-aria-ng .main-header .navbar {
- background-color: #121212;
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li > a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li > a:hover,
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li > a:active,
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li > a:focus,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a:hover,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a:focus,
- .theme-dark.skin-aria-ng .main-header .navbar .nav > .active > a {
- color: #0080ff;
- background-color: transparent;
- }
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li > a:active,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a:hover,
- .theme-dark.skin-aria-ng .main-header .navbar .nav .open > a:focus {
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li.disabled > a {
- color: #8f8f8f !important;
- }
- .theme-dark.skin-aria-ng .main-header .navbar .nav > li.divider {
- border-color: #666;
- }
- .theme-dark.skin-aria-ng .main-header .logo {
- background-color: #282828;
- border-color: #222;
- }
- .theme-dark.skin-aria-ng .main-header .logo .dropdown-menu > li.active > a {
- color: #eee;
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .main-header .logo .dropdown-menu > li.active:hover > a {
- color: #fff;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .wrapper,
- .theme-dark.skin-aria-ng .main-sidebar,
- .theme-dark.skin-aria-ng .left-side {
- background-color: #282828;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.header {
- color: #ccc;
- background-color: #3c3c3c;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li:hover > a {
- color: #fff;
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.active > a {
- color: #5399e8;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview:hover > a {
- color: #fff;
- background-color: #282828;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview.active > a,
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview.active:hover > a {
- color: #5399e8;
- background-color: #282828;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview > a:hover {
- color: #fff;
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview > ul.treeview-menu {
- background-color: #282828;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview > ul.treeview-menu > li > a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview > ul.treeview-menu > li > a:hover {
- color: #fff;
- background-color: #444;
- }
- .theme-dark.skin-aria-ng .sidebar-menu > li.treeview > ul.treeview-menu > li.active > a {
- color: #5399e8;
- background-color: #333;
- }
- .theme-dark.skin-aria-ng .sidebar a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .content-wrapper, .theme-dark.right-side {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .main-footer {
- background-color: #1a1a1a;
- border-color: #383838;
- }
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li > a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li > a:hover,
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li > a:active,
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li > a:focus,
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li.open > a {
- color: #0080ff;
- background: none;
- }
- .theme-dark.skin-aria-ng .main-footer > .navbar > .navbar-toolbar > .nav > li.divider {
- border-color: #666;
- }
- .theme-dark.skin-aria-ng .global-status {
- color: #eee;
- }
- .theme-dark.skin-aria-ng input::-webkit-input-placeholder,
- .theme-dark.skin-aria-ng input:-moz-placeholder,
- .theme-dark.skin-aria-ng input::-moz-placeholder,
- .theme-dark.skin-aria-ng input:-ms-input-placeholder {
- color: #aaa;
- }
- .theme-dark.skin-aria-ng select.placeholder {
- color: #aaa;
- }
- /* angular-input-dropdown */
- .theme-dark.skin-aria-ng .input-dropdown ul > li {
- background-color: #121212;
- }
- .theme-dark.skin-aria-ng .input-dropdown ul > li.active {
- background-color: #333;
- }
- /* cg-busy */
- .theme-dark.skin-aria-ng .cg-busy-default-sign {
- color: #eee;
- border-color: #666;
- background-color: #444;
- text-shadow: 0 1px 1px #000;
- }
- .theme-dark.skin-aria-ng .cg-busy-default-text {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .cg-busy-default-spinner div {
- background-color: #eee;
- }
- /* scrollbar */
- .theme-dark.skin-aria-ng ::-webkit-scrollbar-track {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng ::-webkit-scrollbar-thumb {
- background-color: #3c4144;
- }
- /* piece-bar / piece-map */
- .theme-dark.skin-aria-ng .piece-map .piece,
- .theme-dark.skin-aria-ng .piece-legend > .piece {
- background-color: #242424;
- border-color: #3c3d3e;
- }
- .theme-dark.skin-aria-ng .piece-map .piece.piece-completed,
- .theme-dark.skin-aria-ng .piece-legend > .piece.piece-completed {
- background-color: #b8dd69;
- border-color: #b8dd69;
- }
- /* task-table */
- .theme-dark.skin-aria-ng .task-table {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .task-table .task-table-title a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .task-table > .task-table-body > div.row {
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .task-table > .task-table-body > div.row:nth-of-type(odd) {
- background-color: #262626;
- }
- .theme-dark.skin-aria-ng .task-table > .task-table-body > div.row:hover {
- background-color: #2a2a2a;
- }
- .theme-dark.skin-aria-ng .task-table .progress span.progress-lower {
- color: #eee;
- }
- /* settings-table */
- .theme-dark.skin-aria-ng .settings-table {
- background-color: #1a1a1a;
- }
- .theme-dark.skin-aria-ng .settings-table .settings-table-title a {
- color: #eee;
- }
- .theme-dark.skin-aria-ng .settings-table > div.row {
- border-color: #333;
- }
- .theme-dark.skin-aria-ng .settings-table.striped > div.row:nth-of-type(odd) {
- background-color: #202020;
- }
- .theme-dark.skin-aria-ng .settings-table.hoverable > div.row:hover {
- background-color: #242424;
- }
- .theme-dark.skin-aria-ng .settings-table.hoverable > div.row:nth-of-type(odd).no-hover:hover {
- background-color: #202020;
- }
- /* new-task-table */
- .theme-dark.skin-aria-ng .new-task-table {
- background-color: #1a1a1a;
- }
- /* misc */
- .theme-dark.skin-aria-ng .keyboard-key {
- border: 1px solid #666;
- background-color: #282828;
- box-shadow: 1px 2px 2px #333;
- }
|