source: extensions/Crop_Image/css/cropimage_toolbar_buttons.css @ 27153

Last change on this file since 27153 was 22846, checked in by Chillexistence, 11 years ago

Initial Release

File size: 1012 bytes
Line 
1.ci-icon {
2        display: inline-block; /*IE6 does not get this correctly*/
3        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
4        width: 26px; height: 26px; background-image: url(cropimage_sprite.png);
5        vertical-align: bottom;
6}
7
8.ci-icon-cropimage-sylvia{
9background-position: 0 0;
10width: 26px;
11height: 26px;
12}
13A:hover .ci-icon-cropimage-sylvia{
14background-position: -26px 0;
15width: 26px;
16height: 26px;
17}
18.ci-icon-cropimage-elegant{
19background-position: 0 -26px;
20width: 26px;
21height: 26px;
22}
23A:hover .ci-icon-cropimage-elegant{
24background-position: -26px -26px;
25width: 26px;
26height: 26px;
27}
28.ci-icon-cropimage-clear{
29background-position: 0 -52px;
30width: 26px;
31height: 26px;
32}
33A:hover .ci-icon-cropimage-clear{
34background-position: -26px -52px;
35width: 26px;
36height: 26px;
37}
38.ci-icon-cropimage-dark{
39background-position: 0 -78px;
40width: 26px;
41height: 26px;
42}
43A:hover .ci-icon-cropimage-dark{
44background-position: -26px -78px;
45width: 26px;
46height: 26px;
47}
Note: See TracBrowser for help on using the repository browser.