add generic content wrapper to post/webpage editor and make editpost render correctly

This commit is contained in:
Mario Vavti
2015-07-10 12:46:20 +02:00
parent 7eb614c8aa
commit 1554b5a2ee
3 changed files with 20 additions and 20 deletions

View File

@@ -1594,8 +1594,8 @@ img.mail-list-sender-photo {
}
.jothidden > input {
border: 1px solid $bgcolour;
background-color: $bgcolour;
border: 1px solid transparent;
background-color: transparent;
}
.jothidden > input:hover,
.jothidden > input:focus {