From 3a54aa6171ad14854e877e1b4f320f808ed61811 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Aug 2023 01:37:16 +0800 Subject: ... --- FrontEnd/src/pages/timeline/TimelinePostCreateView.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css') diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css index d33d4bb7..f54c5103 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css @@ -16,6 +16,17 @@ .timeline-post-create-edit-text { width: 100%; height: 100%; + background-color: var(--cru-background-color); + color: var(--cru-text-primary-color); + border: 1px solid transparent; +} + +.timeline-post-create-edit-text:hover { + border-color: var(--cru-button-secondary-normal-color) +} + +.timeline-post-create-edit-text:focus { + border-color: var(--cru-button-secondary-normal-color) } .timeline-post-create-image { -- cgit v1.2.3