Commit 25dd784d6821a2d214412917558bcfe96c68f13f
1 parent
98236a91
file input settings 2
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
backend/web/core/css/custom.css
... | ... | @@ -5404,6 +5404,8 @@ padding: 0 10px; |
5404 | 5404 | color: #428442; |
5405 | 5405 | } |
5406 | 5406 | |
5407 | +/********file input settings***********/ | |
5408 | + | |
5407 | 5409 | .file-caption .file-caption-name { |
5408 | 5410 | border: 0 !important; |
5409 | 5411 | box-shadow: none !important; |
... | ... | @@ -5436,3 +5438,4 @@ padding: 0 10px; |
5436 | 5438 | margin-bottom: 10px; |
5437 | 5439 | } |
5438 | 5440 | |
5441 | +/********end file input settings***********/ | ... | ... |