2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

better dropdown styles

This commit is contained in:
Jeff Sagal
2016-03-09 12:38:01 -08:00
parent 8617761ce9
commit 2a36577708
2 changed files with 15 additions and 4 deletions
+4 -4
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -31,6 +31,17 @@
#v-select .dropdown-toggle:after {
color: #404040;
}
#v-select .highlight a,
#v-select li:hover a {
background: #4CC3D9;
color: #fff;
}
#v-select.open .dropdown-toggle,
#v-select.open .dropdown-menu {
border-color: #4CC3D9;
}
</style>
<template>