Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a78faee5
Commit
a78faee5
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #2138 from laczoka/2.0.2-wip
Fix for
#2137
, adding select to input append/prepend
parents
80abc50d
e423fc26
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/forms.less
+2
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
less/forms.less
+
2
-
0
View file @
a78faee5
...
...
@@ -361,6 +361,7 @@ select:focus:required:invalid {
margin-bottom: 5px;
.clearfix(); // Clear the float to prevent wrapping
input,
select,
.uneditable-input {
.border-radius(0 3px 3px 0);
&:focus {
...
...
@@ -400,6 +401,7 @@ select:focus:required:invalid {
}
.input-append {
input,
select
.uneditable-input {
float: left;
.border-radius(3px 0 0 3px);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets