mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Update styles.css
box-shadow: 0 0 0 0; leaves a slight edge on Firefox. box-shadow does accept `none`, which works as expected.
This commit is contained in:
parent
40b31bd291
commit
60324cc685
@ -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…
Reference in New Issue
Block a user