mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
2e0de31ded
Given that these are all five years or older, I assume that these features have been standardized and we don't need vendor-specific syntax anymore.
166 lines
2.5 KiB
CSS
166 lines
2.5 KiB
CSS
html, body {
|
|
background-color: #333 !important;
|
|
color: #ddd;
|
|
}
|
|
|
|
a,
|
|
.title,
|
|
.summary_bar ul .count,
|
|
span.current-interval,
|
|
.navbar .navbar-brand {
|
|
color: #c04;
|
|
}
|
|
|
|
.history-graph + .active,
|
|
.beacon .dot {
|
|
background-color: #c04;
|
|
}
|
|
|
|
.navbar .navbar-brand:hover {
|
|
color: #ddd;
|
|
}
|
|
|
|
.navbar .navbar-brand .status {
|
|
color: #ddd;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
|
color: #ddd;
|
|
}
|
|
|
|
.navbar-inverse {
|
|
background-color: #222;
|
|
border-color: #555;
|
|
}
|
|
|
|
table {
|
|
background-color: #282828;
|
|
}
|
|
|
|
.table-striped > tbody > tr:nth-of-type(odd) {
|
|
background-color: #333;
|
|
}
|
|
|
|
.table-bordered,
|
|
.table-bordered > tbody > tr > td,
|
|
.table-bordered > tbody > tr > th,
|
|
.table-bordered > tfoot > tr > td,
|
|
.table-bordered > tfoot > tr > th,
|
|
.table-bordered > thead > tr > td,
|
|
.table-bordered > thead > tr > th {
|
|
border: 1px solid #555;
|
|
}
|
|
|
|
.table-hover > tbody > tr:hover {
|
|
background-color: #444;
|
|
}
|
|
|
|
.alert {
|
|
border: none;
|
|
color: #ddd;
|
|
}
|
|
|
|
.alert-success {
|
|
background-color: #484;
|
|
}
|
|
|
|
.alert-danger {
|
|
background-color: #980035;
|
|
}
|
|
|
|
.alert-info {
|
|
background-color: #31708f;
|
|
}
|
|
|
|
a:link,
|
|
a:active,
|
|
a:hover,
|
|
a:visited {
|
|
color: #ddd;
|
|
}
|
|
|
|
a.btn {
|
|
color: #000;
|
|
}
|
|
|
|
input {
|
|
background-color: #444;
|
|
color: #ccc;
|
|
padding: 3px;
|
|
}
|
|
|
|
.summary_bar .summary {
|
|
background-color: #222;
|
|
border: 1px solid #555;
|
|
|
|
box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.navbar-default {
|
|
background-color: #222;
|
|
border-color: #555;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > .active > a,
|
|
.navbar-default .navbar-nav > .active > a:focus,
|
|
.navbar-default .navbar-nav > .active > a:hover {
|
|
color: #ddd;
|
|
background-color: #333;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a:hover {
|
|
color: #ddd;
|
|
}
|
|
|
|
.pagination > li > a,
|
|
.pagination > li > a:hover,
|
|
.pagination > li > span {
|
|
color: #ddd;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
.pagination > .disabled > a,
|
|
.pagination > .disabled > a:focus,
|
|
.pagination > .disabled > a:hover,
|
|
.pagination > .disabled > span,
|
|
.pagination > .disabled > span:focus,
|
|
.pagination > .disabled > span:hover {
|
|
color: #ddd;
|
|
background-color: #333;
|
|
border-color: #555;
|
|
}
|
|
|
|
.stat {
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
#live-poll {
|
|
color: #ddd;
|
|
}
|
|
|
|
.btn-warn {
|
|
color: #444;
|
|
}
|
|
|
|
.rickshaw_graph .detail {
|
|
background: rgba(255, 255, 255, .1)
|
|
}
|
|
.rickshaw_graph .x_tick {
|
|
border-color: rgba(255, 255, 255, .2);
|
|
}
|
|
|
|
.rickshaw_graph .y_ticks.glow text {
|
|
fill: #ddd;
|
|
color: #ddd;
|
|
}
|
|
|
|
.info-circle {
|
|
color: #282828;
|
|
background-color: #555555;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 3px 7px;
|
|
font-size: 0.7em;
|
|
margin-left: 5px;
|
|
}
|