delete content: 'New Post';
This commit is contained in:
parent
7926a95b5a
commit
1a462b70f0
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ box-sizing: border-box;
|
||||||
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
||||||
}
|
}
|
||||||
#jotOpen::before {
|
#jotOpen::before {
|
||||||
content: 'New Post';
|
content: '';
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
||||||
}
|
}
|
||||||
#jotOpen::before {
|
#jotOpen::before {
|
||||||
content: 'New Post';
|
content: '';
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue