mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-28 10:14:14 +00:00
Merge pull request #144 from princemaple/patch-1
Fix shadow bug on Firefox
This commit is contained in:
commit
b9e688769a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
border-radius: 50%;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
box-shadow: 0 0 0 0;
|
||||
box-shadow: none;
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue