diff --git a/public/static/css/white.css b/public/static/css/white.css index dde605e..68bb405 100644 --- a/public/static/css/white.css +++ b/public/static/css/white.css @@ -10,7 +10,6 @@ .theme-default #top-bar { background: rgba(255, 255, 255, 0.9); - box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1); backdrop-filter: blur(9.5px); color: #16a085; padding: 1rem 2rem 1rem 2rem; @@ -26,6 +25,19 @@ min-width: 7rem; } +.theme-default #top-menu { + background: rgba(255, 255, 255, 0.3); + box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1); + backdrop-filter: blur(9.5px); + color: #16a085; + padding: 1rem 2rem 1rem 2rem; + -webkit-backdrop-filter: blur(9.5px); +} + +.theme-default #top-menu button { + background: transparent; +} + .theme-default #panes { position: fixed; left: 0; diff --git a/src/client/web/src/components/root_frame.tsx b/src/client/web/src/components/root_frame.tsx index d8ab8bf..3c1b645 100644 --- a/src/client/web/src/components/root_frame.tsx +++ b/src/client/web/src/components/root_frame.tsx @@ -83,6 +83,34 @@ export class RootFrame extends React.Component { update={this.props.update} /> +
+ ({ + filesPanel: { + name: "RiFolder2Fill", + size: "1.6rem", + color: "cyan0", + }, + uploadingsPanel: { + name: "RiUploadCloudFill", + size: "1.6rem", + color: "blue0", + }, + sharingsPanel: { + name: "RiShareBoxLine", + size: "1.6rem", + color: "purple0", + }, + })} + login={this.props.login} + admin={this.props.admin} + ui={this.props.ui} + msg={this.props.msg} + update={this.props.update} + /> +
+
{/* { update={this.props.update} /> */} -
-
- ({ - filesPanel: { - name: "RiFolder2Fill", - size: "1.6rem", - color: "cyan0", - }, - uploadingsPanel: { - name: "RiUploadCloudFill", - size: "1.6rem", - color: "blue0", - }, - sharingsPanel: { - name: "RiShareBoxLine", - size: "1.6rem", - color: "purple0", - }, - })} - login={this.props.login} - admin={this.props.admin} - ui={this.props.ui} - msg={this.props.msg} - update={this.props.update} - /> -
-
-