tinyweb-site theme: add forum-action and forum-form input styling

This commit is contained in:
lichenblankie 2026-06-05 04:28:07 +00:00
parent 37bdd49690
commit 158be950d2

View file

@ -213,6 +213,14 @@
} }
label { color: #666; } label { color: #666; }
input[type="checkbox"] { accent-color: #444; } 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; } hr { border: none; border-top: 1px solid #eee; margin: 16px 0; }
small { small {