diff options
author | Greggory Rothmeier <greggroth@gmail.com> | 2015-03-18 13:52:41 -0700 |
---|---|---|
committer | Greggory Rothmeier <greggroth@gmail.com> | 2015-03-18 13:52:41 -0700 |
commit | e90888eec1bccb368de690b67a4a876190d20044 (patch) | |
tree | 19b707c20506ff9f4ef038f5f4ce7287ca640738 | |
parent | 6e6c85d313bb116c603ced8ccbef43854f582667 (diff) | |
download | angular-multi-select-e90888eec1bccb368de690b67a4a876190d20044.zip angular-multi-select-e90888eec1bccb368de690b67a4a876190d20044.tar.gz angular-multi-select-e90888eec1bccb368de690b67a4a876190d20044.tar.bz2 |
Fix typo in CSS
-rw-r--r-- | isteven-multi-select.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isteven-multi-select.css b/isteven-multi-select.css index 72837a3..47728b6 100644 --- a/isteven-multi-select.css +++ b/isteven-multi-select.css @@ -172,7 +172,7 @@ .multiSelect .inputFilter:focus { border: 1px solid #66AFE9 !important; outline: 0; - -webkit-box-shadow: box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important; + -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important; box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important; } |