Style around new post submit button

merge-requests/8/head
Bob Mottram 2020-11-02 14:08:56 +00:00
parent 290a554d35
commit 474722e6f1
1 changed files with 6 additions and 0 deletions

View File

@ -387,6 +387,12 @@ a:focus {
}
.containerNewPost {
border: 0;
background-color: var(--main-bg-color);
margin: var(--vertical-between-posts);
}
.containerSubmitNewPost {
border: var(--border-width) solid var(--border-color);
background-color: var(--main-bg-color);
border-radius: var(--timeline-border-radius);