mirror of
https://github.com/kremalicious/hyper-mac-pro.git
synced 2024-11-22 01:37:13 +01:00
less harsh top highlight
This commit is contained in:
parent
ccd111e187
commit
c88fa97815
14
styles.css
14
styles.css
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user