mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
81fb73e39b
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
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;
|
|
}
|
|
|
|
|