Bug 574737 - Theme regressions from bug 572236: No tab borders or checkerboard [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-06-25 14:52:38 -04:00
parent 9be4804033
commit c3897ecb17

View File

@ -35,9 +35,6 @@
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
/* browser area -------------------------------------------------- */
#tile-container {
background-image: url("chrome://browser/content/checkerboard.png");
@ -212,7 +209,7 @@ toolbarbutton.urlbar-cap-button {
#urlbar-edit > hbox > .textbox-input-box {
margin: 0;
}
#urlbar-edit > hbox > hbox > html|*.textbox-input {
#urlbar-edit > hbox > hbox > .textbox-input {
min-height: 60px;
text-indent: 3px;
}