vendor/assets/stylesheets/navbar.scss in anjlab-bootstrap-rails-2.0.3.2 vs vendor/assets/stylesheets/navbar.scss in anjlab-bootstrap-rails-2.0.4.0
- old
+ new
@@ -121,16 +121,10 @@
background-color: $navbarSearchBackground;
border: 1px solid $navbarSearchBorder;
@include box-shadow((inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)));
@include transition(none);
- // Placeholder text gets special styles; can't be a grouped selector
- &:-moz-placeholder {
- color: $navbarSearchPlaceholderColor;
- }
- &::-webkit-input-placeholder {
- color: $navbarSearchPlaceholderColor;
- }
+ @include placeholder-input($navbarSearchPlaceholderColor);
// Focus states (we use .focused since IE7-8 and down doesn't support :focus)
&:focus,
&.focused {
padding: 5px 10px;
\ No newline at end of file