style: apply "work" pattern to app label only (#12886)

This commit is contained in:
Frédéric Péters 2016-08-24 19:35:28 +02:00
parent 18d57748f0
commit b5c5a785e9
1 changed files with 3 additions and 6 deletions

View File

@ -174,13 +174,10 @@ div#header h1 {
}
}
body[data-environment-label] div#header::before {
content: "";
position: absolute;
left: 0;
body[data-environment-label] span#applabel {
background-image: repeating-linear-gradient(-45deg, #333, black 14px, #ffe761 15px, #ffe761 29px, black 30px);
height: 1em;
width: 100%;
color: white;
text-shadow: 0 0 1px black;
}
/* notifications */