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

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