We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c73b9 commit 78657e2Copy full SHA for 78657e2
light/src/components/CustomSelect.vue
@@ -148,12 +148,17 @@ export default {
148
.vcron-select-input {
149
display: inline-block;
150
border-radius: 3px;
151
- border: 1px solid #eee;
152
- background-color: #ddd;
+ border: 1px solid #ddd;
+ background-color: #eee;
153
user-select: none;
154
padding: 0 0.5em;
155
}
156
157
+.vcron-select-input:hover {
158
+ border: 1px solid #ccc;
159
+ background-color: #ddd;
160
+}
161
+
162
.vcron-select-list {
163
position: absolute;
164
top: 1.8em;
0 commit comments