source: extensions/modus/css/iconfontello.css @ 25794

Last change on this file since 25794 was 25794, checked in by rvelices, 10 years ago
File size: 598 bytes
Line 
1@import "fontello/css/fontello.css";
2
3A:hover .pwg-icon:before{
4        text-decoration: none !important; /* IE 8,9*/
5}
6
7.pwg-icon {
8        font-size: 22px;
9}
10
11A .pwg-icon {
12        color: #aaa;
13}
14A:hover .pwg-icon {
15        color: #fff;
16}
17
18.pwg-button-text{
19        display:none;
20}
21
22.pwg-state-disabled .pwg-icon {
23        opacity: .5;
24        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
25        filter: alpha(opacity=50);
26}
27
28.pwg-button {
29        display: inline-block;
30        vertical-align: top;
31  cursor:pointer;
32}
33
34.pwg-icon-slideshow:before { content: '\25b6';}
35.pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px}
Note: See TracBrowser for help on using the repository browser.