vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.8.4 vs vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.8.5
- old
+ new
@@ -1,7 +1,7 @@
/**
- * selectize.bootstrap3.css (v0.8.4) - Bootstrap 3 Theme
+ * selectize.bootstrap3.css (v0.8.5) - Bootstrap 3 Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
@@ -295,15 +295,15 @@
cursor: default;
background: #ffffff;
}
.selectize-dropdown .active {
- color: #ffffff;
- background-color: #428bca;
+ color: #262626;
+ background-color: #f5f5f5;
}
.selectize-dropdown .active.create {
- color: #ffffff;
+ color: #262626;
}
.selectize-dropdown .create {
color: rgba(51, 51, 51, 0.5);
}
\ No newline at end of file