mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Polish up
This commit is contained in:
parent
9b418024f6
commit
d0179a8efe
1 changed files with 7 additions and 6 deletions
|
@ -21,11 +21,11 @@
|
|||
}
|
||||
|
||||
table.table-white {
|
||||
background-color: #353535;
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(odd) {
|
||||
background-color: #212121;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.table-bordered,
|
||||
|
@ -35,11 +35,11 @@
|
|||
.table-bordered > tfoot > tr > th,
|
||||
.table-bordered > thead > tr > td,
|
||||
.table-bordered > thead > tr > th {
|
||||
border: 1px solid #3d3d3d;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
background-color: #232323;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
@ -63,11 +63,12 @@
|
|||
}
|
||||
|
||||
.summary_bar .summary {
|
||||
background-color: #282828;
|
||||
background-color: #000;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
background-color: #212121;
|
||||
background-color: #000;
|
||||
border-color: #3d3d3d;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue