From 1104e5d42f669690c1499904728366e52a0b3ede Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 22 May 2024 17:27:21 +0200 Subject: [PATCH] styled admin editables --- res/forum/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/res/forum/style.css b/res/forum/style.css index 65f58b0..d5501d4 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -95,4 +95,12 @@ img:hover border: 1px solid #3E392F; color: #C1BFBE; border-radius: 0.3vh 0.3vh; -} \ No newline at end of file +} + +.editable +{ + background-color: #9E6812; + border: 1px solid #3E392F; + color: #C1BFBE; + border-radius: 0.3vh 0.3vh; +}