diff options
author | Felix Nagel <info@felixnagel.com> | 2012-12-03 23:13:26 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-12-03 23:13:26 +0100 |
commit | 40b8567526ad790fb31d03ee43588a226551dbc8 (patch) | |
tree | ddc169687b8ad7702e77331f3ffb68cbc8d79cb7 /demos/selectmenu/custom_render.html | |
parent | 60e3302d96f4b6277ccfdb828f82844fce159e75 (diff) | |
download | jquery-ui-40b8567526ad790fb31d03ee43588a226551dbc8.tar.gz jquery-ui-40b8567526ad790fb31d03ee43588a226551dbc8.zip |
Selectmenu: fix jQuery UI framework icon demo
Diffstat (limited to 'demos/selectmenu/custom_render.html')
-rw-r--r-- | demos/selectmenu/custom_render.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index df99532e2..e6efb12d1 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -64,7 +64,7 @@ /* select with CSS avatar icons */ option.avatar { background-repeat: no-repeat !important; padding-left: 20px; } - .ui-icon { background-position: left top; } + .avatar .ui-icon { background-position: left top; } </style> </head> <body> |