commit | 996aa55f11468a5127de0b4af273d57ec5c878a5 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Dec 02 03:26:44 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Dec 02 03:26:44 2014 +0000 |
tree | eb20acb2093728c18384c035fe717cb35f4ddf45 | |
parent | e99d904d9d7789124793fdc6319749bfe12333ca [diff] [blame] |
Still some problems with non-blocking search
diff --git a/public/sass/matchinfo.scss b/public/sass/matchinfo.scss index ac5830e..8c0b087 100644 --- a/public/sass/matchinfo.scss +++ b/public/sass/matchinfo.scss
@@ -23,6 +23,11 @@ font-size: 10pt; padding: 3pt 10pt; /* wie in ol > li.active p */ /* All cells */ + > tr:nth-child(odd) { + td { + background-color: lighten($dark-orange, 25%); + } + } > tr { > * { padding: 1pt 6pt;