Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
53091be6
Commit
53091be6
authored
Feb 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary select border reset
parent
e2d829e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+0
-4
less/forms.less
less/forms.less
+0
-6
No files found.
docs/assets/css/bootstrap.css
View file @
53091be6
...
...
@@ -1135,10 +1135,6 @@ input[type="file"] {
line-height
:
34px
;
}
select
{
border
:
1px
solid
#cccccc
;
}
select
[
multiple
],
select
[
size
]
{
height
:
auto
;
...
...
less/forms.less
View file @
53091be6
...
...
@@ -138,12 +138,6 @@ input[type="file"] {
line-height: @input-height-base;
}
// Make select elements obey height by applying a border
// TODO: See if this can be part of the above selector stack
select {
border: 1px solid @input-border;
}
// Make multiple select elements height not fixed
select[multiple],
select[size] {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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