From b0dd2f902d494f46c238e31ef3a711c11d44f501 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 22:53:30 -0700 Subject: Update and add `@btn-hover-color` to Customize page --- customize.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 1e1f0e67e..8d70d0445 100644 --- a/customize.html +++ b/customize.html @@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge +

Button hover

+ +

Success

-- cgit v1.2.3 From a5cc1300f60ae2a8a1c21adbc83b5de874155194 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:03:57 -0700 Subject: Update carousel vars * Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars --- customize.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 8d70d0445..2ba72ba78 100644 --- a/customize.html +++ b/customize.html @@ -976,6 +976,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Jumbotron lead paragraph color

+

Modals

@@ -994,6 +995,19 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Modal title line-height

+ + + + + + + + + + + + +

List group

Background

-- cgit v1.2.3 From ba954db159138d5b9aeef3df638f91daec5e12eb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:09:06 -0700 Subject: Update close vars * Remove dupe hover color var (again, it's not necessary to have it's own var here since we're controlling it via `opacity`) * Add to customizer --- customize.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 2ba72ba78..d08fad737 100644 --- a/customize.html +++ b/customize.html @@ -1191,9 +1191,16 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Popover outer arrow color

+ +

Close button

+ + + + +

Other

-
+

Horizontal line color

-- cgit v1.2.3 From cdf6019e115a2dcc6521c3b13bf091119521e9fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:13:15 -0700 Subject: Update code vars * Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:` --- customize.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'customize.html') diff --git a/customize.html b/customize.html index d08fad737..afdef028b 100644 --- a/customize.html +++ b/customize.html @@ -407,6 +407,22 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
+

Code blocks

+
+
+ + + + +
+
+ + + + +
+
+

Headings

-- cgit v1.2.3 From 398038c798f065c3e42a7d296daeb59921424644 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:18:53 -0700 Subject: Update dropdown vars * Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer --- customize.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index afdef028b..4c401b2cd 100644 --- a/customize.html +++ b/customize.html @@ -817,6 +817,10 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Hovered dropdown menu entry background color

+

Dropdown caret

+ + +

Indicator arrow for showing an element has a dropdown

Colors

@@ -834,12 +838,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Dividers

- +

Dropdown divider top border color

- - -

Dropdown divider bottom border color

-- cgit v1.2.3 From a049cdd46e382c87688f5bfb920d99c632f1dfd6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:22:13 -0700 Subject: Reorganize dropdown vars section --- customize.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 4c401b2cd..0fc753ca7 100644 --- a/customize.html +++ b/customize.html @@ -807,23 +807,25 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Dropdowns

-

Background

+

Dropdown menu

Dropdown menu background color

- - -

Active dropdown menu entry background color

- - -

Hovered dropdown menu entry background color

-

Dropdown caret

+ + +

Dropdown menu border color

+ + +

Dropdown menu border color for IE8

Indicator arrow for showing an element has a dropdown

+ + +

Dropdown divider top border color

-

Colors

+

Dropdown items

Dropdown text color

@@ -833,14 +835,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Hovered dropdown menu entry text color

-
-
-

Dividers

-
-
- - -

Dropdown divider top border color

+ + +

Active dropdown menu entry background color

+ + +

Hovered dropdown menu entry background color

-- cgit v1.2.3 From 9029b4c06cd0f7daf263df57e6b8b3daf9297674 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 23:25:46 -0700 Subject: Update forms vars * Reorganize layout * Add input group var * Add legend border var --- customize.html | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 0fc753ca7..0bb8f12b8 100644 --- a/customize.html +++ b/customize.html @@ -780,27 +780,35 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Forms

-

Background

+

Inputs

<input> background color

+ + +

<input> border color

+ + +

<input> border radius

-

<input disabled>background color

- +

<input disabled> background color

+
+

Placeholder

Placeholder text color

-
-
-

Border

- - -

<input> border color

- - -

<input>border radius

+ +

Legend

+ + +

<legend> border color

+ +

Input groups

+ + +

Border color for textual input addons

-- cgit v1.2.3