1/* DEPRECATED since 2017-09-01 */
2#dokuwiki__pagetools ul li a.copypage:before {
3	content: url(images/pagetools-sprite.png);
4}
5
6#dokuwiki__pagetools:hover ul li a.copypage:before,
7#dokuwiki__pagetools ul li a.copypage:focus:before {
8	content: none;
9}
10
11#dokuwiki__pagetools:hover ul li a.copypage,
12#dokuwiki__pagetools ul li a.copypage:focus,
13#dokuwiki__pagetools ul li a.copypage:active {
14	background-image: url(images/pagetools-sprite.png);
15}
16
17#dokuwiki__pagetools ul li a.copypage:hover,
18#dokuwiki__pagetools ul li a.copypage:active,
19#dokuwiki__pagetools ul li a.copypage:focus {
20	background-position: right -45px;
21}
22
23[dir=rtl] #dokuwiki__pagetools ul li a.copypage:hover,
24[dir=rtl] #dokuwiki__pagetools ul li a.copypage:active,
25[dir=rtl] #dokuwiki__pagetools ul li a.copypage:focus {
26	background-position: left -45px;
27}
28