mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925514 - "#nav-bar noise texture tweaks", r=gijs
This commit is contained in:
parent
a853bc8a23
commit
0b37f396f7
@ -91,6 +91,14 @@ toolbarseparator {
|
|||||||
linear-gradient(hsl(0,0%,93%), hsl(0,0%,83%));
|
linear-gradient(hsl(0,0%,93%), hsl(0,0%,83%));
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
background-origin: border-box !important;
|
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);
|
box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
/* Position the toolbar above the bottom of background tabs */
|
/* Position the toolbar above the bottom of background tabs */
|
||||||
|
Loading…
Reference in New Issue
Block a user