diff options
author | Steven <isteven@users.noreply.github.com> | 2015-03-24 10:25:41 +0800 |
---|---|---|
committer | Steven <isteven@users.noreply.github.com> | 2015-03-24 10:25:41 +0800 |
commit | a8b78b45ac351903f956ce836b8ec1af10eb8397 (patch) | |
tree | 19b707c20506ff9f4ef038f5f4ce7287ca640738 | |
parent | 6e6c85d313bb116c603ced8ccbef43854f582667 (diff) | |
parent | e90888eec1bccb368de690b67a4a876190d20044 (diff) | |
download | angular-multi-select-a8b78b45ac351903f956ce836b8ec1af10eb8397.zip angular-multi-select-a8b78b45ac351903f956ce836b8ec1af10eb8397.tar.gz angular-multi-select-a8b78b45ac351903f956ce836b8ec1af10eb8397.tar.bz2 |
Merge pull request #240 from greggroth/css-typo
Fix extra box-shadow 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; } |