From ed289682b8bcebea2aee8b57432805eb3ba99525 Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Sat, 2 Apr 2022 03:10:33 +0430 Subject: [PATCH] Select Box Drop Down Icon Changed --- src/App.css | 15 +++++++++++++++ src/view/services/index.js | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index d241c0d..d6ee471 100644 --- a/src/App.css +++ b/src/App.css @@ -32,4 +32,19 @@ input::-webkit-inner-spin-button { /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #b30000; +} +select { + -webkit-appearance: none; + -moz-appearance: none; + background: transparent; + background-image: url("data:image/svg+xml;utf8,"); + background-repeat: no-repeat; + background-position-x: 1%; + background-position-y: 50%; + border: 1px solid #dfdfdf; + border-radius: 2px; + /* margin-right: 2rem; */ + padding: 1rem; + padding-right: 2rem; + cursor: pointer; } \ No newline at end of file diff --git a/src/view/services/index.js b/src/view/services/index.js index 64193ed..8c9f3b1 100644 --- a/src/view/services/index.js +++ b/src/view/services/index.js @@ -220,9 +220,9 @@ const Services = ({ -
+