Skip to content

Instantly share code, notes, and snippets.

@skollcaku
Forked from hobbes3/dark.css
Last active August 29, 2015 14:26
Show Gist options
  • Save skollcaku/df5dfd8c5f9913887669 to your computer and use it in GitHub Desktop.
Save skollcaku/df5dfd8c5f9913887669 to your computer and use it in GitHub Desktop.
dark theme css
/* hobbes3 - removed .header */
body,.dashboard-body,.footer,.app-bar,.dashboard-panel,.dashboard-cell {
background: #333 !important;
}
a {
color: #ccc;
}
a:hover {
color: #fff;
}
.dashboard-row .dashboard-panel .panel-head h3,.dashboard-header h2, p.description, .nav-footer>li>a {
color: #ddd;
text-shadow: none;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #666 !important;
}
.table .table, .table-striped>tbody>tr>td {
color: white;
}
.table .table, .table-striped>tbody>tr:nth-child(even)>td {
background-color: #888 !important;
}
.table-chrome > thead > tr > th {
background-image: linear-gradient(to bottom, #888, #666);
color: white !important;
text-shadow: none;
}
.table-chrome > thead > tr > th:hover {
background-image: linear-gradient(to bottom, #666, #444) !important;
color: white !important;
text-shadow: none;
}
.table-chrome .sorts a {
text-decoration: none;
color: #ddd;
}
.highlighted td {
background: #aaa !important;
}
svg>rect {
fill: #333 !important;
}
svg text {
fill: #fff !important;
}
.single-value .single-result {
color: #fff;
}
.single-value .after-label {
color: #999;
}
.splunk-paginator a.selected {
background: #000;
}
/* Below added by hobbes3 */
.panel-body.html, .form-settings, .input label, h2.panel-title {
color: #ddd;
}
.html a, .view-new-time-range-picker-dialog .presets-container a, .sidebar .panel-contents a, #global-system-menu .popdown-dialog-body a {
color: #5379af;
}
.html a:hover, .view-new-time-range-picker-dialog .presets-container a:hover, .sidebar .panel-contents a:hover, #global-system-menu .popdown-dialog-body a:hover {
color: #32496a;
}
#token_debug.table-striped > tbody > tr:nth-child(odd) > td, #token_debug.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #fff !important;
}
#token_debug.table .table, #token_debug.table-striped>tbody>tr:nth-child(even)>td {
background-color: #f5f5f5 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment