From 69eb8d53e3591e8cb7e7373022039c4feac3eca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 4 Jan 2021 01:53:45 +0300 Subject: [PATCH] Akaunting select remote suffix icon.. --- public/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index 87a6a7ad9..3e696caaf 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1423,3 +1423,14 @@ table .align-items-center td span.badge { padding-left: 38px !important; } /* el-select__tags */ + +/* Akaunting select remove add suffix icon Start */ +.el-input.el-input--prefix.el-input--suffix .el-select__caret.el-input__icon.el-icon-:before { + content: "\e6e1"; +} + +.el-input.el-input--prefix.el-input--suffix.is-focus .el-select__caret.el-input__icon.el-icon- { + -webkit-transform: rotateZ(0); + transform: rotateZ(0); +} +/* Akaunting select remove add suffix icon Finish */ \ No newline at end of file