diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-11 11:57:21 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-11 11:58:12 -0400 |
commit | 4f95a0f396965e91982f1b5e67da814bb6640ce1 (patch) | |
tree | bb72464a2f91333ef165f0e2d18a03b4bcda176a /themes/base | |
parent | 57051e8a7323e27fe159e5448b52666f1bdbc409 (diff) | |
download | jquery-ui-4f95a0f396965e91982f1b5e67da814bb6640ce1.tar.gz jquery-ui-4f95a0f396965e91982f1b5e67da814bb6640ce1.zip |
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.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/jquery.ui.theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |