1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-22 09:47:20 +01:00

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

View File

@ -14,7 +14,19 @@
top: 0; top: 0;
left: 0; left: 0;
right: 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 { .tabs_nav {