mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Properly scope editor title, fix bug overriding content mgmt
This commit is contained in:
parent
3eb9429216
commit
cf517c71d6
1 changed files with 3 additions and 8 deletions
|
@ -5,13 +5,13 @@
|
|||
/* Title
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.entry-title {
|
||||
.editor .entry-title {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.entry-title input {
|
||||
.editor .entry-title input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
|
@ -24,7 +24,7 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.entry-title input:focus {
|
||||
.editor .entry-title input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
@ -32,11 +32,6 @@
|
|||
/* Container & Headers
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.editor {
|
||||
/* The two content panel wrappers, positioned left/right */
|
||||
/* The visual styles for both panels */
|
||||
}
|
||||
|
||||
@media (min-width: 401px) {
|
||||
.editor .notifications.bottom {
|
||||
bottom: 40px;
|
||||
|
|
Loading…
Reference in a new issue