diff options
Diffstat (limited to 'demos/selectmenu')
-rw-r--r-- | demos/selectmenu/custom_render.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index 637feffa7..6f0603d03 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -62,8 +62,9 @@ .ui-icon.podcast { background: url(images/24-podcast-square.png) 0 0 no-repeat; } .ui-icon.rss { background: url(images/24-rss-square.png) 0 0 no-repeat; } - /* native select with CSS avatar icons */ + /* select with CSS avatar icons */ option.avatar { background-repeat: no-repeat !important; padding-left: 20px; } + .ui-icon { background-position: left top; } </style> </head> <body> |