Browse Source

feat: disable more box-shadow

master
欧醚 3 years ago
parent
commit
a29f73c74b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/list.html

+ 1
- 1
templates/list.html View File

@ -188,7 +188,7 @@
display: none;
}
.user-info .btn {
.btn, input, select, textarea, label {
box-shadow: none !important;
}

Loading…
Cancel
Save