-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
112 lines (111 loc) · 2.63 KB
/
test.css
File metadata and controls
112 lines (111 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.hoverBox{
margin: 5px 5px 5px 0;
width: 30px;
height: 30px;
padding: 2px;
}
.ui-button .ui-icon.btn-icon-select {
background-image: url('./wb/assets/tool_select.png');
width: 25px;
height: 25px;
}
.ui-button.ui-state-hover .ui-icon.btn-icon-select {
background-image: url('./wb/assets/tool_select.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-delete {
background-image: url('./wb/assets/tool_clear.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-delete_all {
background-image: url('./wb/assets/tool_clear_all.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-undo {
background-image: url('./wb/assets/tool_undo.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-redo {
background-image: url('./wb/assets/tool_redo.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-copy {
background-image: url('./wb/assets/tool_copy.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-cut {
background-image: url('./wb/assets/tool_cut.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-paste {
background-image: url('./wb/assets/tool_paste.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-front {
background-image: url('./wb/assets/tool_bringfront.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-back {
background-image: url('./wb/assets/tool_sendback.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-simple {
background-image: url('./wb/assets/tool_ellipse.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-marker {
background-image: url('./wb/assets/tool_pen.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-arrow {
background-image: url('./wb/assets/tool_arrow.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-line {
background-image: url('./wb/assets/tool_shapeline0.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-polygon {
background-image: url('./wb/assets/tool_polygon0.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-curveline {
background-image: url('./wb/assets/tool_curveline.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-img {
background-image: url('./wb/assets/tool_img.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-text {
background-image: url('./wb/assets/tool_text.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-open {
background-image: url('./wb/assets/open.png');
width: 25px;
height: 25px;
}
.ui-button .ui-icon.btn-icon-save {
background-image: url('./wb/assets/save.png');
width: 25px;
height: 25px;
}