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.
2 parents 67f29bf + 6bf430c commit 180a8a4Copy full SHA for 180a8a4
src/resources/assets/scss/customs/_form.scss
@@ -47,5 +47,12 @@ form {
47
box-shadow: 0 0 0 2px #e1dcfb;
48
color: #495057;
49
outline: 0;
50
+ border-radius: 4px;
51
+ }
52
+
53
+ .select2.select2-container.select2-container--focus,
54
+ .select2.select2-container.select2-container--open .select2-selection {
55
+ border-color: #9080f1;
56
+ border: 1px solid #9080f1 !important;
57
}
58
0 commit comments