add border to submit button in classic theme

pull/150/head
Aevann 2023-05-16 04:16:55 +03:00
parent 4573690d2a
commit 4fb30b2c9a
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ a {
}
/*front page*/
a.btn-block[href~="/submit"] {
border: 2px solid #bbb !important;
}
.sorting {
float: left !important;