commit | 9fe23dc76906ca79bff845eb1a168e1126829588 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jun 11 11:43:50 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Jun 11 11:47:18 2025 +0200 |
tree | c1e5758301c8a386d1a0341367ddd614b324469c | |
parent | d9751772f74081e8d21694294e859700a8163339 [diff] [blame] |
Support non-indexed values in annotation tables Change-Id: I33f37c05c0b6a3ee741f9890db1e628187bc1e79
diff --git a/dev/scss/main/view/matchtable.scss b/dev/scss/main/view/matchtable.scss index 4bed238..6e4fa0d 100644 --- a/dev/scss/main/view/matchtable.scss +++ b/dev/scss/main/view/matchtable.scss
@@ -64,6 +64,13 @@ } } + td, div { + &.notinindex { + background-color: $ids-grey-2 !important; + cursor: default; + } + } + tr { outline: none;