tinyweb-site theme: add forum-action and forum-form input styling
This commit is contained in:
parent
37bdd49690
commit
158be950d2
1 changed files with 8 additions and 0 deletions
|
|
@ -213,6 +213,14 @@
|
|||
}
|
||||
label { color: #666; }
|
||||
input[type="checkbox"] { accent-color: #444; }
|
||||
.forum-form input, .forum-form button, .forum-toolbar input { border-radius: 0; }
|
||||
.forum-actions a, a.forum-action, a.forum-action-inline {
|
||||
border: 1px solid #ccc; padding: 6px 14px; text-transform: uppercase; font-size: 13px;
|
||||
}
|
||||
.forum-actions a:hover, a.forum-action:hover, a.forum-action-inline:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
a.forum-action-inline { text-transform: none; font-size: 13px; padding: 2px 6px; border: none; }
|
||||
hr { border: none; border-top: 1px solid #eee; margin: 16px 0; }
|
||||
|
||||
small {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue