{"id":24200229,"url":"https://github.com/codeboxrcodehub/selectcustomicon","last_synced_at":"2026-06-11T07:31:44.172Z","repository":{"id":111524871,"uuid":"503235757","full_name":"codeboxrcodehub/selectcustomicon","owner":"codeboxrcodehub","description":"Custom dropdown icon/arrow for select/dropdown","archived":false,"fork":false,"pushed_at":"2022-07-20T09:25:08.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T09:31:36.710Z","etag":null,"topics":["css","dropdown","html","select"],"latest_commit_sha":null,"homepage":"https://codeboxr.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeboxrcodehub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-14T06:28:47.000Z","updated_at":"2022-07-20T09:16:47.000Z","dependencies_parsed_at":"2023-06-01T21:45:22.145Z","dependency_job_id":null,"html_url":"https://github.com/codeboxrcodehub/selectcustomicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeboxrcodehub/selectcustomicon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fselectcustomicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fselectcustomicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fselectcustomicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fselectcustomicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeboxrcodehub","download_url":"https://codeload.github.com/codeboxrcodehub/selectcustomicon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fselectcustomicon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","dropdown","html","select"],"created_at":"2025-01-13T20:41:39.904Z","updated_at":"2026-06-11T07:31:44.143Z","avatar_url":"https://github.com/codeboxrcodehub.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom dropdown arrow/icon for select/dropdown in html\n\nThe dropdown arrow/icon in select/dropdown html  comes from browser's standard style. This repository will to implement a custom icon/arrow for the dropdown/select.\n\n## Demo\n\n\n[View demo](https://codeboxrcodehub.github.io/selectcustomicon/index.html)\n\n## Usage\n\n# html\n\n```\n\u003cdiv class=\"custom-select-arrow-wrap\"\u003e\n  \u003cdiv class=\"custom-select-arrow\"\u003e\n    \u003cselect name=\"\" id=\"\" class=\"\"\u003e\n      \u003coption value=\"option-1\"\u003eOption 1\u003c/option\u003e\n      \u003coption value=\"option-2\"\u003eOption 2\u003c/option\u003e\n      \u003coption value=\"option-3\"\u003eOption 3\u003c/option\u003e\n      \u003coption value=\"option-4\"\u003eOption 4\u003c/option\u003e\n      \u003coption value=\"option-5\"\u003eOption 5\u003c/option\u003e\n      \u003coption value=\"option-6\"\u003eOption 6\u003c/option\u003e\n      \u003coption value=\"option-7\"\u003eOption 7\u003c/option\u003e\n    \u003c/select\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n# css\n\n```\n/*remove default down arrow*/\nselect {\n    -webkit-appearance: none;\n    -moz-appearance: none;\n}\n\n/*basic style*/\nselect {\n    width: 100%;\n    padding: 1rem;\n    border-radius: 0.5rem;\n    z-index: 1;\n    background-color: transparent;\n    position: relative;\n}\n\n.custom-select-arrow-wrap {\n    position: relative;\n}\n\n.custom-select-arrow:before {\n    font-family: \"Font Awesome 6 Free\";\n    content: \"\\f107\";\n    z-index: 0;\n    line-height: 2;\n    font-weight: 900;\n    color: #fff;\n    background-color: #153E5D;\n    width: 2rem;\n    height: 2rem;\n    border-radius: 0.5rem;\n    position: absolute;\n    top: 0.45rem;\n    right: 1rem;\n    text-align: center;\n}\n```\n\n## Contributing\n\nContributions to this repo will be appreciated.\n\n\n## License\n\nThis repository codes are licensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nCopyright 2022 [Codeboxr](https://codeboxr.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fselectcustomicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeboxrcodehub%2Fselectcustomicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fselectcustomicon/lists"}