forked from OWASP-BLT/BLT-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolbar_share.css
29 lines (24 loc) · 1.23 KB
/
toolbar_share.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
.button-share-twitter {
background-image: -webkit-image-set( url(toolbar_res/share_twitter.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-twitter:hover {
background-image: -webkit-image-set( url(toolbar_res/share_twitter_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-facebook {
background-image: -webkit-image-set( url(toolbar_res/share_facebook.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-facebook:hover {
background-image: -webkit-image-set( url(toolbar_res/share_facebook_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-vk {
background-image: -webkit-image-set( url(toolbar_res/share_vk.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-vk:hover {
background-image: -webkit-image-set( url(toolbar_res/share_vk_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-pinterest {
background-image: -webkit-image-set( url(toolbar_res/share_pinterest.png) 1x, url(toolbar_res/[email protected]) 2x);
}
.button-share-pinterest:hover {
background-image: -webkit-image-set( url(toolbar_res/share_pinterest_hover.png) 1x, url(toolbar_res/[email protected]) 2x);
}