scratch – Blame information for rev 108

Subversion Repositories:
Rev:
Rev Author Line No. Line
84 office 1 .drawing-board, .drawing-board * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
2  
3 .drawing-board-utils-hidden { display: none !important; }
4  
5 .drawing-board { position: relative; display: block; }
6  
7 .drawing-board-canvas-wrapper { position: relative; margin: 0; border: 1px solid #ddd; }
8  
9 .drawing-board-canvas { position: absolute; top: 0; left: 0; z-index: 10; width: auto; }
10  
11 .drawing-board-canvas { cursor: crosshair; z-index: 20; }
12  
13 .drawing-board-cursor { position: absolute; top: 0; left: 0; pointer-events: none; border-radius: 50%; background: #ccc; background: rgba(0, 0, 0, 0.2); z-index: 30; }