forked from OWASP-BLT/BLT-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolbar_actions.css
48 lines (42 loc) · 1.96 KB
/
toolbar_actions.css
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
.button-upload {
background-image: -webkit-image-set( url(toolbar_res/hor_upload.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-upload:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_upload_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share {
background-image: -webkit-image-set( url(toolbar_res/hor_share.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_share_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-search-google {
background-image: -webkit-image-set( url(toolbar_res/hor_search.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-search-google:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_search_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-print {
background-image: -webkit-image-set( url(toolbar_res/hor_print.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-print:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_print_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-copy {
background-image: -webkit-image-set( url(toolbar_res/hor_copy.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-copy:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_copy_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-save {
background-image: -webkit-image-set( url(toolbar_res/hor_save.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-save:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_save_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-close {
background-image: -webkit-image-set( url(toolbar_res/hor_close.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-close:hover {
background-image: -webkit-image-set( url(toolbar_res/hor_close_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}