summaryrefslogtreecommitdiffstats
path: root/assets/styles
diff options
context:
space:
mode:
authorivar <i@oiee.no>2026-04-23 22:54:31 +0200
committerivar <i@oiee.no>2026-04-23 22:54:31 +0200
commit4817e77682fb05288496a6e2db6b1e1c9260aba9 (patch)
treee001e1d1ef15cc2e7f3380992f150112686dcf53 /assets/styles
parent7f40b470a7d42a7674cc74309b210a968291ca23 (diff)
downloadiblog-master.tar.xz
iblog-master.zip
Redirect back to post on create/editHEADmaster
Diffstat (limited to 'assets/styles')
-rw-r--r--assets/styles/admin.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/styles/admin.css b/assets/styles/admin.css
index 6b8d841..defc6da 100644
--- a/assets/styles/admin.css
+++ b/assets/styles/admin.css
@@ -27,4 +27,15 @@ tr:nth-child(even) td {
padding: 0.5rem;
margin-block: 15px;
min-height: 340px;
+}
+
+#postForm {
+
+ button {
+ border: 1px solid #ddd;
+ padding-inline: 8px;
+ font-weight: 500;
+ border-radius: 3px;
+ background: transparent;
+ }
} \ No newline at end of file