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
4bf93a2d
Commit
4bf93a2d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4265
: restore chromium select fix
parent
97a23ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/forms.less
+1
-0
less/forms.less
with
1 addition
and
0 deletions
+1
-0
less/forms.less
+
1
-
0
View file @
4bf93a2d
...
@@ -160,6 +160,7 @@ input[type="file"] {
...
@@ -160,6 +160,7 @@ input[type="file"] {
select {
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
width: 220px; // default input width + 10px of padding that doesn't get applied
border: 1px solid #bbb;
border: 1px solid #bbb;
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
}
}
// Make multiple select elements height not fixed
// Make multiple select elements height not fixed
...
...
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