Done FELIX-4016 Provide more meta data to the UPnP action arguments
https://issues.apache.org/jira/browse/FELIX-4016

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1464973 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/upnp/src/main/resources/res/upnp.html b/webconsole-plugins/upnp/src/main/resources/res/upnp.html
index 9e66769..01558a8 100644
--- a/webconsole-plugins/upnp/src/main/resources/res/upnp.html
+++ b/webconsole-plugins/upnp/src/main/resources/res/upnp.html
@@ -93,7 +93,7 @@
 					<h3>${actions.title}</h3>

 					<div class="ui-widget-header ui-corner-top buttonGroup">

 						${actions.select}

-						<select name="c">

+						<select name="c" class="ui-state-default">

 							<option value="---">---</option>

 						</select>

 						<button title="${actions.invoke.title}"><span class="ui-icon ui-icon-play">&nbsp;</span></button>