Fix, bug 331627

git-svn-id: svn://10.0.0.236/trunk@194067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com
2006-04-10 22:58:14 +00:00
parent 71f1032e61
commit cb08a1e2ed

View File

@@ -110,6 +110,25 @@ toolbar *, #appcontent *, * {
margin-right:3px ! important;
}
/* Tab browser close button override */
/* This was modified fro the xul.css code. New trunk has a close button in each tab.
The following CSS forces all the tab close button to go away, it does not matter the condition
of tht tabs element ( tiny attribute, etc ).
*/
.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button,
.tabbrowser-tabs > .tabbrowser-tab .tab-close-button-placeholder,
.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button,
.tabbrowser-tabs > .tabbrowser-tab .tab-close-button-placeholder {
display: none;
}
.tabbrowser-tabs > .tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box;
}
/* Lock... */
#lock-icon.security-na {
@@ -319,3 +338,4 @@ caption {
*/
window { width: 240px ; height: 320px; }