diff options
| author | syed <[email protected]> | 2013-07-20 13:38:27 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-20 13:38:27 +0500 |
| commit | 330f40c8641a3f9bc4b4295c0d5d958108518d2e (patch) | |
| tree | 2b0b4b38bc2ae6edf5226ccd50134112f7a927ef /less/variables.less | |
| parent | 1683e6767a3e13585e67fb1d7e93aced83e8f8b2 (diff) | |
| download | bootstrap-330f40c8641a3f9bc4b4295c0d5d958108518d2e.tar.xz bootstrap-330f40c8641a3f9bc4b4295c0d5d958108518d2e.zip | |
moving forms, labels and list-group to variables.less
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index c30c0232c..438a276f9 100644 --- a/less/variables.less +++ b/less/variables.less @@ -135,6 +135,11 @@ @input-height-large: (ceil(@font-size-large * @line-height-base) + (@padding-large-vertical * 2) + 2); @input-height-small: (ceil(@font-size-small * @line-height-base) + (@padding-small-vertical * 2) + 2); +@legend-border-color: #e5e5e5; + +@input-group-addon-text-shadow: 0 1px 0 #fff; +@input-group-addon-border-color: #ccc; + // Dropdowns // ------------------------- @@ -284,6 +289,9 @@ @label-warning-bg: @brand-warning; @label-danger-bg: @brand-danger; +@label-color: #fff; +@label-link-hover-color: #fff; + // Modals // ------------------------- @@ -333,6 +341,9 @@ @list-group-active-bg: @component-active-bg; @list-group-active-border: @list-group-active-bg; +@link-list-group-color: #555; +@link-list-group-heading-color:#333; + // Panels // ------------------------- @panel-bg: #fff; @@ -421,7 +432,6 @@ @code-bg: #f9f2f4; @code-color: #c7254e; - @pre-bg: #f5f5f5; @pre-border-color: rgba(0,0,0,.15); @pre-fallback-border-color: #ccc; |
