mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
fixing busted tab widgets. accidentally checked in the wrong version of this file last night. This was causing various parts of the app to not appear (bookmark properties dialog, bottom half of themes pref panel, new card dialog in address book, etc)
This commit is contained in:
parent
00054750f1
commit
19d00bebec
@ -312,6 +312,11 @@ treecell[hidden="true"] {
|
||||
|
||||
/********** Tab widget *********/
|
||||
|
||||
tab {
|
||||
behavior: url(chrome://global/content/xulBindings.xml#tab);
|
||||
}
|
||||
|
||||
/* not quite ready for this yet...
|
||||
tab {
|
||||
behavior: url(chrome://global/content/tabBindings.xml#tab);
|
||||
}
|
||||
@ -327,7 +332,7 @@ tabcontrol {
|
||||
tabbox {
|
||||
behavior: url(chrome://global/content/tabBindings.xml#tabbox);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
:-moz-deck-hidden {
|
||||
visibility: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user