Commit 69aa23fe by Saliya Randunu

add icon to header select company dropdown

parent 8f0bdddd
...@@ -627,6 +627,9 @@ span.select2-selection.select2-selection--single:focus{ ...@@ -627,6 +627,9 @@ span.select2-selection.select2-selection--single:focus{
.wider-select .select2-container {width: 100% !important;} .wider-select .select2-container {width: 100% !important;}
.header-select{ margin:10px 20px;} .header-select{ margin:10px 20px;}
.header-select .select2-container {width: 40% !important;} .header-select .select2-container {width: 40% !important;}
.header-select .select2-container .select2-selection .select2-selection__rendered{
background: url('../images/my-company-icon.svg') no-repeat left 20px center; padding-left: 50px;
}
.select2-container option{ .select2-container option{
margin: 12px 15px; margin: 12px 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment