Skip to content

Commit

Permalink
Addressing reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
wenderjean committed Jan 16, 2021
1 parent 5d57779 commit 7c2a615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lib/sidekiq/statistic/views/styles/sidekiq-statistic-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
background: #CD3844;
}

.ui-datepicker a:active, a:hover, a:visited {
.ui-datepicker a:active,
.ui-datepicker a:hover,
.ui-datepicker a:visited {
color: #ccc;
}

Expand All @@ -55,7 +57,8 @@
color: #DCDCDC;
}

.nav-tabs > li > a:hover, a:visited {
.nav-tabs > li > a:hover,
.nav-tabs > li > a:visited {
background-color: #4A4443;
border: 1px solid #4A4443;
color: #DCDCDC;
Expand All @@ -76,10 +79,7 @@
/* === Worker table TOGGLE === */

.worker__toggle-visibility {
color: rgb(213, 213, 213) !important;
}

.worker__toggle-visibility {
color: rgb(213, 213, 213);
background: inherit;
border: 1px solid rgb(102, 102, 102);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

.ui-datepicker th {
padding:.5em 0;
padding: .5em 0;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
Expand Down

0 comments on commit 7c2a615

Please sign in to comment.