diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 145cba658..c8a9ff7a1 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -59,6 +59,11 @@ dd > pre{ margin: 0; } +.form-group .select2-container--default.select2-container--focus .select2-selection--multiple, +.form-control:focus { + border-color: rgba(82,168,236,.8); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); +} .form-group li .form-control { width: auto; |