source: extensions/stripped_responsive/iconfontello.css.tpl @ 31946

Last change on this file since 31946 was 30084, checked in by JanisV, 10 years ago

Up icons

  • Property svn:executable set to *
File size: 535 bytes
RevLine 
[30083]1@import "fontello/css/stripped_responsive.css";
2
3A:hover .pwg-icon:before{
4        text-decoration: none !important; /* IE 8,9*/
5}
6
7.pwg-button-text{
8        display:none;
9}
10.pwg-icon {
11  font-size: 24px;
12}
13.batch-downloader-icon {
[30084]14  background: none !important;
[30083]15}
16@media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
17  .pwg-button-text{
18        display:inline;
19  }
20  .pwg-icon {
[30084]21    font-size: 18px;
[30083]22  }
23}
24
25.pwg-button {
26        display: inline-block;
27        vertical-align: top;
28  cursor:pointer;
29}
Note: See TracBrowser for help on using the repository browser.