mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
OCD
This commit is contained in:
parent
67b9d393db
commit
a1ef78e7f9
@ -45,8 +45,8 @@
|
||||
}
|
||||
.nav-item.active .nav-label,
|
||||
.nav-item:hover .nav-label {
|
||||
color: rgba(255,255,255,0.9);
|
||||
background: darken($darkgrey, 7%);
|
||||
color: #fff;
|
||||
background: darken($darkgrey, 9%);
|
||||
@include transition(color 0.1s, background 0.1s);
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
||||
|
||||
.floatingheader {
|
||||
box-shadow:
|
||||
rgba(0,0,0,0.02) 0 1px 2px,
|
||||
rgba(0,0,0,0.03) 0 1px 3px,
|
||||
rgba(255, 255, 255, 0.5) 0 -1px 0 inset;
|
||||
|
||||
&:before {
|
||||
@ -112,7 +112,7 @@
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -40%;
|
||||
box-shadow: rgba(0,0,0,0.02) 0 2px 2px;
|
||||
box-shadow: rgba(0,0,0,0.03) 0 2px 3px;
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
@ -122,7 +122,7 @@
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -15%;
|
||||
box-shadow: rgba(0,0,0,0.02) 0 3px 3px;
|
||||
box-shadow: rgba(0,0,0,0.02) 0 3px 4px;
|
||||
}
|
||||
} // .floatingheader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user