blakeross%telocity.com 2bcd4ac09b 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
113582 - put global xbl widgets on a diet. r=ben sr=hewitt


git-svn-id: svn://10.0.0.236/trunk@110076 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-08 07:52:11 +00:00

27 lines
611 B
CSS

@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
box[type="location-field"]
{
-moz-binding : url("chrome://navigator/content/navWidgetBindings.xml#urlbar");
}
menulist[editable]
{
-moz-binding : url("chrome://navigator/content/navWidgetBindings.xml#menulist-editable");
}
.location-field
{
-moz-binding : url("chrome://navigator/content/navWidgetBindings.xml#urlbar-menulist");
-moz-user-focus : ignore;
}
/* XXX factor me */
html|*.textbox-input
{
-moz-user-focus : normal;
}