Skip to content
GitLab
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
a7d8145a
Commit
a7d8145a
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#3036
: add bg color to inputs
parent
c710f039
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
a7d8145a
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
a7d8145a
...
...
@@ -641,6 +641,7 @@ select,
font-size
:
13px
;
line-height
:
18px
;
color
:
#555555
;
background-color
:
#ffffff
;
border
:
1px
solid
#cccccc
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
a7d8145a
...
...
@@ -71,6 +71,7 @@ select,
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @gray;
background-color: @inputBackground;
border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius);
}
...
...
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