less-rails-bootswatch 0.2.6 → 0.2.7
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.
- data/lib/less/rails/bootswatch/version.rb +1 -1
- data/vendor/frameworks/stylesheets/bootswatch/amelia/bootswatch.less +29 -29
- data/vendor/frameworks/stylesheets/bootswatch/amelia/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/cerulean/bootswatch.less +6 -6
- data/vendor/frameworks/stylesheets/bootswatch/cerulean/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/cyborg/bootswatch.less +46 -47
- data/vendor/frameworks/stylesheets/bootswatch/cyborg/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/default/variables.less +2 -1
- data/vendor/frameworks/stylesheets/bootswatch/journal/bootswatch.less +5 -1
- data/vendor/frameworks/stylesheets/bootswatch/journal/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/readable/bootswatch.less +30 -30
- data/vendor/frameworks/stylesheets/bootswatch/readable/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/simplex/bootswatch.less +74 -69
- data/vendor/frameworks/stylesheets/bootswatch/simplex/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/slate/bootswatch.less +30 -25
- data/vendor/frameworks/stylesheets/bootswatch/slate/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/spacelab/bootswatch.less +22 -17
- data/vendor/frameworks/stylesheets/bootswatch/spacelab/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/spruce/bootswatch.less +21 -26
- data/vendor/frameworks/stylesheets/bootswatch/spruce/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/superhero/bootswatch.less +33 -36
- data/vendor/frameworks/stylesheets/bootswatch/superhero/variables.less +3 -2
- data/vendor/frameworks/stylesheets/bootswatch/united/bootswatch.less +5 -4
- data/vendor/frameworks/stylesheets/bootswatch/united/variables.less +3 -2
- metadata +4 -4
@@ -1,6 +1,6 @@
|
|
1
1
|
// Bootswatch.less
|
2
2
|
// Swatch: Readable
|
3
|
-
// Version: 2.0.
|
3
|
+
// Version: 2.0.4
|
4
4
|
// -----------------------------------------------------
|
5
5
|
|
6
6
|
// TYPOGRAPHY
|
@@ -70,12 +70,12 @@ footer.footer {
|
|
70
70
|
font-weight: bold;
|
71
71
|
line-height: 1em;
|
72
72
|
padding: 10px 10px 11px;
|
73
|
-
|
73
|
+
|
74
74
|
&:hover {
|
75
75
|
color: @linkColorHover;
|
76
76
|
}
|
77
77
|
}
|
78
|
-
|
78
|
+
|
79
79
|
.nav > li > a {
|
80
80
|
text-shadow: none;
|
81
81
|
padding: 10px;
|
@@ -85,27 +85,27 @@ footer.footer {
|
|
85
85
|
.open .dropdown-toggle {
|
86
86
|
color: @linkColor;
|
87
87
|
}
|
88
|
-
|
88
|
+
|
89
89
|
.nav li.dropdown.active > .dropdown-toggle,
|
90
90
|
.nav li.dropdown.open > .dropdown-toggle,
|
91
91
|
.nav li.dropdown.active.open > .dropdown-toggle {
|
92
92
|
color: @linkColor;
|
93
|
-
|
93
|
+
|
94
94
|
&:hover {
|
95
95
|
color: @linkColorHover;
|
96
96
|
}
|
97
97
|
}
|
98
|
-
|
98
|
+
|
99
99
|
.nav li.dropdown .dropdown-toggle .caret,
|
100
100
|
.nav li.dropdown.open .caret {
|
101
101
|
border-top-color: @linkColor;
|
102
102
|
opacity: 1;
|
103
103
|
}
|
104
|
-
|
104
|
+
|
105
105
|
.nav li.dropdown.open .dropdown-toggle:hover .caret {
|
106
106
|
border-top-color: @linkColorHover;
|
107
107
|
}
|
108
|
-
|
108
|
+
|
109
109
|
.search-query {
|
110
110
|
border: 1px solid #D4D4D4;
|
111
111
|
.border-radius(0);
|
@@ -133,16 +133,16 @@ div.subnav {
|
|
133
133
|
background-image: none;
|
134
134
|
|
135
135
|
.nav {
|
136
|
-
padding: 0;
|
136
|
+
padding: 0;
|
137
137
|
}
|
138
|
-
|
138
|
+
|
139
139
|
.nav > li.active > a,
|
140
140
|
.nav > li:active > a {
|
141
141
|
color: @linkColor;
|
142
142
|
.box-shadow(none);
|
143
143
|
background-color: transparent;
|
144
144
|
}
|
145
|
-
|
145
|
+
|
146
146
|
.nav > li > a:hover,
|
147
147
|
.nav > li.active > a:hover,
|
148
148
|
.nav > li:active > a:hover {
|
@@ -150,7 +150,7 @@ div.subnav {
|
|
150
150
|
.box-shadow(none);
|
151
151
|
background-color: transparent;
|
152
152
|
}
|
153
|
-
|
153
|
+
|
154
154
|
}
|
155
155
|
|
156
156
|
div.subnav-fixed {
|
@@ -161,7 +161,7 @@ div.subnav-fixed {
|
|
161
161
|
.box-shadow(none);
|
162
162
|
.border-radius(4px);
|
163
163
|
border: 1px solid #E5E5E5;
|
164
|
-
|
164
|
+
|
165
165
|
.nav {
|
166
166
|
width: auto;
|
167
167
|
padding: 0;
|
@@ -172,28 +172,28 @@ div.subnav-fixed {
|
|
172
172
|
border: 1px solid #D4D4D4;
|
173
173
|
.border-radius(0);
|
174
174
|
.box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
|
175
|
-
|
175
|
+
|
176
176
|
.divider {
|
177
177
|
margin: 5px 1px;
|
178
178
|
}
|
179
179
|
}
|
180
180
|
|
181
181
|
.navbar .nav-collapse.in {
|
182
|
-
|
182
|
+
|
183
183
|
.nav li:first-child > a {
|
184
184
|
margin-bottom: 10px;
|
185
185
|
}
|
186
|
-
|
186
|
+
|
187
187
|
.nav li > a {
|
188
188
|
color: @linkColor;
|
189
189
|
.border-radius(0);
|
190
190
|
font-weight: normal;
|
191
|
-
|
191
|
+
|
192
192
|
&:hover {
|
193
193
|
color: @linkColorHover;
|
194
194
|
}
|
195
195
|
}
|
196
|
-
|
196
|
+
|
197
197
|
.nav li > a:hover {
|
198
198
|
background: transparent;
|
199
199
|
}
|
@@ -256,19 +256,19 @@ div.subnav-fixed {
|
|
256
256
|
color: @textColor;
|
257
257
|
background-color: @bodyBackground;
|
258
258
|
}
|
259
|
-
|
259
|
+
|
260
260
|
.open .dropdown-toggle {
|
261
261
|
background-color: transparent;
|
262
262
|
color: @linkColor;
|
263
263
|
border-left: 1px solid whiteSmoke;
|
264
264
|
border-right: 1px solid #E5E5E5;
|
265
265
|
}
|
266
|
-
|
267
|
-
|
266
|
+
|
267
|
+
|
268
268
|
li.dropdown.open .dropdown-toggle .caret {
|
269
269
|
border-top-color: @linkColor;
|
270
270
|
}
|
271
|
-
|
271
|
+
|
272
272
|
li.dropdown.open .dropdown-toggle:hover .caret {
|
273
273
|
border-top-color: @linkColorHover;
|
274
274
|
}
|
@@ -287,7 +287,7 @@ div.subnav-fixed {
|
|
287
287
|
li.active > a:hover {
|
288
288
|
color: @textColor;
|
289
289
|
}
|
290
|
-
|
290
|
+
|
291
291
|
[class^="icon-"] {
|
292
292
|
margin-top: 3px;
|
293
293
|
opacity: 0.8;
|
@@ -309,20 +309,20 @@ div.subnav-fixed {
|
|
309
309
|
li > a {
|
310
310
|
padding: 10px 14px;
|
311
311
|
}
|
312
|
-
|
312
|
+
|
313
313
|
|
314
314
|
li.active > a,
|
315
315
|
li.active > a:hover {
|
316
316
|
color: @textColor;
|
317
317
|
background-color: #F5F5F5;
|
318
318
|
}
|
319
|
-
|
319
|
+
|
320
320
|
li > a,
|
321
321
|
li.disabled > a,
|
322
322
|
li.disabled > a:hover {
|
323
323
|
background-color: @white;
|
324
324
|
}
|
325
|
-
|
325
|
+
|
326
326
|
li:first-child > a,
|
327
327
|
li:last-child > a {
|
328
328
|
.border-radius(0);
|
@@ -330,7 +330,7 @@ div.subnav-fixed {
|
|
330
330
|
}
|
331
331
|
|
332
332
|
.pager {
|
333
|
-
|
333
|
+
|
334
334
|
a {
|
335
335
|
.border-radius(0);
|
336
336
|
}
|
@@ -421,7 +421,7 @@ select, input[type="file"] {
|
|
421
421
|
// MISCELLANEOUS
|
422
422
|
// -----------------------------------------------------
|
423
423
|
|
424
|
-
.alert,
|
424
|
+
.alert,
|
425
425
|
.label, .label:hover {
|
426
426
|
.border-radius(0);
|
427
427
|
border: 1px solid #D4D4D4;
|
@@ -458,11 +458,11 @@ select, input[type="file"] {
|
|
458
458
|
|
459
459
|
blockquote {
|
460
460
|
border-left: 6px solid @grayLighter;
|
461
|
-
|
461
|
+
|
462
462
|
&.pull-right {
|
463
463
|
border-right: 6px solid @grayLighter;
|
464
464
|
}
|
465
|
-
|
465
|
+
|
466
466
|
p {
|
467
467
|
font-size: 1em;
|
468
468
|
line-height: 1.2em;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
// Variables.less
|
2
2
|
// Variables to customize the look and feel of Bootstrap
|
3
3
|
// Swatch: Readable
|
4
|
-
// Version: 2.0.
|
4
|
+
// Version: 2.0.4
|
5
5
|
// -----------------------------------------------------
|
6
6
|
|
7
7
|
// GLOBAL VALUES
|
@@ -107,7 +107,8 @@
|
|
107
107
|
@dropdownLinkColor: @linkColor;
|
108
108
|
@dropdownLinkColorHover: @linkColorHover;
|
109
109
|
@dropdownLinkBackgroundHover: transparent;
|
110
|
-
|
110
|
+
@dropdownDividerTop: #e5e5e5;
|
111
|
+
@dropdownDividerBottom: @white;
|
111
112
|
|
112
113
|
|
113
114
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// Bootswatch.less
|
2
2
|
// Swatch: Simplex
|
3
|
-
// Version: 2.0.
|
3
|
+
// Version: 2.0.4
|
4
4
|
// -----------------------------------------------------
|
5
5
|
|
6
6
|
@boxShadow: 0 1px 1px rgba(0, 0, 0, 0.3);
|
@@ -15,71 +15,82 @@ h6, .hero-unit {
|
|
15
15
|
// NAVBAR
|
16
16
|
// -----------------------------------------------------
|
17
17
|
|
18
|
-
.navbar
|
19
|
-
.box-shadow(inset 0 -1px #CFCACA);
|
20
|
-
border-bottom: 1px solid #FFF;
|
21
|
-
border-bottom: none;
|
22
|
-
}
|
18
|
+
.navbar {
|
23
19
|
|
24
|
-
.navbar
|
25
|
-
|
26
|
-
|
27
|
-
|
20
|
+
.navbar-inner {
|
21
|
+
.box-shadow(inset 0 -1px #CFCACA);
|
22
|
+
border-bottom: 1px solid #FFF;
|
23
|
+
border-bottom: none;
|
24
|
+
}
|
28
25
|
|
29
|
-
.
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
font-size: 11px;
|
34
|
-
}
|
26
|
+
.brand {
|
27
|
+
padding-top: 10px;
|
28
|
+
color: @headingsColor;
|
29
|
+
}
|
35
30
|
|
36
|
-
.navbar
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
31
|
+
.navbar-text {
|
32
|
+
padding: 14px 10px 11px;
|
33
|
+
text-shadow: none;
|
34
|
+
font-weight: normal;
|
35
|
+
font-size: 11px;
|
36
|
+
line-height: 19px;
|
37
|
+
}
|
42
38
|
|
43
|
-
.
|
44
|
-
|
45
|
-
|
39
|
+
.nav > li > a {
|
40
|
+
padding-top: 14px;
|
41
|
+
text-shadow: none;
|
42
|
+
font-weight: normal;
|
43
|
+
font-size: 11px;
|
44
|
+
}
|
46
45
|
|
47
|
-
.
|
48
|
-
|
49
|
-
|
50
|
-
}
|
46
|
+
.nav > li > a:hover {
|
47
|
+
text-decoration: underline;
|
48
|
+
}
|
51
49
|
|
52
|
-
.
|
53
|
-
.
|
54
|
-
|
55
|
-
}
|
50
|
+
.nav .active > a,
|
51
|
+
.nav .active > a:hover {
|
52
|
+
background-color: transparent;
|
53
|
+
}
|
56
54
|
|
57
|
-
.dropdown
|
58
|
-
|
55
|
+
.nav li.dropdown .dropdown-toggle .caret,
|
56
|
+
.nav li.open.dropdown .dropdown-toggle .caret {
|
57
|
+
border-top-color: @textColor;
|
58
|
+
}
|
59
|
+
|
60
|
+
.nav-collapse .nav li > a {
|
61
|
+
color: @headingsColor;
|
62
|
+
font-weight: normal;
|
63
|
+
}
|
64
|
+
|
65
|
+
.nav-collapse .nav li > a:hover {
|
66
|
+
background-color: transparent;
|
67
|
+
color: @black;
|
68
|
+
text-decoration: underline;
|
69
|
+
}
|
59
70
|
}
|
60
71
|
|
61
72
|
div.subnav {
|
62
|
-
|
73
|
+
|
63
74
|
background-image: none;
|
64
75
|
background-color: @navbarBackground;
|
65
76
|
border-bottom: 1px solid transparent;
|
66
77
|
.box-shadow(@boxShadow);
|
67
|
-
|
78
|
+
|
68
79
|
&.subnav-fixed {
|
69
80
|
.box-shadow(inset 0 5px #fff~"," @boxShadow);
|
70
81
|
}
|
71
|
-
|
82
|
+
|
72
83
|
.nav > li > a {
|
73
84
|
padding-top: 12px;
|
74
85
|
color: @navbarText;
|
75
86
|
font-weight: normal;
|
76
87
|
font-size: 11px;
|
77
|
-
|
88
|
+
|
78
89
|
&:hover {
|
79
90
|
text-decoration: underline;
|
80
91
|
}
|
81
92
|
}
|
82
|
-
|
93
|
+
|
83
94
|
.nav > li.open > a,
|
84
95
|
.nav > li.open > a:hover {
|
85
96
|
background-color: transparent;
|
@@ -88,26 +99,6 @@ div.subnav {
|
|
88
99
|
}
|
89
100
|
}
|
90
101
|
|
91
|
-
.dropdown-menu {
|
92
|
-
.border-radius(0);
|
93
|
-
font-size: 11px;
|
94
|
-
}
|
95
|
-
|
96
|
-
.nav .nav-header {
|
97
|
-
font-weight: normal;
|
98
|
-
text-transform: none;
|
99
|
-
}
|
100
|
-
.navbar .nav-collapse.in .nav li > a {
|
101
|
-
color: @headingsColor;
|
102
|
-
font-weight: normal;
|
103
|
-
}
|
104
|
-
|
105
|
-
.navbar .nav-collapse.in .nav li > a:hover {
|
106
|
-
background-color: transparent;
|
107
|
-
color: @black;
|
108
|
-
text-decoration: underline;
|
109
|
-
}
|
110
|
-
|
111
102
|
@media (max-width: 979px) {
|
112
103
|
form.navbar-form, form.navbar-search {
|
113
104
|
border-top: 1px solid #ccc;
|
@@ -118,11 +109,25 @@ div.subnav {
|
|
118
109
|
// NAV
|
119
110
|
// -----------------------------------------------------
|
120
111
|
|
112
|
+
.nav .nav-header {
|
113
|
+
font-weight: normal;
|
114
|
+
text-transform: none;
|
115
|
+
}
|
116
|
+
|
121
117
|
.nav > li > a {
|
122
118
|
font-size: 11px;
|
123
119
|
border-width: 1px;
|
124
120
|
}
|
125
121
|
|
122
|
+
.dropdown-menu {
|
123
|
+
.border-radius(0);
|
124
|
+
font-size: 11px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.dropdown.open .dropdown-toggle {
|
128
|
+
color: @headingsColor;
|
129
|
+
}
|
130
|
+
|
126
131
|
.nav-tabs > li > a,
|
127
132
|
.nav-tabs > li > a:hover,
|
128
133
|
.tabbable > .nav-tabs > li > a,
|
@@ -176,33 +181,33 @@ legend {
|
|
176
181
|
// -----------------------------------------------------
|
177
182
|
|
178
183
|
.btn {
|
179
|
-
|
180
|
-
|
181
|
-
|
184
|
+
.border-radius(2px);
|
185
|
+
font-weight: bold;
|
186
|
+
#gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%));
|
182
187
|
}
|
183
188
|
|
184
189
|
.btn-primary {
|
185
|
-
|
190
|
+
.buttonBackground(lighten(@btnPrimaryBackground, 5%), @btnPrimaryBackground);
|
186
191
|
}
|
187
192
|
|
188
193
|
.btn-warning {
|
189
|
-
|
194
|
+
.buttonBackground(lighten(@orange, 5%), @orange);
|
190
195
|
}
|
191
196
|
|
192
197
|
.btn-danger {
|
193
|
-
|
198
|
+
.buttonBackground(lighten(@red, 5%), @red);
|
194
199
|
}
|
195
200
|
|
196
201
|
.btn-success {
|
197
|
-
|
202
|
+
.buttonBackground(lighten(@green, 5%), @green);
|
198
203
|
}
|
199
204
|
|
200
205
|
.btn-info {
|
201
|
-
|
206
|
+
.buttonBackground(lighten(#5bc0de, 5%), #5bc0de);
|
202
207
|
}
|
203
208
|
|
204
209
|
.btn-inverse {
|
205
|
-
|
210
|
+
.buttonBackground(lighten(@purple, 5%), @purple);
|
206
211
|
}
|
207
212
|
|
208
213
|
// MODALS
|
@@ -1,7 +1,7 @@
|
|
1
1
|
// Variables.less
|
2
2
|
// Variables to customize the look and feel of Bootstrap
|
3
3
|
// Swatch: Simplex
|
4
|
-
// Version: 2.0.
|
4
|
+
// Version: 2.0.4
|
5
5
|
// -----------------------------------------------------
|
6
6
|
|
7
7
|
// GLOBAL VALUES
|
@@ -107,7 +107,8 @@
|
|
107
107
|
@dropdownLinkColor: @grayDark;
|
108
108
|
@dropdownLinkColorHover: @white;
|
109
109
|
@dropdownLinkBackgroundHover: @linkColor;
|
110
|
-
|
110
|
+
@dropdownDividerTop: #e5e5e5;
|
111
|
+
@dropdownDividerBottom: @white;
|
111
112
|
|
112
113
|
|
113
114
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// Bootswatch.less
|
2
2
|
// Swatch: Slate
|
3
|
-
// Version: 2.0.
|
3
|
+
// Version: 2.0.4
|
4
4
|
// -----------------------------------------------------
|
5
5
|
|
6
6
|
// SCAFFOLDING
|
@@ -14,29 +14,34 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
|
|
14
14
|
// -----------------------------------------------------
|
15
15
|
|
16
16
|
.navbar {
|
17
|
-
|
17
|
+
|
18
18
|
.navbar-inner {
|
19
|
-
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
|
19
|
+
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
|
20
20
|
}
|
21
|
-
|
22
|
-
.brand {
|
21
|
+
|
22
|
+
.brand {
|
23
23
|
font-weight: bold;
|
24
24
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
25
|
-
border-right: 1px solid darken(@gray, 15%);
|
25
|
+
border-right: 1px solid darken(@gray, 15%);
|
26
26
|
}
|
27
|
-
|
27
|
+
|
28
|
+
.navbar-text {
|
29
|
+
padding: 0 10px;
|
30
|
+
line-height: 38px;
|
31
|
+
}
|
32
|
+
|
28
33
|
.nav > li > a {
|
29
34
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
30
35
|
border-right: 1px solid darken(@gray, 15%);
|
31
36
|
border-left: 1px solid @gray;
|
32
|
-
|
37
|
+
|
33
38
|
&:hover {
|
34
39
|
#gradient > .directional(@grayDarker, @grayDark, 280deg);
|
35
40
|
border-left: 1px solid transparent;
|
36
41
|
border-right: 1px solid transparent;
|
37
42
|
}
|
38
43
|
}
|
39
|
-
|
44
|
+
|
40
45
|
.nav > li.active > a,
|
41
46
|
.nav > li.active > a:hover {
|
42
47
|
color: @grayLighter;
|
@@ -44,7 +49,7 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
|
|
44
49
|
#gradient > .directional(lighten(@grayDarker, 4%), lighten(@grayDark, 4%), 280deg);
|
45
50
|
border-right: 1px solid darken(@gray, 15%);
|
46
51
|
}
|
47
|
-
|
52
|
+
|
48
53
|
.navbar-search .search-query {
|
49
54
|
border: 1px solid darken(@gray, 15%);
|
50
55
|
}
|
@@ -53,11 +58,11 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
|
|
53
58
|
background-color: transparent;
|
54
59
|
border-right: none;
|
55
60
|
}
|
56
|
-
|
61
|
+
|
57
62
|
.dropdown-menu::after {
|
58
63
|
border-bottom: 6px solid @grayDark;
|
59
64
|
}
|
60
|
-
|
65
|
+
|
61
66
|
.nav-collapse.in > .nav > li > a,
|
62
67
|
.nav-collapse.in > .nav > li.active > a,
|
63
68
|
.nav-collapse.in > .nav > li > a:hover,
|
@@ -69,10 +74,10 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
|
|
69
74
|
background-image: none;
|
70
75
|
}
|
71
76
|
|
72
|
-
.nav-collapse.in > .nav > li > a:hover,
|
77
|
+
.nav-collapse.in > .nav > li > a:hover,
|
73
78
|
.nav-collapse.in > .nav > li.active > a:hover {
|
74
79
|
background-color: @grayDarker;
|
75
|
-
}
|
80
|
+
}
|
76
81
|
}
|
77
82
|
|
78
83
|
@media (max-width: 979px) {
|
@@ -85,13 +90,13 @@ div.subnav {
|
|
85
90
|
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
|
86
91
|
border: 1px solid transparent;
|
87
92
|
.box-shadow('0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)');
|
88
|
-
|
93
|
+
|
89
94
|
.nav > li > a {
|
90
95
|
color: @grayLighter;
|
91
96
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
92
97
|
border-right: 1px solid darken(@gray, 15%);
|
93
98
|
border-left: 1px solid @gray;
|
94
|
-
|
99
|
+
|
95
100
|
&:hover {
|
96
101
|
color: @grayLighter;
|
97
102
|
background-color: @grayDark;
|
@@ -123,12 +128,12 @@ div.subnav {
|
|
123
128
|
.nav > li:last-child > a:hover {
|
124
129
|
border-right: 1px solid darken(@gray, 15%);
|
125
130
|
}
|
126
|
-
|
131
|
+
|
127
132
|
.open .dropdown-toggle {
|
128
133
|
border-right: 1px solid darken(@gray, 15%);
|
129
134
|
border-left: 1px solid @gray;
|
130
135
|
}
|
131
|
-
|
136
|
+
|
132
137
|
&.subnav-fixed {
|
133
138
|
.box-shadow(none);
|
134
139
|
}
|
@@ -202,7 +207,7 @@ div.subnav {
|
|
202
207
|
.breadcrumb, .pagination > ul a, .pager a {
|
203
208
|
border: 1px solid transparent;
|
204
209
|
.box-shadow('0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)');
|
205
|
-
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
|
210
|
+
#gradient > .vertical-three-colors(@gray, @grayDark, 70%, @grayDark);
|
206
211
|
}
|
207
212
|
|
208
213
|
.breadcrumb li, .breadcrumb a, .pagination > ul a {
|
@@ -224,7 +229,7 @@ div.subnav {
|
|
224
229
|
}
|
225
230
|
|
226
231
|
.pagination li.disabled > a {
|
227
|
-
#gradient > .vertical-three-colors(@grayLight, @gray, 70%, @gray);
|
232
|
+
#gradient > .vertical-three-colors(@grayLight, @gray, 70%, @gray);
|
228
233
|
}
|
229
234
|
|
230
235
|
.pagination > ul > li:not(.disabled) a:hover,
|
@@ -274,7 +279,7 @@ div.subnav {
|
|
274
279
|
.nav-list {
|
275
280
|
background-color: @grayDark;
|
276
281
|
.box-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
|
277
|
-
|
282
|
+
|
278
283
|
li > a {
|
279
284
|
background-image: none;
|
280
285
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
|
@@ -314,7 +319,7 @@ div.subnav {
|
|
314
319
|
|
315
320
|
.dropdown-menu {
|
316
321
|
.box-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
|
317
|
-
|
322
|
+
|
318
323
|
li.active a,
|
319
324
|
li.active a:hover {
|
320
325
|
background-color: @grayDark;
|
@@ -369,12 +374,12 @@ label, input, button, select, textarea, legend {
|
|
369
374
|
|
370
375
|
.alert {
|
371
376
|
background-color: @orange;
|
372
|
-
border-color: @orange;
|
377
|
+
border-color: @orange;
|
373
378
|
}
|
374
379
|
|
375
380
|
.alert-success {
|
376
381
|
background-color: @successText;
|
377
|
-
border-color: @successText;
|
382
|
+
border-color: @successText;
|
378
383
|
}
|
379
384
|
|
380
385
|
.alert-error {
|
@@ -425,7 +430,7 @@ hr, legend, .page-header, .dropdown-menu .divider {
|
|
425
430
|
|
426
431
|
footer.footer {
|
427
432
|
border-top: 1px solid darken(@grayDarker, 5%);
|
428
|
-
|
433
|
+
|
429
434
|
p {
|
430
435
|
color: @textColor;
|
431
436
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
// Variables.less
|
2
2
|
// Variables to customize the look and feel of Bootstrap
|
3
3
|
// Swatch: Slate
|
4
|
-
// Version: 2.0.
|
4
|
+
// Version: 2.0.4
|
5
5
|
// -----------------------------------------------------
|
6
6
|
|
7
7
|
// GLOBAL VALUES
|
@@ -107,7 +107,8 @@
|
|
107
107
|
@dropdownLinkColor: @grayLight;
|
108
108
|
@dropdownLinkColorHover: @grayLighter;
|
109
109
|
@dropdownLinkBackgroundHover: @grayDarker;
|
110
|
-
|
110
|
+
@dropdownDividerTop: #e5e5e5;
|
111
|
+
@dropdownDividerBottom: darken(@grayDarker, 5%);
|
111
112
|
|
112
113
|
|
113
114
|
|