Changeset 27344


Ignore:
Timestamp:
Feb 12, 2014, 4:59:37 PM (10 years ago)
Author:
mistic100
Message:

add retina icons

Location:
extensions/bbcode_bar/template/markitup
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/template/markitup/style.markitup.css

    r23278 r27344  
    9292.miuIcon>a {
    9393  background:url('images/icons.png') 20px 20px no-repeat;
     94}
     95
     96@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     97    only screen and (-o-min-device-pixel-ratio: 3/2),
     98    only screen and (min--moz-device-pixel-ratio: 1.5),
     99    only screen and (min-device-pixel-ratio: 1.5) {
     100  .miuIcon>a {
     101    background-image:url('images/icons@2x.png');
     102    background-size:80px 80px;
     103  }
    94104}
    95105
Note: See TracChangeset for help on using the changeset viewer.