active-admin-skin 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac45ae49b64bc0ef3086c5a13362bdb34370aaf7
4
- data.tar.gz: c2433985a1fcb55d632ae15e162d9c1ade174193
3
+ metadata.gz: 6845ae2ed46e4bdc63cb84ea555bbbb13fbd06b7
4
+ data.tar.gz: 77c9c3b573c94612785fe5dc3e696295517a0c93
5
5
  SHA512:
6
- metadata.gz: f8e80e04c80500d831aea78b270b073586238e71a1af7c7c86e9b90b106b3c31d182e8f786704d98827ce6960c2e15937d1a619aaa84115aafcc382496308399
7
- data.tar.gz: 59ec842f168b7add333f2429c563c19cfb348dbf7ed3ebe7f4bc59996278c64d7220bd40747ed6f4c0c2c1d99fdc87fc37a534633a4df022e1d99685659453dc
6
+ metadata.gz: 69f00cec2d65b17adb30665c2bcda7c2809311a5cca366412c3ebbe174090112ffc2115b7345be4999b7ef5bf12f3721d96cfe12097116eb17f15e3fc1aba87d
7
+ data.tar.gz: f9b38c722ca5a6b5cde33020d57694ae493ba3a8b44a4dec600aea7fb87b840cbc7da7ead8451f564698b57b9a876502c26e8c7aa87597eb9e799939547d8ebc
@@ -1,7 +1,7 @@
1
1
  module Active
2
2
  module Admin
3
3
  module Skin
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
6
6
  end
7
7
  end
@@ -17,6 +17,7 @@ html
17
17
 
18
18
  body.active_admin
19
19
  background: #ecf0f1
20
+ background: #fff
20
21
  font-family: 'Source Sans Pro', sans-serif
21
22
  padding-bottom: 80px
22
23
 
@@ -171,9 +172,11 @@ html
171
172
  &:last-child
172
173
  border-right: none
173
174
  td
174
- color: $skinTextTable
175
+ // color: $skinTextTable
176
+ color: #000
175
177
  a, a:link, a:visited
176
- color: $skinTextTable
178
+ // color: $skinTextTable
179
+ color: #000
177
180
  display: inline-block
178
181
  padding: 2px 3px
179
182
  margin: -2px 0
@@ -280,7 +283,8 @@ html
280
283
  font-weight: bold
281
284
  .filter_form_field
282
285
  label
283
- color: #95a5a6
286
+ // color: #95a5a6
287
+ color: #000
284
288
  font-weight: normal
285
289
  font-size: 13px
286
290
  text-transform: uppercase
@@ -290,7 +294,8 @@ html
290
294
  .attributes_table table th, .attributes_table table td
291
295
  padding: 10px
292
296
  font-family: 'Source Sans Pro', sans-serif
293
- color: #95a5a6
297
+ // color: #95a5a6
298
+ color: #000
294
299
  .panel_contents table th, .attributes_table table th
295
300
  font-weight: normal
296
301
  font-size: 13px
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-admin-skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Niampa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-02-23 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler