active_skin 0.0.5 → 0.0.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: c01543cf257fc897e266775776346720f14a7446
4
- data.tar.gz: 2b532be9b35909eb54445c6fffb2ad689507ef72
3
+ metadata.gz: 3c52c4981eef830843a2b495c1e68ba523aaca68
4
+ data.tar.gz: 538cb7d5f5231f9efe67189e9541d8e76536f390
5
5
  SHA512:
6
- metadata.gz: 972ba84281da43dd816031d226170c9adab4d75304d324c157d38bc03640c85b5c31de760cf32221278097600d980c739de781517b520cb099c76773eca8ad79
7
- data.tar.gz: 3e632b0e7aec19ed32124057862a02308b732a55d348a0437e3fa1e9316204fb45700fd6b053e3b7e39f7920c12ca48e2ef26458081ae24d5f18217c558ef053
6
+ metadata.gz: 487ee558f9101973a11ce0f7aa590782864085a2046382057ea4b7517dd993081726aae068603d41ffa10be56a1446ba48e2c07cc005526a89a3657d2b8bd9d6
7
+ data.tar.gz: 3479e0d785e6fc3a8331c296954460e21449b8b86a88f2e4795c586c86e9f7a29e5dd7fc566512e40e188b52bf65cf5763bccee4460aefd590c89993fac2f165
@@ -237,7 +237,10 @@ table.index_table
237
237
  padding: 0
238
238
 
239
239
 
240
- form input[type=submit]
240
+ form input[type=submit],
241
+ a.button,
242
+ a:link.button,
243
+ a:visited.button
241
244
  @include no-shadow()
242
245
  @include rounded(0)
243
246
  background: $skinActiveColor
@@ -1,3 +1,3 @@
1
1
  module ActiveSkin
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wojtek Krysiak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-11 00:00:00.000000000 Z
11
+ date: 2014-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler