From: Scott González Date: Mon, 11 Mar 2013 15:57:21 +0000 (-0400) Subject: CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS... X-Git-Tag: 1.10.2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4f95a0f396965e91982f1b5e67da814bb6640ce1;p=jquery-ui.git CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS Framework: Add ui-icon-blank. This essentially reverts 1fe06f03fac30ce76b87eab8c5a9acc72becd587 and the fix for #5659. --- diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index c606011f0..fd586d90b 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -156,7 +156,6 @@ .ui-icon { width: 16px; height: 16px; - background-position: 16px 16px; } .ui-icon, .ui-widget-content .ui-icon { @@ -184,6 +183,7 @@ } /* positioning */ +.ui-icon-blank { background-position: 16px 16px; } .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; }