137057 - tabbrowser tab strip grows when closing 2nd to last tab, r=sgehani, sr=jag
git-svn-id: svn://10.0.0.236/trunk@122280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7ebf49f228
commit
2b5b989cc5
@ -72,7 +72,7 @@ tab[busy] {
|
||||
|
||||
.tabs-closebutton {
|
||||
margin: 0px 4px;
|
||||
padding: 4px 2px 4px 2px;
|
||||
padding: 3px 2px;
|
||||
border: none;
|
||||
list-style-image: url("chrome://global/skin/icons/close.gif");
|
||||
}
|
||||
@ -83,4 +83,10 @@ tab[busy] {
|
||||
|
||||
.tabs-closebutton:hover:active {
|
||||
list-style-image: url("chrome://global/skin/icons/close-act.gif");
|
||||
}
|
||||
}
|
||||
|
||||
.tabs-closebutton[disabled="true"] {
|
||||
padding: 3px 2px !important;
|
||||
list-style-image: url("chrome://global/skin/icons/close-dis.gif") !important;
|
||||
}
|
||||
|
||||
|
||||
@ -62,23 +62,23 @@ toolbarbutton {
|
||||
}
|
||||
|
||||
toolbarbutton:hover {
|
||||
border-top: 1px solid #EEF0F3;
|
||||
border-right: 1px solid #86929E;
|
||||
border-bottom: 1px solid #86929E;
|
||||
border-left: 1px solid #EEF0F3;
|
||||
border-top-color: #EEF0F3;
|
||||
border-right-color: #86929E;
|
||||
border-bottom-color: #86929E;
|
||||
border-left-color: #EEF0F3;
|
||||
}
|
||||
|
||||
toolbarbutton:hover:active,
|
||||
toolbarbutton[open="true"] {
|
||||
border-top: 1px solid #86929E;
|
||||
border-right: 1px solid #EEF0F3;
|
||||
border-bottom: 1px solid #EEF0F3;
|
||||
border-left: 1px solid #86929E;
|
||||
border-top-color: #86929E;
|
||||
border-right-color: #EEF0F3;
|
||||
border-bottom-color: #EEF0F3;
|
||||
border-left-color: #86929E;
|
||||
padding: 2px 1px 0px 3px;
|
||||
}
|
||||
|
||||
toolbarbutton[disabled="true"] {
|
||||
border: 1px solid transparent !important;
|
||||
border-color: transparent !important;
|
||||
padding: 1px 2px !important;
|
||||
color: #9399AB !important;
|
||||
}
|
||||
@ -86,10 +86,10 @@ toolbarbutton[disabled="true"] {
|
||||
/* ..... checked state ..... */
|
||||
|
||||
toolbarbutton[checked="true"] {
|
||||
border-top: 1px solid #454C55 !important;
|
||||
border-right: 1px solid #7D848D !important;
|
||||
border-bottom: 1px solid #7D848D !important;
|
||||
border-left: 1px solid #454C55 !important;
|
||||
border-top-color: #454C55 !important;
|
||||
border-right-color: #7D848D !important;
|
||||
border-bottom-color: #7D848D !important;
|
||||
border-left-color: #454C55 !important;
|
||||
background-color: #8C9AA8 !important;
|
||||
color: #EFF1F4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user