Advertisement
Mautobu

Dell Kace K1000 dark css v1.1

Jan 23rd, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.43 KB | None | 0 0
  1. /* CSS for Dell KACE K1000. Authored by Justin Engwer. V1.1 */
  2.  
  3. body>header {
  4.     background-color: #222;
  5.     border-bottom: 2px solid #FB4E14;
  6.     color: #eee;
  7. }
  8.  
  9. body, h1, h2, h3, k-list-processing, .k-last-updated, .k-header-last-updated, .k-show-all-history, .k-back-button, .k-view-search, .k-header-menu, .k-main, .k-action-header, .k-list-table, .k-list-bottom, .odd, .tickets-tab, .tab-content, .dataTables_length label, .k-ticket-history, .k-ticket-history-panel div, .k-article section header, .k-article-datesdiv label, .rating label, label, .k-secondary-side-nav, .k-widget, .k-widget ul li, .k-widget ul, .k-widget header, header {
  10.     color: #eee;
  11.     background-color: #444;
  12. }
  13.  
  14. .even, .k-header-nav li, .dropdown-menu, body>header .k-product-name, .k-well, .k-inpage-help {
  15.     color: #eee;
  16.     background-color: #222;
  17. }
  18.  
  19. .dataTables_scrollHead, thead, thead th {
  20.     color: #eee;
  21.     background-color: #111;
  22. }
  23.  
  24. a {
  25.     color: #2ae;
  26. }
  27.  
  28. a:visited {
  29.     color: #22b9c9;
  30. }
  31.  
  32. .k-main-side-nav-container, .k-breadcrumb, .k-secondary-bar, .k-current-breadcrumb {
  33.     background-color: #222;
  34.     color: #eee;
  35. }
  36.  
  37. .k-main-side-nav-container a, .k-breadcrumb a, .edit label {
  38.     color: #fff;
  39. }
  40.  
  41. .k-main-side-nav-container a:visited, .k-breadcrumb a:visited {
  42.     color: #ddd;
  43. }
  44.  
  45. .k-user-home-page-quick-action-container, .k-user-home-page-quick-action-container h3, .k-button-bar {
  46.     color: #eee;
  47.     background-color: #222;
  48. }
  49.  
  50. .hd-announcements #k_announce_urgent.announce-urgent-zone {
  51.     background-color: #222;
  52. }
  53.  
  54. .announce-urgent-zone-title {
  55.     background: linear-gradient(to bottom, #444 0%,#444 50%,#444 50%,#222 50%,#222 100%);
  56. }
  57.  
  58. .modal-header h3 {
  59.     color: #222;
  60.     background-color: #fff;
  61. }
  62.  
  63. .k-widget-body svg text tspan, .k-widget-body svg path title, .k-widget-body svg text title, .k-widget-body svg text, .k-widget-body svg desc, .k-widget-body svg , .k-widget-body {
  64.     color: #eee;
  65.     background-color: #444;
  66.     -webkit-tap-highlight-color: rgba(222, 222, 222, 1);
  67. }
  68.  
  69. nav.k-main-side-nav div.k-main-side-nav-container>ul>li:hover, nav.k-main-side-nav .k-secondary-side-nav li:hover {
  70.     background-color: #444;
  71. }
  72.  
  73. nav.k-main-side-nav .k-secondary-side-nav li.k-secondary-nav-selected {
  74.     background-color: #444;
  75. }
  76.  
  77. nav.k-main-side-nav .k-secondary-side-nav li.k-secondary-nav-selected a, .k-breadcrumb a, .k-breadcrumb .k-top-chevron, .k-main-nav-arrow {
  78.     color: #eee;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement