fixed up some icons on retina resolution

This commit is contained in:
scottjehl 2010-11-11 20:25:54 -05:00
parent 86005a8815
commit 9e99c2c730
16 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

View file

@ -186,14 +186,14 @@ a.ui-link-inherit { text-decoration: none !important; }
.ui-icon-checkbox-off,
.ui-icon-checkbox-on,
.ui-icon-radio-off,
.ui-icon-radio-on { background-color: transparent; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.ui-icon-radio-on { background-color: transparent; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-size: 20px 20px; }
.ui-icon-checkbox-off { background-image: url(images/form-check-off.png); }
.ui-icon-checkbox-on { background-image: url(images/form-check-on.png); }
.ui-icon-radio-off { background-image: url(images/form-radio-off.png); }
.ui-icon-radio-on { background-image: url(images/form-radio-on.png); }
.ui-icon-checkbox-off { background-image: url(images/form-check-off.png); }
.ui-icon-checkbox-on { background-image: url(images/form-check-on.png); }
.ui-icon-radio-off { background-image: url(images/form-radio-off.png);}
.ui-icon-radio-on { background-image: url(images/form-radio-on.png); }
.ui-icon-search { background-image: url(images/icon-search-black.png); }
.ui-icon-search { background-image: url(images/icon-search-black.png); background-size: 16px 16px; }
/* loading icon */
.ui-icon-loading { background-image: url(images/ajax-loader.png); width: 40px; height: 40px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; background-size: 35px 35px; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

View file

@ -782,6 +782,7 @@ a.ui-link-inherit {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background-size: 20px 20px;
}
.ui-icon-checkbox-off { background-image: url(images/form-check-off.png); }
@ -789,7 +790,7 @@ a.ui-link-inherit {
.ui-icon-radio-off { background-image: url(images/form-radio-off.png); }
.ui-icon-radio-on { background-image: url(images/form-radio-on.png); }
.ui-icon-search { background-image: url(images/icon-search-black.png); }
.ui-icon-search { background-image: url(images/icon-search-black.png); background-size: 16px 16px; }
/* loading icon */
.ui-icon-loading {
@ -799,6 +800,7 @@ a.ui-link-inherit {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background-size: 35px 35px;
}
/* btn Corner radius */