Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/stable/css/system/components/sticky-header.module.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
4 * | 4 * |
5 * @see tableheader.js | 5 * @see tableheader.js |
6 */ | 6 */ |
7 | 7 |
8 table.sticky-header { | 8 table.sticky-header { |
9 background-color: #fff; | |
10 margin-top: 0; | |
11 z-index: 500; | 9 z-index: 500; |
12 top: 0; | 10 top: 0; |
11 margin-top: 0; | |
12 background-color: #fff; | |
13 } | 13 } |