mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
webconfig: Fix box shadow in dark mode
This changed from a separate div to directly on the body
This commit is contained in:
parent
209af84a37
commit
b54faf9469
|
@ -632,7 +632,7 @@ img.delete_icon {
|
|||
color: #DDD;
|
||||
}
|
||||
|
||||
div#ancestor {
|
||||
#ancestor {
|
||||
box-shadow: 0 0 5px 1px #000;
|
||||
}
|
||||
.tab {
|
||||
|
|
Loading…
Reference in New Issue
Block a user