less harsh top highlight

This commit is contained in:
Matthias Kretschmann 2017-05-12 12:55:29 +02:00
parent ccd111e187
commit c88fa97815
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
1 changed files with 13 additions and 1 deletions

View File

@ -14,7 +14,19 @@
top: 0;
left: 0;
right: 0;
border-top: 1px solid #cfcfcf;
}
/* Create a half pixel top border */
.header_header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
z-index: 2;
background: #cfcfcf;
transform: scaleY(.5);
}
.tabs_nav {