Bug 633282 - Apply moz-win-exclude-glass to clientBox in extensions about.xul. r=dao.

This commit is contained in:
Jim Mathies 2011-05-13 11:40:46 -05:00
parent b1dcec1411
commit 8ddf6dab7b

View File

@ -15,6 +15,10 @@
-moz-appearance: -moz-win-glass;
background: transparent;
}
#clientBox {
-moz-appearance: -moz-win-exclude-glass;
}
}