mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 587576 - Make pinned tabs wider. r=gavin a=blocks-bug579373
This commit is contained in:
parent
6cc6fdf26b
commit
97fe6cb91b
@ -1236,7 +1236,7 @@ statusbarpanel#statusbar-display {
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned] > .tab-icon-image {
|
||||
margin: 2px 0 0;
|
||||
margin: 2px 2px 0;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[busy] > .tab-icon-image {
|
||||
|
@ -1391,10 +1391,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
-moz-margin-end: 3px;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([pinned]) > .tab-icon-image {
|
||||
-moz-margin-end: 3px;
|
||||
.tabbrowser-tab[pinned] > .tab-icon-image {
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
/* tabbrowser-tab focus ring */
|
||||
|
Loading…
Reference in New Issue
Block a user