From 25dd784d6821a2d214412917558bcfe96c68f13f Mon Sep 17 00:00:00 2001 From: artweb-job Date: Fri, 6 Jul 2018 11:43:23 +0300 Subject: [PATCH] file input settings 2 --- backend/web/core/css/custom.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/backend/web/core/css/custom.css b/backend/web/core/css/custom.css index c46b1d5..5956fe0 100644 --- a/backend/web/core/css/custom.css +++ b/backend/web/core/css/custom.css @@ -5404,6 +5404,8 @@ padding: 0 10px; color: #428442; } +/********file input settings***********/ + .file-caption .file-caption-name { border: 0 !important; box-shadow: none !important; @@ -5436,3 +5438,4 @@ padding: 0 10px; margin-bottom: 10px; } +/********end file input settings***********/ -- libgit2 0.21.4