adjust urlbar shadow
This commit is contained in:
parent
2e0c5da242
commit
447484300d
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
|||
border-radius: 4px !important;
|
||||
background-color: var(--toolbar-field-background-color) !important;
|
||||
border: 0 !important;
|
||||
box-shadow: 0 1px 6px 0 #00000008 !important;
|
||||
box-shadow: 0 1px 5px 0 #0001 !important;
|
||||
padding: 2px !important;
|
||||
background-clip: padding-box !important;
|
||||
transition: background-color .1s var(--ease-basic) !important;
|
||||
|
@ -236,7 +236,7 @@
|
|||
min-height: 37px !important;
|
||||
margin: -4px 0 -1px !important;
|
||||
box-shadow:
|
||||
0 0 0 1px rgba(0,0,0,0.1),
|
||||
0 1px 2px 1px rgba(0,0,0,0.1),
|
||||
0 5px 5px -3px rgba(0,0,0,.2),
|
||||
0 6px 10px 1px rgba(0,0,0,.14),
|
||||
0 3px 14px 2px rgba(0,0,0,.12) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue