Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/gridview/gridview.css
blob: e94dd88ccd8f4d54a4e6924cbbf11876ae5b2a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
#debug-grid {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('./images/grid.png');
  opacity: 0.2;
  pointer-events: none;
}