mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
commit
ae31304af0
1 changed files with 5 additions and 2 deletions
|
@ -564,15 +564,18 @@ body.zen {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-input {
|
input[type="text"].tag-input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
color: $lightgrey;
|
color: $lightgrey;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
&:focus {outline: none;}
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
|
Loading…
Add table
Reference in a new issue