You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.7 KiB
79 lines
1.7 KiB
2 years ago
|
.selection_tab {
|
||
|
background-image: url('img/title.gif');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_btn1 {
|
||
|
background-image: url('img/btn1.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_btn2 {
|
||
|
background-image: url('img/btn2.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_btn3 {
|
||
|
background-image: url('img/btn3.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_btn4 {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_please_wait {
|
||
|
background-image: url('img/pleasewait.gif');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_cancel {
|
||
|
background-image: url('img/cancel.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_context_layer {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_context_draw_point {
|
||
|
background-image: url('img/drawPoint.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_context_draw_line {
|
||
|
background-image: url('img/drawLine.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_context_draw_polygon {
|
||
|
background-image: url('img/drawPolygon.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_send {
|
||
|
background-image: url('img/check.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_point_comment {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_line_comment {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_polygon_comment {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|
||
|
|
||
|
.selection_no_comment {
|
||
|
background-image: url('img/btn4.png');
|
||
|
background-size: 16px 16px;
|
||
|
}
|