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