|
9 | 9 | font-weight: normal;
|
10 | 10 | font-style: normal;
|
11 | 11 | }
|
12 |
| -[class^='icon-']:before{ |
| 12 | +[class^='gtt-icon-']:before{ |
13 | 13 | display: inline-block;
|
14 | 14 | font-family: 'Redmine';
|
15 | 15 | font-style: normal;
|
|
21 | 21 | -moz-osx-font-smoothing: grayscale;
|
22 | 22 | }
|
23 | 23 |
|
24 |
| -.icon-point:before{content:'\0041';} |
25 |
| -.icon-linestring:before{content:'\0042';} |
26 |
| -.icon-polygon:before{content:'\0043';} |
27 |
| -.icon-shutter:before{content:'\0044';} |
28 |
| -.icon-camera:before{content:'\0045';} |
29 |
| -.icon-book:before{content:'\0046';} |
30 |
| -.icon-download:before{content:'\0047';} |
31 |
| -.icon-upload:before{content:'\0048';} |
32 |
| -.icon-home:before{content:'\0049';} |
33 |
| -.icon-layer:before{content:'\004a';} |
34 |
| -.icon-info:before{content:'\004b';} |
35 |
| -.icon-compass:before{content:'\004c';} |
36 |
| -.icon-move:before{content:'\004d';} |
37 |
| -.icon-maximize:before{content:'\004e';} |
38 |
| -.icon-trash:before{content:'\004f';} |
39 |
| -.icon-target:before{content:'\0050';} |
40 |
| -.icon-modify:before{content:'\0051';} |
| 24 | +.gtt-icon-point:before{content:'\0041';} |
| 25 | +.gtt-icon-linestring:before{content:'\0042';} |
| 26 | +.gtt-icon-polygon:before{content:'\0043';} |
| 27 | +.gtt-icon-shutter:before{content:'\0044';} |
| 28 | +.gtt-icon-camera:before{content:'\0045';} |
| 29 | +.gtt-icon-book:before{content:'\0046';} |
| 30 | +.gtt-icon-download:before{content:'\0047';} |
| 31 | +.gtt-icon-upload:before{content:'\0048';} |
| 32 | +.gtt-icon-home:before{content:'\0049';} |
| 33 | +.gtt-icon-layer:before{content:'\004a';} |
| 34 | +.gtt-icon-info:before{content:'\004b';} |
| 35 | +.gtt-icon-compass:before{content:'\004c';} |
| 36 | +.gtt-icon-move:before{content:'\004d';} |
| 37 | +.gtt-icon-maximize:before{content:'\004e';} |
| 38 | +.gtt-icon-trash:before{content:'\004f';} |
| 39 | +.gtt-icon-target:before{content:'\0050';} |
| 40 | +.gtt-icon-modify:before{content:'\0051';} |
41 | 41 |
|
42 | 42 | @font-face {
|
43 | 43 | font-family: "mcr-icons";
|
|
0 commit comments