Skip to content

Commit fa73137

Browse files
committed
Style updates
1 parent 3c08f24 commit fa73137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
background-color: #fff;
124124
background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
125125
background-repeat: repeat-x;
126-
border-color: #bbb;
126+
border-color: #999;
127127
}
128128

129129
&.disabled,
@@ -283,7 +283,7 @@
283283
background-color: #f4f4f4;
284284
background-image: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 100%);
285285
background-repeat: repeat-x;
286-
border-color: #bbb;
286+
border-color: #999;
287287
}
288288

289289
&.disabled,
@@ -457,7 +457,7 @@ input[type="button"] {
457457
margin-left: -1px;
458458
}
459459
+ .btn-group {
460-
margin-left: 4px;
460+
margin-left: 8px;
461461
}
462462
}
463463

0 commit comments

Comments
 (0)