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
30801046
Commit
30801046
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make footer border color use header border color in modals
parent
c63489de
2 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8656
Added rel="stylesheet" to CDN-Examples
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
customize.html
+4
-4
customize.html
less/variables.less
+1
-2
less/variables.less
with
5 additions
and
6 deletions
+5
-6
customize.html
+
4
-
4
View file @
30801046
...
@@ -1033,12 +1033,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1033,12 +1033,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<label>
@modal-content-fallback-border-color
</label>
<label>
@modal-content-fallback-border-color
</label>
<input
type=
"text"
placeholder=
"#999"
>
<input
type=
"text"
placeholder=
"#999"
>
<p
class=
"help-block"
>
Modal content border color
<strong>
for IE8
</strong></p>
<p
class=
"help-block"
>
Modal content border color
<strong>
for IE8
</strong></p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-backdrop-bg
</label>
<label>
@modal-backdrop-bg
</label>
<input
type=
"text"
placeholder=
"#000"
>
<input
type=
"text"
placeholder=
"#000"
>
<p
class=
"help-block"
>
Modal backdrop background color
</p>
<p
class=
"help-block"
>
Modal backdrop background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-header-border-color
</label>
<label>
@modal-header-border-color
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
...
@@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-footer-border-color
</label>
<label>
@modal-footer-border-color
</label>
<input
type=
"text"
placeholder=
"
#e5e5e5
"
>
<input
type=
"text"
placeholder=
"
@modal-header-border-color
"
>
<p
class=
"help-block"
>
Modal footer border color
</p>
<p
class=
"help-block"
>
Modal footer border color
</p>
</div>
</div>
</div>
</div>
<h2
id=
"variables-carousel"
>
Carousel
</h2>
<h2
id=
"variables-carousel"
>
Carousel
</h2>
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
2
View file @
30801046
...
@@ -301,10 +301,9 @@
...
@@ -301,10 +301,9 @@
@modal-content-fallback-border-color: #999;
@modal-content-fallback-border-color: #999;
@modal-backdrop-bg: #000;
@modal-backdrop-bg: #000;
@modal-header-border-color: #e5e5e5;
@modal-header-border-color: #e5e5e5;
@modal-footer-border-color: @modal-header-border-color;
@modal-footer-border-color: #e5e5e5;
// Alerts
// Alerts
// -------------------------
// -------------------------
...
...
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