fix(browser): unify style
This commit is contained in:
parent
51cd194507
commit
0c6cc6a7e1
1 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue