diff --git a/css/theme-gruvbox.css b/css/theme-gruvbox.css index 25669fd..661686a 100644 --- a/css/theme-gruvbox.css +++ b/css/theme-gruvbox.css @@ -380,10 +380,6 @@ a.item { background: #05174b; color: #dbdbdb !important; } -.repository.file.list #repo-files-table tr:hover { - color: var(--fghl); - background-color: var(--bluehl); -} .ui.table { color: #797979!important; border: 0px; @@ -1381,20 +1377,30 @@ form.ui.form.ignore-dirty input { margin-top: 10px; } .repository.file.list #repo-files-table { + border: 0px !important; border-bottom: solid 5px var(--blue) !important; border-radius: 5px; } -.repository.file.list #repo-files-table { - background-color: var(--blue) !important; -} .repository.file.list #repo-files-table tr.commit-list { border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; } .repository.file.list #repo-files-table thead th { + background-color: var(--blue) !important; + color: var(--fghl) !important; + border-top-left-radius: 5px !important; + border-top-right-radius: 5px !important; } -.repository.file.list .repo-files-table { - border: 0px !important; +.repository.file.list #repo-files-table thead th a:hover { + color: var(--fghl) !important; +} +.repository.file.list #repo-files-table tbody tr:hover { + background-color: var(--bluehl) !important; +} +.repository.file.list #repo-files-table tbody tr:hover .time-since, .repository.file.list #repo-files-table tbody tr:hover a { + color: var(--fghl); +} +.repository.file.list #repo-files-table { } .repository.file.list tr.commit-list th { border-bottom: 0px !important;