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
d65e815a
Commit
d65e815a
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
use @textColor to change help-block/help-inline font color
parent
94a3d4eb
7 merge requests
!4427
Use variable for desktop media query
,
!4258
Aria
,
!4248
Amended mentions of 'javascript' to the correct 'JavaScript'
,
!4235
Patch 1
,
!4232
Fixing the modal z-index issue + make modal stacking possible
,
!4213
2.1.0 wip
,
!4165
Patch 2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/forms.less
+1
-1
less/forms.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
d65e815a
...
...
@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
.help-block
,
.help-inline
{
color
:
#5
55555
;
color
:
#5
95959
;
}
.help-block
{
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
1
View file @
d65e815a
...
...
@@ -356,7 +356,7 @@ textarea {
.help-block,
.help-inline {
color:
@gray
; // lighten the text some for contrast
color:
lighten(@textColor, 15%)
; // lighten the text some for contrast
}
.help-block {
...
...
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