From 3baa80385d89904de52d73d73aa9603456b1a491 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:06:27 +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/react/public/css/edu-all.css | 8 ++++++++ public/stylesheets/educoder/edu-all.css | 8 ++++++++ public/stylesheets/educoder/edu-main.css | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/public/react/public/css/edu-all.css b/public/react/public/css/edu-all.css index 7bda233fe..76d5a3d52 100644 --- a/public/react/public/css/edu-all.css +++ b/public/react/public/css/edu-all.css @@ -3484,3 +3484,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-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