Bug 1093870 - Make the pinned tab glow pretty on dev edition, r=MattN

This commit is contained in:
Victor Porof 2014-11-07 15:39:04 -05:00
Родитель 64aef65e17
Коммит c3bf67e677
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -227,6 +227,13 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
background-color: var(--tab-background-color);
}
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) > .tab-stack > .tab-content {
/* The -2px in `calc` is the height of `tabToolbarNavbarOverlap` plus a 1px offset from the center */
background-image: radial-gradient(22px at center calc(100% - 2px), rgba(76,158,217,0.9) 13%, rgba(0,0,0,0.4) 16%, rgba(29,79,115,0) 70%);
background-position: center;
background-size: 100%;
}
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):hover,
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):hover,
.tabbrowser-tab:hover {