зеркало из https://github.com/mozilla/gecko-dev.git
Bug 408021 - "Hover feedback for tab close button" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep]
This commit is contained in:
Родитель
64c9e9ea5d
Коммит
61f49c190e
|
@ -1180,11 +1180,12 @@ tabpanels {
|
|||
|
||||
/* In-tab close button */
|
||||
.tab-close-button > .toolbarbutton-icon {
|
||||
-moz-margin-end: 0px !important;
|
||||
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
||||
use evil CSS to give the impression of smaller content */
|
||||
margin: -3px !important;
|
||||
}
|
||||
|
||||
.tab-close-button {
|
||||
-moz-appearance: none;
|
||||
-moz-margin-end: 6px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
|
@ -1207,6 +1208,10 @@ tabpanels {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.tabs-closebutton > .toolbarbutton-icon {
|
||||
margin: -3px !important;
|
||||
}
|
||||
|
||||
/* All tabs menupopup */
|
||||
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
||||
|
|
Загрузка…
Ссылка в новой задаче