scratch – Blame information for rev 108

Subversion Repositories:
Rev:
Rev Author Line No. Line
84 office 1 .drawing-board-control-colors {
2 font-size: 0;
3 line-height: 0;
4 }
5  
6 .drawing-board-control-colors-current {
7 border: 1px solid #ccc;
8 cursor: pointer;
9 display: inline-block;
10 width: $controls-height - 2px;
11 height: $controls-height - 2px;
12 }
13  
14  
15 .drawing-board-control-colors-rainbows {
16 display: inline-block;
17 margin-left: 5px;
18 position: absolute;
19 left: 0;
20 top: $controls-dropdown-top;
21 @extend %box;
22 margin-left: 0;
23 z-index: 100;
24 width: 250px;
25 height: auto;
26 padding: 4px;
27 }
28  
29 .drawing-board-control-colors-rainbow {
30 height: 18px;
31 }
32  
33 .drawing-board-control-colors-picker:first-child {
34 margin-right: 5px;
35 }
36  
37 .drawing-board-control-colors-picker {
38 display: inline-block;
39 width: 18px;
40 height: 18px;
41 cursor: pointer;
42 }
43  
44 .drawing-board-control-colors-picker[data-color="rgba(255, 255, 255, 1)"] {
45 width: 16px;
46 height: 17px;
47 border: 1px solid #ccc;
48 border-bottom: none;
49 }
50  
51 .drawing-board-control-colors-picker:hover {
52 width: 16px;
53 height: 16px;
54 border: 1px solid #555;
55 }