less-rails-bootswatch 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootswatch
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
@@ -25,9 +25,9 @@
25
25
  // -------------------------
26
26
  @blue: #00BCE1;
27
27
  @blueDark: #1269B0;
28
- @green: #7FC518;
28
+ @green: #48CA3B;
29
29
  @red: #E51925;
30
- @yellow: #EAC504;
30
+ @yellow: #DEBB27;
31
31
  @orange: #DF6E1E;
32
32
  @pink: #FFBCB9;
33
33
  @purple: #4D3A7D;
@@ -83,8 +83,8 @@
83
83
  @btnWarningBackground: @orange;
84
84
  @btnWarningBackgroundHighlight: @orange;
85
85
 
86
- @btnDangerBackground: darken(@yellow, 3%);
87
- @btnDangerBackgroundHighlight: darken(@yellow, 3%);
86
+ @btnDangerBackground: @yellow;
87
+ @btnDangerBackgroundHighlight: @yellow;
88
88
 
89
89
  @btnInverseBackground: #27666D;
90
90
  @btnInverseBackgroundHighlight: #27666D;
@@ -35,7 +35,7 @@
35
35
 
36
36
  // Scaffolding
37
37
  // -------------------------
38
- @bodyBackground: #EEF0F4;
38
+ @bodyBackground: #EDEDED;
39
39
  @textColor: @gray;
40
40
 
41
41
 
@@ -142,7 +142,7 @@
142
142
  // Navbar
143
143
  // -------------------------
144
144
  @navbarHeight: 40px;
145
- @navbarBackground: #F4F6F8;
145
+ @navbarBackground: #F3F3F3;
146
146
  @navbarBackgroundHighlight: @navbarBackground;
147
147
 
148
148
  @navbarText: @gray;
@@ -339,8 +339,8 @@ label, input, button, select, textarea, legend {
339
339
  }
340
340
 
341
341
  .alert {
342
- background-color: @warningText;
343
- border-color: @warningText;
342
+ background-color: @orange;
343
+ border-color: @orange;
344
344
  }
345
345
 
346
346
  .alert-success {
@@ -348,7 +348,6 @@ label, input, button, select, textarea, legend {
348
348
  border-color: @successText;
349
349
  }
350
350
 
351
- .alert-danger,
352
351
  .alert-error {
353
352
  background-color: @errorText;
354
353
  border-color: @errorText;
@@ -21,13 +21,11 @@
21
21
  }
22
22
  }
23
23
 
24
- // navbar dropshadow
25
24
  .navbar .navbar-inner {
26
25
  .box-shadow(0 1px 0 rgba(255,255,255,0.4));
27
26
  .box-shadow(0 0 10px rgba(0,0,0,0.1));
28
27
  }
29
28
 
30
- // nav item typography
31
29
  .navbar .nav > li > a {
32
30
  font-weight: bold;
33
31
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
@@ -94,6 +92,11 @@ div.subnav .nav > li > .dropdown-toggle {
94
92
  }
95
93
  }
96
94
 
95
+ .navbar .nav-collapse.in .navbar-search {
96
+ border-top: none;
97
+ border-bottom: none;
98
+ }
99
+
97
100
  .navbar .nav-collapse.in > .nav li > a {
98
101
 
99
102
  color: @textColor;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: less-rails-bootswatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-27 00:00:00.000000000 Z
12
+ date: 2012-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: less-rails-bootstrap
16
- requirement: &70232337736420 !ruby/object:Gem::Requirement
16
+ requirement: &70281986899480 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 2.0.8
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70232337736420
24
+ version_requirements: *70281986899480
25
25
  description: less-rails-bootswatch is straightforward Bootswatches integration with
26
26
  Rails, works well with less-rails-bootstrap.
27
27
  email: