mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Restyled delete post-settings menu item
This commit is contained in:
parent
34f44251b3
commit
626bfba168
2 changed files with 20 additions and 3 deletions
|
@ -632,8 +632,25 @@ body.zen {
|
|||
|
||||
.entry-settings-menu {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
right: -5px;
|
||||
bottom: 45px;
|
||||
right: -3px;
|
||||
|
||||
li {
|
||||
a {
|
||||
padding: 10px 15px;
|
||||
|
||||
&:before {
|
||||
font-size: 11px;
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.delete {
|
||||
@include icon($i-trash) { position: relative; top: -2px; };
|
||||
|
||||
&:hover { background: $red; }
|
||||
}
|
||||
}
|
||||
|
||||
#entry-actions {
|
||||
|
|
|
@ -145,7 +145,7 @@ $i-archive: \e01f;
|
|||
$i-services: \e020;
|
||||
$i-appearance: \e021;
|
||||
$i-video: \e022;
|
||||
$i-remove: \e023;
|
||||
$i-trash: \e023;
|
||||
$i-reply: \e024;
|
||||
$i-stats: \e025;
|
||||
$i-featured: \e026;
|
||||
|
|
Loading…
Add table
Reference in a new issue