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
7525aac8
Commit
7525aac8
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make .input-prepend/append .add-on text color the same as labels,
#333
, to close out #2276
parent
d5759882
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
+0
-1
docs/assets/css/bootstrap.css
less/forms.less
+0
-1
less/forms.less
with
0 additions
and
2 deletions
+0
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
7525aac8
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
0
-
1
View file @
7525aac8
...
...
@@ -931,7 +931,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
padding
:
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#999999
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
0
-
1
View file @
7525aac8
...
...
@@ -385,7 +385,6 @@ select:focus:required:invalid {
padding: 4px 5px;
font-weight: normal;
line-height: @baseLineHeight;
color: @grayLight;
text-align: center;
text-shadow: 0 1px 0 @white;
background-color: #f5f5f5;
...
...
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