Skip to content

Commit 7ea4420

Browse files
author
Kristan Kenney
committed
Fix table header color on hover (dark.css)
1 parent de5fb38 commit 7ea4420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
16821682
}
16831683

16841684
.table-header:hover {
1685-
background-color: #424242 !important;
1685+
background-color: #404040 !important;
16861686
border-left: 1px solid #212121 !important;
16871687
border-right: 1px solid #212121 !important;
16881688
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.3) !important;

0 commit comments

Comments
 (0)