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
a049cdd4
Commit
a049cdd4
authored
Jul 23, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize dropdown vars section
parent
398038c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
customize.html
customize.html
+17
-17
No files found.
customize.html
View file @
a049cdd4
...
...
@@ -807,23 +807,25 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<h2
id=
"variables-dropdowns"
>
Dropdowns
</h2>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<h3>
Background
</h3>
<h3>
Dropdown menu
</h3>
<label>
@dropdown-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Dropdown menu background color
</p>
<label>
@dropdown-link-active-bg
</label>
<input
type=
"text"
placeholder=
"@component-active-bg"
>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@dropdown-link-active-bg"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry background color
</p>
<h3>
Dropdown caret
</h3>
<label>
@dropdown-border
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.15)"
>
<p
class=
"help-block"
>
Dropdown menu border color
</p>
<label>
@dropdown-fallback-border
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<p
class=
"help-block"
>
Dropdown menu border color
<strong>
for IE8
</strong></p>
<label>
@dropdown-caret-color
</label>
<input
type=
"text"
placeholder=
"@dropdown-caret-color"
>
<p
class=
"help-block"
>
Indicator arrow for showing an element has a dropdown
</p>
<label>
@dropdown-divider-bg
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
</div>
<div
class=
"col-lg-6"
>
<h3>
Color
s
</h3>
<h3>
Dropdown item
s
</h3>
<label>
@dropdown-link-color
</label>
<input
type=
"text"
placeholder=
"@gray-dark"
>
<p
class=
"help-block"
>
Dropdown text color
</p>
...
...
@@ -833,14 +835,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry text color
</p>
</div>
</div>
<h3>
Dividers
</h3>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<label>
@dropdown-divider-bg
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
<label>
@dropdown-link-active-bg
</label>
<input
type=
"text"
placeholder=
"@component-active-bg"
>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@dropdown-link-active-bg"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry background color
</p>
</div>
</div>
...
...
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