active_skin 0.0.9 → 0.0.10

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: 8ccdfd4160c4b96c5eb38f645dca879c76b61e0f
4
- data.tar.gz: 66375b5ae08df5f2096d1987e6f209fdedacefab
3
+ metadata.gz: 2e522f713e2bbe7bec63fa86abf5cc011472aa9d
4
+ data.tar.gz: 0369aee3ffe25d582dcea3ced69c4694414f2013
5
5
  SHA512:
6
- metadata.gz: 047a2bc72cc230d814facda524b3f6d30c2f8e9adeb726ffdeba51656af9f25027f7c6d808a54a8329ee14808e6125831dc10e652d2b6bb1a5ed74da10ce94be
7
- data.tar.gz: 201f1549d8c5e5671ff227db610d7a7b3b1a39350727bb5d395e79ef10a13000cabd1c72557324b4e401f1924102fc8615a6cca0283cff1e6005390c6ab910b1
6
+ metadata.gz: 1e6dcd465dc0d667097e419b73b8f9e195fa4983a79e0df0f22cebb537e5df3cb85f00b7a0a430e589e6dd0a75cca5bc4ac1a095b5b6dcd44d427f6f714b0039
7
+ data.tar.gz: 38afb3b43f8234fa85b7466ea37937c19e8a0f051c0f78cd372e044454010d3dc74b58fffc9ae91e1eacc857193f8fb1c1cb736e9b0f4f12a180bf487a1874e7
data/README.md CHANGED
@@ -35,7 +35,7 @@ Having active admin installed add the following line to your application's Gemfi
35
35
 
36
36
  ## Usage
37
37
 
38
- inlcude active skin css
38
+ include active skin css
39
39
 
40
40
  # active_admin.css.scss
41
41
 
@@ -50,7 +50,7 @@ Change logo by setting the `$skinLogo` variable above active_skin import line in
50
50
  $skinLogo: url("admin_logo.png") no-repeat 0 0;
51
51
 
52
52
  You can even change basic colors of the theme by placing some other variables:
53
-
53
+
54
54
  ...
55
55
  $skinActiveColor: #001cee;
56
56
  $skinHeaderBck: #002744;
@@ -89,17 +89,19 @@ body.active_admin
89
89
  margin: 0
90
90
  h2
91
91
  color: $skinHeaderTextColor
92
- .action_items a
93
- @include rounded(0)
94
- background: $skinActiveColor
95
- color: #fff
96
- @include no-shadow()
97
- text-shadow: none
98
- border: none
99
- padding: 17px
100
- font-size: 14px
101
- &:hover
102
- background: lighten( $skinActiveColor, 10% ) !important
92
+ .action_items a,
93
+ .action_items span.action_item
94
+ & > a, & > .dropdown_menu > a
95
+ @include rounded(0)
96
+ background: $skinActiveColor
97
+ color: #fff
98
+ @include no-shadow()
99
+ text-shadow: none
100
+ border: none
101
+ padding: 17px
102
+ font-size: 14px
103
+ &:hover
104
+ background: lighten( $skinActiveColor, 10% ) !important
103
105
 
104
106
  #active_admin_content
105
107
  @include clearfix
@@ -1,3 +1,3 @@
1
1
  module ActiveSkin
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wojtek Krysiak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-26 00:00:00.000000000 Z
12
+ date: 2015-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler