Fix, bug 331627
git-svn-id: svn://10.0.0.236/trunk@194067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user