]> git.saurik.com Git - cydia.git/blobdiff - Cydia.app/menes/style.css
Fixed permissions on BrowserView.mm.
[cydia.git] / Cydia.app / menes / style.css
index a9d3240976e1d6697feaafdbf77dd000b1256304..677a2fc526148d44fc9b1f5175a5273d0cc89cce 100644 (file)
@@ -103,6 +103,7 @@ body.white {
 
 body.pinstripe {
     background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
+    background-size: 7px 1px;
 }
 
 dialog {
@@ -466,6 +467,14 @@ fieldset > div > div > select {
     background-image: url(chevron.png);
 }
 
+@media screen and (-webkit-min-device-pixel-ratio: 2) {
+fieldset > a[href]:not([type="ad"]),
+fieldset > div > select,
+fieldset > div > div > select {
+    background-image: url(chevron@2x.png);
+    background-size: 10px 13px;
+} }
+
 /* Horizontal */
 
 list > fieldset > a[href] {