active_frontend 12.1.22 → 12.1.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 297a4a074b256eb5f6ce025c0ab7b4f43744118f
4
- data.tar.gz: 602b715c458abef12ab157660d779a583aaf009a
3
+ metadata.gz: ba7845a0ddf1ff7312b0dabbef38620d2c53f47a
4
+ data.tar.gz: f35ef3daa48479c2831e9cad61a2c926e669d315
5
5
  SHA512:
6
- metadata.gz: cbb4c02b27c8d2837141da7d49d26efddad49e829b8a80ab1909711fd083fac608a5d0c9a721cbb23361df1fe1bfed0bff6ae7eff1ab0b5a01d510c9799fdff7
7
- data.tar.gz: 38751dcc2fd5db557dd6f345d0496a6f64f1510f821601b681bd7e030c54e8b552595c93990bec7dc0a4f183a2b8960e62fb626488abcfe65f8a278deb4ed50a
6
+ metadata.gz: 0ca2d9bd5b4ea0690bc5be9e3f189842b8eaca843c146db6971965e8e1f0bf5e9b59ef568a0c2c80ff31a20b70480628a8fd30ad6cde730e727e952a86489dde
7
+ data.tar.gz: babda1a7a37f3a20ed5d51f0720538407f7d554b2636f91a9f64651010082276f584fa742cc14e1f057631b807d9373192f2d195f0559e70109eb439e36db28b
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.22"
2
+ VERSION = "12.1.23"
3
3
  end
@@ -335,6 +335,11 @@ select[disabled] {
335
335
  width: 41px;
336
336
  }
337
337
  .form-select > select { text-overflow: ""; }
338
+ .form-btn-inline {
339
+ margin: 2px 0 5px 0;
340
+ padding-bottom: 14px;
341
+ padding-top: 14px;
342
+ }
338
343
  .form-checkbox-inline,
339
344
  .form-option-inline,
340
345
  .form-radio-inline { margin-top: 17px; }
@@ -87,9 +87,10 @@
87
87
  .header-btn-group > li > a:hover,
88
88
  .header-btn-group > li > a.active,
89
89
  .header-btn-group > li > a:active,
90
- .header-btn-group > li > a:focus { color: $color-primary; }
91
- .header-btn-group > li > a.active,
92
- .header-btn-group > li > a:active { border-color: $color-primary; }
90
+ .header-btn-group > li > a:focus {
91
+ border-color: $color-primary;
92
+ color: $color-primary;
93
+ }
93
94
  .header-btn-group-label {
94
95
  background: $color-primary;
95
96
  border-radius: 2px;
@@ -9,7 +9,6 @@
9
9
  ================================================== */
10
10
  .nav {
11
11
  border-color: $color-haze !important;
12
- color: $color-gray;
13
12
  list-style: none;
14
13
  margin: 0 0 20px 0;
15
14
  padding: 0;
@@ -21,7 +21,7 @@
21
21
  top: 0;
22
22
  white-space: normal;
23
23
  width: 276px;
24
- z-index: 1010;
24
+ z-index: 1030;
25
25
  }
26
26
  .popover.top { margin-top: -10px; }
27
27
  .popover.right { margin-left: 10px; }
@@ -89,10 +89,7 @@
89
89
  .toolbar-bordered > a:hover,
90
90
  .toolbar-bordered > a.active,
91
91
  .toolbar-bordered > a:active,
92
- .toolbar-bordered > a:focus {
93
- background: $color-transparent;
94
- border-right-color: $color-primary;
95
- }
92
+ .toolbar-bordered > a:focus { border-right-color: $color-primary; }
96
93
  .toolbar-bordered.toolbar-alt > a {
97
94
  border-left-width: 3px !important;
98
95
  border-left-style: solid;
@@ -22,7 +22,7 @@
22
22
  text-decoration: none;
23
23
  text-transform: none;
24
24
  visibility: visible;
25
- z-index: 1020;
25
+ z-index: 1030;
26
26
  }
27
27
  .tooltip.in {
28
28
  opacity: 0.8;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.22
4
+ version: 12.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails