From 0c6cc6a7e17756e32d9933dfc6364c5b3c46eb46 Mon Sep 17 00:00:00 2001 From: hexxa Date: Sun, 10 Oct 2021 10:24:51 +0800 Subject: [PATCH] fix(browser): unify style --- public/static/css/white.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/static/css/white.css b/public/static/css/white.css index 26fc3dc..00878af 100644 --- a/public/static/css/white.css +++ b/public/static/css/white.css @@ -12,10 +12,10 @@ } .theme-white .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 ); - -webkit-backdrop-filter: blur( 9.5px ); + background: rgba(255, 255, 255, 0.9); + box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1); + backdrop-filter: blur(9.5px); + -webkit-backdrop-filter: blur(9.5px); } /* .theme-white div.hr { @@ -23,10 +23,10 @@ } */ .theme-white .op-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 ); - -webkit-backdrop-filter: blur( 9.5px ); + background: rgba(255, 255, 255, 1); + box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1); + backdrop-filter: blur(9.5px); + -webkit-backdrop-filter: blur(9.5px); } .theme-white .panel {