From e74159f1ec4bb6a5c96a6add4178db718ea7c722 Mon Sep 17 00:00:00 2001 From: kitoy Date: Thu, 23 Jul 2026 04:24:58 +0200 Subject: [PATCH] Modify css for toolbar --- app/static/css/edit-toolbar.css | 35 ++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/app/static/css/edit-toolbar.css b/app/static/css/edit-toolbar.css index 6aef3cb..8400955 100644 --- a/app/static/css/edit-toolbar.css +++ b/app/static/css/edit-toolbar.css @@ -6,35 +6,48 @@ } .visible { - display: block; + display: block; } .hidden { - display: none; + display: none; } .msginfo { - color: white; - font-weight:bold; + color: white; + font-weight:bold; +} +.btn { + border-radius: 40px; + font-weight: 600; + margin-right: 7px; } - .msginfo .success { - background-color: green; - + background-color: green; } .msginfo .error{ - background-color: red; + background-color: red; } .ql-toolbar { - background-color: #fff; - color: #000; + background-color: #fff; + color: #000; } .ql-editor { -background-color: rgba(0, 0, 0, 0.3); + background-color: rgba(0, 0, 0, 0.3); } + +.entry { + margin:5px; +} + +.btn-modify { + margin-top: -7rem; + margin-right: 10%; + margin-left: 100%; +}