Skip to content

Commit

Permalink
Small improvements on tabs behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
wenderjean committed Jan 16, 2021
1 parent 7c2a615 commit 4673e5b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions lib/sidekiq/statistic/views/styles/sidekiq-statistic-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,31 +51,30 @@
border-bottom: 1px solid #333333;
}

.nav-tabs > li > a {
background-color: #3D3D3D;
}

.nav-tabs > li.active > a {
background-color: #282828;
border: 1px solid #282828;
color: #DCDCDC;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:visited {
.nav-tabs > li > a:hover {
background-color: #4A4443;
border: 1px solid #4A4443;
color: #DCDCDC;
cursor: pointer;
}

.nav-tabs > li.active > a:hover {
background-color: #4A4443;
border: 1px solid #4A4443;
background-color: #282828;
border: 1px solid #282828;
color: #DCDCDC;
cursor: pointer;
}

.nav-tabs .statistic__tab {
background-color: rgb(64, 58, 57);
}

/* === Worker table TOGGLE === */

.worker__toggle-visibility {
Expand Down

0 comments on commit 4673e5b

Please sign in to comment.