Bug 925514 - "#nav-bar noise texture tweaks", r=gijs

This commit is contained in:
Markus Stange 2013-10-10 14:41:00 +02:00
Родитель f52c3676a4
Коммит b2ccb481f1
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -91,6 +91,14 @@ toolbarseparator {
linear-gradient(hsl(0,0%,93%), hsl(0,0%,83%));
background-clip: border-box;
background-origin: border-box !important;
/* Move the noise texture out of the top 1px strip because that overlaps
with the tabbar and we don't want to repaint it when animating tabs.
The noise image is at least 100px high, so repeating it only horizontally
is enough. */
background-repeat: repeat-x, no-repeat;
background-position: 0 1px, 0 0;
box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
margin-top: -1px;
/* Position the toolbar above the bottom of background tabs */