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
27 lines
611 B
CSS
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;
|
|
}
|
|
|
|
|