app/assets/stylesheets/twitter/bootstrap/_input-groups.scss in anjlab-bootstrap-rails-3.0.0.2 vs app/assets/stylesheets/twitter/bootstrap/_input-groups.scss in anjlab-bootstrap-rails-3.0.0.3
- old
+ new
@@ -59,10 +59,11 @@
.input-group-addon {
padding: $padding-base-vertical $padding-base-horizontal;
font-size: $font-size-base;
font-weight: normal;
line-height: 1;
+ color: $input-color;
text-align: center;
background-color: $input-group-addon-bg;
border: 1px solid $input-group-addon-border-color;
border-radius: $border-radius-base;
@@ -110,9 +111,17 @@
// Button input groups
// -------------------------
.input-group-btn {
position: relative;
white-space: nowrap;
+
+ // Negative margin to only have a 1px border between the two
+ &:first-child > .btn {
+ margin-right: -1px;
+ }
+ &:last-child > .btn {
+ margin-left: -1px;
+ }
}
.input-group-btn > .btn {
position: relative;
// Jankily prevent input button groups from wrapping
+ .btn {