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:
parent
6c89e529be
commit
7e44edfaab
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue