aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 8693fa35d..5480419a2 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -448,6 +448,12 @@ select:focus:invalid {
display: table-cell;
margin: 0;
border-radius: 0;
+ &.input-small {
+ border-radius: 0;
+ }
+ &.input-large {
+ border-radius: 0;
+ }
}
// Addon and addon wrapper for buttons
.input-group-addon,
@@ -468,6 +474,15 @@ select:focus:invalid {
text-shadow: 0 1px 0 #fff;
background-color: @grayLighter;
border: 1px solid #ccc;
+
+ &.input-small {
+ padding: @padding-small;
+ font-size: @font-size-small;
+ }
+ &.input-large {
+ padding: @padding-large-input;
+ font-size: @font-size-large;
+ }
}
// Reset rounded corners