less-rails-bootswatch 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. data/lib/less/rails/bootswatch/version.rb +1 -1
  2. data/vendor/frameworks/stylesheets/bootswatch/amelia/bootswatch.less +5 -8
  3. data/vendor/frameworks/stylesheets/bootswatch/amelia/variables.less +10 -8
  4. data/vendor/frameworks/stylesheets/bootswatch/cerulean/bootswatch.less +33 -31
  5. data/vendor/frameworks/stylesheets/bootswatch/cerulean/variables.less +11 -9
  6. data/vendor/frameworks/stylesheets/bootswatch/cyborg/bootswatch.less +171 -144
  7. data/vendor/frameworks/stylesheets/bootswatch/cyborg/variables.less +20 -18
  8. data/vendor/frameworks/stylesheets/bootswatch/default/variables.less +10 -6
  9. data/vendor/frameworks/stylesheets/bootswatch/journal/bootswatch.less +74 -74
  10. data/vendor/frameworks/stylesheets/bootswatch/journal/variables.less +12 -10
  11. data/vendor/frameworks/stylesheets/bootswatch/readable/bootswatch.less +39 -11
  12. data/vendor/frameworks/stylesheets/bootswatch/readable/variables.less +10 -8
  13. data/vendor/frameworks/stylesheets/bootswatch/simplex/bootswatch.less +32 -39
  14. data/vendor/frameworks/stylesheets/bootswatch/simplex/variables.less +10 -8
  15. data/vendor/frameworks/stylesheets/bootswatch/slate/bootswatch.less +7 -11
  16. data/vendor/frameworks/stylesheets/bootswatch/slate/variables.less +13 -11
  17. data/vendor/frameworks/stylesheets/bootswatch/spacelab/bootswatch.less +85 -77
  18. data/vendor/frameworks/stylesheets/bootswatch/spacelab/variables.less +10 -8
  19. data/vendor/frameworks/stylesheets/bootswatch/spruce/bootswatch.less +143 -121
  20. data/vendor/frameworks/stylesheets/bootswatch/spruce/variables.less +12 -10
  21. data/vendor/frameworks/stylesheets/bootswatch/superhero/bootswatch.less +145 -134
  22. data/vendor/frameworks/stylesheets/bootswatch/superhero/variables.less +12 -10
  23. data/vendor/frameworks/stylesheets/bootswatch/united/bootswatch.less +38 -43
  24. data/vendor/frameworks/stylesheets/bootswatch/united/variables.less +10 -8
  25. metadata +10 -5
@@ -1,6 +1,6 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Journal
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
6
  // TYPOGRAPHY
@@ -8,12 +8,7 @@
8
8
 
9
9
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
10
10
 
11
- h1, h2, h3, h4, h5, h6, .brand, .navbar, .subnav a, blockquote > p {
12
- font-family: 'Open Sans', sans-serif;
13
- color: @textColor;
14
- }
15
-
16
- h1, h2, h3, h4, h5, h6, .brand {
11
+ h1, h2, h3, h4, h5, h6, .navbar .brand {
17
12
  font-weight: 700;
18
13
  }
19
14
 
@@ -24,70 +19,75 @@ a {
24
19
  text-decoration: underline;
25
20
  }
26
21
 
27
- .nav a, .navbar .brand, .subnav a, a.btn {
22
+ .nav a, .navbar .brand, .subnav a, a.btn, .dropdown-menu a {
28
23
  text-decoration: none;
29
24
  }
30
25
 
31
26
  // NAVBAR
32
27
  // -----------------------------------------------------
33
28
 
34
- .navbar .brand {
35
- color: @navbarLinkColor;
36
- text-shadow: none;
37
- font-weight: bold;
29
+ .navbar {
38
30
 
39
- &:hover {
40
- background-color: #EEEEEE;
31
+ .navbar-inner {
32
+ @shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
33
+ .box-shadow(@shadow);
34
+ border-top: 1px solid #E5E5E5;
35
+ .border-radius(0);
41
36
  }
42
- }
43
-
44
- .navbar-inner {
45
- border-top: 1px solid #E5E5E5;
46
- @shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
47
- .box-shadow(@shadow);
48
- }
49
-
50
- .navbar-inner, .navbar .dropdown-menu, div.subnav,
51
- div.subnav .nav > li:first-child > a, div.subnav .nav > li:first-child > a:hover {
52
- .border-radius(0);
53
- }
54
-
55
- .navbar .nav > li > a {
56
- text-shadow: none;
57
- }
37
+
38
+ .brand {
39
+ text-shadow: none;
58
40
 
59
- .navbar .nav .active > a,
60
- .navbar .nav .active > a:hover {
61
- color: @navbarLinkColor;
62
- background-color: rgba(0, 0, 0, 0);
63
- }
64
-
65
- .navbar .nav .active > a:hover,
66
- .navbar .nav > li > a:hover,
67
- .navbar .nav-collapse.in .nav li > a:hover {
68
- background-color: #EEEEEE;
69
- }
70
-
71
- .dropdown.open .dropdown-toggle {
72
- color: @textColor;
73
- }
74
-
75
- .navbar .nav .dropdown-toggle .caret,
76
- .navbar .nav .open.dropdown .caret {
77
- border-top-color: @navbarLinkColor;
78
- opacity: 1;
79
- }
41
+ &:hover {
42
+ background-color: #EEEEEE;
43
+ }
44
+ }
45
+
46
+ .nav > li > a {
47
+ text-shadow: none;
48
+ }
49
+
50
+ .dropdown-menu {
51
+ .border-radius(0);
52
+ }
80
53
 
81
- form.navbar-form, form.navbar-search {
82
- border-top: 0px solid #eee;
83
- border-bottom: 0px solid #eee;
84
- }
54
+ .nav li.dropdown.active > .dropdown-toggle,
55
+ .nav li.dropdown.active > .dropdown-toggle:hover,
56
+ .nav li.dropdown.open > .dropdown-toggle,
57
+ .nav li.dropdown.active.open > .dropdown-toggle,
58
+ .nav li.dropdown.active.open > .dropdown-toggle:hover {
59
+ background-color: @grayLighter;
60
+ color: @linkColor;
61
+ }
85
62
 
86
- .navbar-search .search-query,
87
- .navbar-search .search-query:hover {
88
- border: 1px solid @grayLighter;
89
- color: @textColor;
90
- .placeholder(@gray);
63
+ .nav li.dropdown .dropdown-toggle .caret,
64
+ .nav .open .caret,
65
+ .nav .open .dropdown-toggle:hover .caret {
66
+ border-top-color: @black;
67
+ opacity: 1;
68
+ }
69
+
70
+ .nav-collapse.in .nav li > a:hover {
71
+ background-color: @grayLighter;
72
+ }
73
+
74
+ .nav-collapse .nav li > a {
75
+ color: @textColor;
76
+ text-decoration: none;
77
+ font-weight: normal;
78
+ }
79
+
80
+ .nav-collapse .navbar-form,
81
+ .nav-collapse .navbar-search {
82
+ border-color: transparent;
83
+ }
84
+
85
+ .navbar-search .search-query,
86
+ .navbar-search .search-query:hover {
87
+ border: 1px solid @grayLighter;
88
+ color: @textColor;
89
+ .placeholder(@gray);
90
+ }
91
91
  }
92
92
 
93
93
  div.subnav {
@@ -95,15 +95,20 @@ div.subnav {
95
95
  background-image: none;
96
96
  @shadow: 0 1px 2px rgba(0,0,0,.25);
97
97
  .box-shadow(@shadow);
98
- }
98
+ .border-radius(0);
99
+
100
+ .nav > li > a:hover,
101
+ .nav > .active > a,
102
+ .nav > .active > a:hover {
103
+ color: @textColor;
104
+ text-decoration: none;
105
+ font-weight: normal;
106
+ }
99
107
 
100
- .navbar .nav-collapse.in .nav li > a,
101
- div.subnav .nav > li > a:hover,
102
- div.subnav .nav > .active > a,
103
- div.subnav .nav > .active > a:hover {
104
- color: @textColor;
105
- text-decoration: none;
106
- font-weight: normal;
108
+ .nav > li:first-child > a,
109
+ .nav > li:first-child > a:hover {
110
+ .border-radius(0);
111
+ }
107
112
  }
108
113
 
109
114
  // BUTTONS
@@ -116,7 +121,6 @@ div.subnav .nav > .active > a:hover {
116
121
  // MODALS
117
122
  // -----------------------------------------------------
118
123
 
119
-
120
124
  .modal {
121
125
  .border-radius(0px);
122
126
  background: @bodyBackground;
@@ -130,10 +134,6 @@ div.subnav .nav > .active > a:hover {
130
134
  text-decoration: none;
131
135
  }
132
136
 
133
- .modal-body {
134
-
135
- }
136
-
137
137
  .modal-footer {
138
138
  background: transparent;
139
139
  .box-shadow(none);
@@ -144,7 +144,7 @@ div.subnav .nav > .active > a:hover {
144
144
  // MISC
145
145
  // -----------------------------------------------------
146
146
 
147
- code, pre, pre.prettyprint, .well, .form-actions {
147
+ code, pre, pre.prettyprint, .well {
148
148
  background-color: @grayLighter;
149
149
  }
150
150
 
@@ -1,11 +1,9 @@
1
1
  // Variables.less
2
2
  // Variables to customize the look and feel of Bootstrap
3
3
  // Swatch: Journal
4
- // Version: 2.0.2
4
+ // Version: 2.0.3
5
5
  // -----------------------------------------------------
6
6
 
7
-
8
-
9
7
  // GLOBAL VALUES
10
8
  // --------------------------------------------------
11
9
 
@@ -47,10 +45,14 @@
47
45
 
48
46
  // Typography
49
47
  // -------------------------
48
+ @sansFontFamily: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
49
+ @serifFontFamily: Georgia, "Times New Roman", Times, serif;
50
+ @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
51
+
50
52
  @baseFontSize: 14px;
51
- @baseFontFamily: 'Open Sans', sans-serif;
53
+ @baseFontFamily: @sansFontFamily;
52
54
  @baseLineHeight: 18px;
53
- @altFontFamily: Georgia, "Times New Roman", Times, serif;
55
+ @altFontFamily: @serifFontFamily;
54
56
 
55
57
  @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
56
58
  @headingsFontWeight: bold; // instead of browser default, bold
@@ -94,8 +96,9 @@
94
96
  // -------------------------
95
97
  @inputBackground: @white;
96
98
  @inputBorder: #ccc;
99
+ @inputBorderRadius: 3px;
97
100
  @inputDisabledBackground: @grayLighter;
98
-
101
+ @formActionsBackground: @grayLighter;
99
102
 
100
103
  // Dropdowns
101
104
  // -------------------------
@@ -149,13 +152,14 @@
149
152
  @navbarLinkColor: @linkColor;
150
153
  @navbarLinkColorHover: @linkColor;
151
154
  @navbarLinkColorActive: @navbarLinkColorHover;
152
- @navbarLinkBackgroundHover: transparent;
153
- @navbarLinkBackgroundActive: @navbarBackground;
155
+ @navbarLinkBackgroundHover: @grayLighter;
156
+ @navbarLinkBackgroundActive: @grayLighter;
154
157
 
155
158
  @navbarSearchBackground: lighten(@navbarBackground, 25%);
156
159
  @navbarSearchBackgroundFocus: @white;
157
160
  @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
158
161
  @navbarSearchPlaceholderColor: #ccc;
162
+ @navbarBrandColor: @navbarLinkColor;
159
163
 
160
164
 
161
165
  // Hero unit
@@ -185,7 +189,6 @@
185
189
 
186
190
 
187
191
 
188
-
189
192
  // GRID
190
193
  // --------------------------------------------------
191
194
 
@@ -196,7 +199,6 @@
196
199
  @gridGutterWidth: 20px;
197
200
  @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
198
201
 
199
-
200
202
  // Fluid grid
201
203
  // -------------------------
202
204
  @fluidGridColumnWidth: 6.382978723%;
@@ -1,6 +1,6 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Readable
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
6
  // TYPOGRAPHY
@@ -62,7 +62,6 @@ footer.footer {
62
62
  }
63
63
 
64
64
  .brand {
65
- color: @linkColor;
66
65
  font-size: @baseFontSize;
67
66
  font-weight: bold;
68
67
  line-height: 1em;
@@ -79,9 +78,28 @@ footer.footer {
79
78
  }
80
79
 
81
80
  .nav > li.active > a,
82
- .nav > li:active > a,
83
- .dropdown.open .dropdown-toggle {
81
+ .open .dropdown-toggle {
82
+ color: @linkColor;
83
+ }
84
+
85
+ .nav li.dropdown.active > .dropdown-toggle,
86
+ .nav li.dropdown.open > .dropdown-toggle,
87
+ .nav li.dropdown.active.open > .dropdown-toggle {
84
88
  color: @linkColor;
89
+
90
+ &:hover {
91
+ color: @linkColorHover;
92
+ }
93
+ }
94
+
95
+ .nav li.dropdown .dropdown-toggle .caret,
96
+ .nav li.dropdown.open .caret {
97
+ border-top-color: @linkColor;
98
+ opacity: 1;
99
+ }
100
+
101
+ .nav li.dropdown.open .dropdown-toggle:hover .caret {
102
+ border-top-color: @linkColorHover;
85
103
  }
86
104
 
87
105
  .search-query {
@@ -90,12 +108,6 @@ footer.footer {
90
108
  color: @textColor;
91
109
  background-color: @white;
92
110
  }
93
-
94
- .nav .dropdown-toggle .caret,
95
- .nav .open.dropdown .caret {
96
- border-top-color: @linkColor;
97
- opacity: 1;
98
- }
99
111
  }
100
112
 
101
113
  @media (max-width: 980px) {
@@ -134,6 +146,7 @@ div.subnav {
134
146
  .box-shadow(none);
135
147
  background-color: transparent;
136
148
  }
149
+
137
150
  }
138
151
 
139
152
  div.subnav-fixed {
@@ -239,6 +252,22 @@ div.subnav-fixed {
239
252
  color: @textColor;
240
253
  background-color: @bodyBackground;
241
254
  }
255
+
256
+ .open .dropdown-toggle {
257
+ background-color: transparent;
258
+ color: @linkColor;
259
+ border-left: 1px solid whiteSmoke;
260
+ border-right: 1px solid #E5E5E5;
261
+ }
262
+
263
+
264
+ li.dropdown.open .dropdown-toggle .caret {
265
+ border-top-color: @linkColor;
266
+ }
267
+
268
+ li.dropdown.open .dropdown-toggle:hover .caret {
269
+ border-top-color: @linkColorHover;
270
+ }
242
271
  }
243
272
 
244
273
  .nav-list {
@@ -347,7 +376,6 @@ select, input[type="file"] {
347
376
  }
348
377
 
349
378
  .form-actions {
350
- background-color: transparent;
351
379
  border-top: 1px solid #D4D4D4;
352
380
  padding-top: 2em;
353
381
  }
@@ -1,11 +1,9 @@
1
1
  // Variables.less
2
2
  // Variables to customize the look and feel of Bootstrap
3
3
  // Swatch: Readable
4
- // Version: 2.0.2
4
+ // Version: 2.0.3
5
5
  // -----------------------------------------------------
6
6
 
7
-
8
-
9
7
  // GLOBAL VALUES
10
8
  // --------------------------------------------------
11
9
 
@@ -47,10 +45,14 @@
47
45
 
48
46
  // Typography
49
47
  // -------------------------
48
+ @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
49
+ @serifFontFamily: Georgia, "Times New Roman", Times, serif;
50
+ @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
51
+
50
52
  @baseFontSize: 19px;
51
- @baseFontFamily: Georgia, "Times New Roman", Times, serif;
53
+ @baseFontFamily: @serifFontFamily;
52
54
  @baseLineHeight: 1.6em;
53
- @altFontFamily: Georgia, "Times New Roman", Times, serif;
55
+ @altFontFamily: @serifFontFamily;
54
56
 
55
57
  @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
56
58
  @headingsFontWeight: bold; // instead of browser default, bold
@@ -94,8 +96,9 @@
94
96
  // -------------------------
95
97
  @inputBackground: @white;
96
98
  @inputBorder: #ccc;
99
+ @inputBorderRadius: 3px;
97
100
  @inputDisabledBackground: @grayLighter;
98
-
101
+ @formActionsBackground: transparent;
99
102
 
100
103
  // Dropdowns
101
104
  // -------------------------
@@ -156,6 +159,7 @@
156
159
  @navbarSearchBackgroundFocus: @white;
157
160
  @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
158
161
  @navbarSearchPlaceholderColor: #ccc;
162
+ @navbarBrandColor: @navbarLinkColor;
159
163
 
160
164
 
161
165
  // Hero unit
@@ -185,7 +189,6 @@
185
189
 
186
190
 
187
191
 
188
-
189
192
  // GRID
190
193
  // --------------------------------------------------
191
194
 
@@ -196,7 +199,6 @@
196
199
  @gridGutterWidth: 20px;
197
200
  @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
198
201
 
199
-
200
202
  // Fluid grid
201
203
  // -------------------------
202
204
  @fluidGridColumnWidth: 6.382978723%;
@@ -1,6 +1,6 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Simplex
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
6
  @boxShadow: 0 1px 1px rgba(0, 0, 0, 0.3);
@@ -8,7 +8,7 @@
8
8
  // TYPOGRAPHY
9
9
  // -----------------------------------------------------
10
10
 
11
- h6, .hero-unit h1 {
11
+ h6, .hero-unit {
12
12
  color: @headingsColor;
13
13
  }
14
14
 
@@ -33,6 +33,13 @@ h6, .hero-unit h1 {
33
33
  font-size: 11px;
34
34
  }
35
35
 
36
+ .navbar .navbar-text {
37
+ padding: 14px 10px 11px;
38
+ text-shadow: none;
39
+ font-weight: normal;
40
+ font-size: 11px;
41
+ }
42
+
36
43
  .navbar .nav > li > a:hover {
37
44
  text-decoration: underline;
38
45
  }
@@ -42,8 +49,8 @@ h6, .hero-unit h1 {
42
49
  background-color: transparent;
43
50
  }
44
51
 
45
- .navbar .nav .dropdown-toggle .caret,
46
- .navbar .nav .open.dropdown .caret {
52
+ .navbar .nav li.dropdown .dropdown-toggle .caret,
53
+ .navbar .nav li.open.dropdown .dropdown-toggle .caret {
47
54
  border-top-color: @textColor;
48
55
  }
49
56
 
@@ -52,24 +59,32 @@ h6, .hero-unit h1 {
52
59
  }
53
60
 
54
61
  div.subnav {
62
+
55
63
  background-image: none;
56
64
  background-color: @navbarBackground;
57
65
  border-bottom: 1px solid transparent;
58
66
  .box-shadow(@boxShadow);
59
- }
60
-
61
- div.subnav.subnav-fixed {
62
- .box-shadow(inset 0 5px #fff~"," @boxShadow);
63
- }
64
-
65
- div.subnav .nav > li > a {
66
- padding-top: 12px;
67
- color: @navbarText;
68
- font-weight: normal;
69
- font-size: 11px;
70
67
 
71
- &:hover {
72
- text-decoration: underline;
68
+ &.subnav-fixed {
69
+ .box-shadow(inset 0 5px #fff~"," @boxShadow);
70
+ }
71
+
72
+ .nav > li > a {
73
+ padding-top: 12px;
74
+ color: @navbarText;
75
+ font-weight: normal;
76
+ font-size: 11px;
77
+
78
+ &:hover {
79
+ text-decoration: underline;
80
+ }
81
+ }
82
+
83
+ .nav > li.open > a,
84
+ .nav > li.open > a:hover {
85
+ background-color: transparent;
86
+ border-left: 1px solid whiteSmoke;
87
+ border-right: 1px solid #E5E5E5;
73
88
  }
74
89
  }
75
90
 
@@ -126,7 +141,6 @@ div.subnav .nav > li > a {
126
141
  border-bottom: 1px solid #ccc;
127
142
  }
128
143
 
129
-
130
144
  .nav-pills > li > a:hover {
131
145
  background-color: transparent;
132
146
  }
@@ -136,14 +150,9 @@ div.subnav .nav > li > a {
136
150
  background-color: @bodyBackground;
137
151
  }
138
152
 
139
-
140
153
  // FORMS
141
154
  // -----------------------------------------------------
142
155
 
143
- input, textarea, select, .uneditable-input {
144
- .border-radius(0);
145
- }
146
-
147
156
  .navbar-search .search-query {
148
157
  border: 1px solid #CCC;
149
158
  .border-radius(0);
@@ -155,22 +164,6 @@ input, textarea, select, .uneditable-input {
155
164
  font-size: 11px;
156
165
  }
157
166
 
158
- .input-prepend input,
159
- .input-append input,
160
- .input-prepend select,
161
- .input-append select,
162
- .input-prepend .uneditable-input,
163
- .input-append .uneditable-input {
164
- .border-radius(0);
165
- }
166
-
167
- .input-prepend .add-on,
168
- .input-append .add-on,
169
- .input-prepend .btn,
170
- .input-append .btn {
171
- .border-radius(0);
172
- }
173
-
174
167
  // TABLES
175
168
  // -----------------------------------------------------
176
169
 
@@ -1,11 +1,9 @@
1
1
  // Variables.less
2
2
  // Variables to customize the look and feel of Bootstrap
3
3
  // Swatch: Simplex
4
- // Version: 2.0.2
4
+ // Version: 2.0.3
5
5
  // -----------------------------------------------------
6
6
 
7
-
8
-
9
7
  // GLOBAL VALUES
10
8
  // --------------------------------------------------
11
9
 
@@ -47,10 +45,14 @@
47
45
 
48
46
  // Typography
49
47
  // -------------------------
48
+ @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
49
+ @serifFontFamily: Georgia, "Times New Roman", Times, serif;
50
+ @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
51
+
50
52
  @baseFontSize: 13px;
51
- @baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
53
+ @baseFontFamily: @sansFontFamily;
52
54
  @baseLineHeight: 18px;
53
- @altFontFamily: Georgia, "Times New Roman", Times, serif;
55
+ @altFontFamily: @serifFontFamily;
54
56
 
55
57
  @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
56
58
  @headingsFontWeight: bold; // instead of browser default, bold
@@ -94,8 +96,9 @@
94
96
  // -------------------------
95
97
  @inputBackground: @white;
96
98
  @inputBorder: #ccc;
99
+ @inputBorderRadius: 0;
97
100
  @inputDisabledBackground: @grayLighter;
98
-
101
+ @formActionsBackground: #f5f5f5;
99
102
 
100
103
  // Dropdowns
101
104
  // -------------------------
@@ -156,6 +159,7 @@
156
159
  @navbarSearchBackgroundFocus: @white;
157
160
  @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
158
161
  @navbarSearchPlaceholderColor: #ccc;
162
+ @navbarBrandColor: @headingsColor;
159
163
 
160
164
 
161
165
  // Hero unit
@@ -185,7 +189,6 @@
185
189
 
186
190
 
187
191
 
188
-
189
192
  // GRID
190
193
  // --------------------------------------------------
191
194
 
@@ -196,7 +199,6 @@
196
199
  @gridGutterWidth: 20px;
197
200
  @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
198
201
 
199
-
200
202
  // Fluid grid
201
203
  // -------------------------
202
204
  @fluidGridColumnWidth: 6.382978723%;
@@ -1,6 +1,6 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Slate
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
6
  // SCAFFOLDING
@@ -20,21 +20,17 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
20
20
  }
21
21
 
22
22
  .brand {
23
- color: @grayLighter;
24
23
  font-weight: bold;
25
24
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
26
25
  border-right: 1px solid darken(@gray, 15%);
27
26
  }
28
27
 
29
28
  .nav > li > a {
30
- color: @grayLighter;
31
29
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
32
30
  border-right: 1px solid darken(@gray, 15%);
33
31
  border-left: 1px solid @gray;
34
32
 
35
33
  &:hover {
36
- color: @grayLighter;
37
- background-color: @grayDark;
38
34
  #gradient > .directional(@grayDarker, @grayDark, 280deg);
39
35
  border-left: 1px solid transparent;
40
36
  border-right: 1px solid transparent;
@@ -76,8 +72,7 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
76
72
  .nav-collapse.in > .nav > li > a:hover,
77
73
  .nav-collapse.in > .nav > li.active > a:hover {
78
74
  background-color: @grayDarker;
79
- }
80
-
75
+ }
81
76
  }
82
77
 
83
78
  @media (max-width: 979px) {
@@ -86,7 +81,6 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
86
81
  }
87
82
  }
88
83
 
89
-
90
84
  div.subnav {
91
85
  #gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
92
86
  border: 1px solid transparent;
@@ -107,7 +101,6 @@ div.subnav {
107
101
  }
108
102
  }
109
103
 
110
-
111
104
  .nav > li.active > a,
112
105
  .nav > li.active > a:hover {
113
106
  color: @grayLighter;
@@ -131,12 +124,16 @@ div.subnav {
131
124
  border-right: 1px solid darken(@gray, 15%);
132
125
  }
133
126
 
127
+ .open .dropdown-toggle {
128
+ border-right: 1px solid darken(@gray, 15%);
129
+ border-left: 1px solid @gray;
130
+ }
131
+
134
132
  &.subnav-fixed {
135
133
  .box-shadow(none);
136
134
  }
137
135
  }
138
136
 
139
-
140
137
  @media (max-width: 768px) {
141
138
  div.subnav .nav > li + li > a {
142
139
  border-top: 1px solid transparent;
@@ -337,7 +334,6 @@ label, input, button, select, textarea, legend {
337
334
  }
338
335
 
339
336
  .form-actions {
340
- background-color: darken(@grayDarker, 3%);
341
337
  border-top: none;
342
338
  }
343
339