0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Remove extra shadow & left border on post settings button

Closes #49

- Remove shadow from the post settings button
- Remove left border from split buttons globally
This commit is contained in:
Paul Adam Davis 2014-06-25 16:20:56 +01:00
parent 6c89e529be
commit 7e44edfaab
3 changed files with 3 additions and 3 deletions

View file

@ -457,7 +457,6 @@ body.zen {
min-height: 30px;
height: 30px;
margin-top: 5px;
box-shadow: rgba(255,255,255,0.4) 0 1px 0 inset;
}
.splitbutton-save,

View file

@ -235,6 +235,7 @@ input[type="reset"] {
color: #fff;
background: #e5e5e5;
border-radius: 0 2px 2px 0;
border-left: 0;
box-shadow:
rgba(0,0,0,0.02) 0 1px 0 inset,
rgba(0,0,0,0.02) -1px 0 0 inset,

File diff suppressed because one or more lines are too long