diff options
| -rw-r--r-- | www/cgit.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/cgit.css b/www/cgit.css index c0435e0..1119601 100644 --- a/www/cgit.css +++ b/www/cgit.css | |||
| @@ -230,14 +230,18 @@ div#cgit table.list tr { | |||
| 230 | border-bottom: 1px solid var(--color-surface-container-high); | 230 | border-bottom: 1px solid var(--color-surface-container-high); |
| 231 | } | 231 | } |
| 232 | 232 | ||
| 233 | div#cgit table.list tr:nth-child(even) { | 233 | div#cgit table.list tr:not(.nohover):nth-child(even) { |
| 234 | background: var(--color-surface-container-lowest); | 234 | background: var(--color-surface-container-lowest); |
| 235 | } | 235 | } |
| 236 | 236 | ||
| 237 | div#cgit table.list tr:hover { | 237 | div#cgit table.list tr:not(.nohover):hover { |
| 238 | background: var(--color-surface-container-high); | 238 | background: var(--color-surface-container-high); |
| 239 | } | 239 | } |
| 240 | 240 | ||
| 241 | div#cgit table.list tr.nohover { | ||
| 242 | border: none; | ||
| 243 | } | ||
| 244 | |||
| 241 | div#cgit table.list th { | 245 | div#cgit table.list th { |
| 242 | text-align: left; | 246 | text-align: left; |
| 243 | font-weight: 600; | 247 | font-weight: 600; |
