From 66618bd1727d59f3fdceb67527b1e8f4502b20bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 27 Dec 2019 23:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/educoder/edu-all.css | 8 ++++++++ public/stylesheets/educoder/edu-main.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css index 4b663de87..99aa8f2b9 100644 --- a/public/stylesheets/educoder/edu-all.css +++ b/public/stylesheets/educoder/edu-all.css @@ -3804,3 +3804,11 @@ a.singlepublishtwo{ text-align: justify; word-break: break-all; } + +.RightPaneDrawer .ant-drawer-content{ + background: #070f1a; +} + +.deletebuttom{ + border: transparent; +} \ No newline at end of file diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index 9de4bfb1d..8fad41ea3 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -824,4 +824,12 @@ html>body #ajax-indicator { position: fixed; } .markdown-body { text-align: justify; word-break: break-all; +} + +.RightPaneDrawer .ant-drawer-content{ + background: #070f1a; +} + +.deletebuttom{ + border: transparent; } \ No newline at end of file