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.
Former-commit-id: 6d1186ed74f0cee1b01b0e824e071131861e9886 [formerly 59ee1637e93ddd829b3df4ecc02c0f4845fe728d] [formerly 513daae1dcafb5ebfad4ae5175b09db0414780ad [formerly 60324cc685
]]
Former-commit-id: 7a3d20d904197a8b957b79ceaa65500e3cddd7e9 [formerly 90f3e1265c61b5f78242917fa8c98ccebf8dff6c]
Former-commit-id: f54a445f734a8f92f814131af49617e04a81b1ec
This commit is contained in:
parent
c5b8aee22f
commit
fd9e113bfa
@ -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