gecko-dev/xpfe/browser/resources/content/navWidgets.css

25 строки
526 B
CSS
Исходник Обычный вид История

box[type="location-field"]
{
-moz-binding : url("chrome://navigator/content/navWidgetBindings.xml#urlbar");
}
menulist[editable="true"]
{
-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 */
.textfield-input
{
-moz-user-focus : normal;
}