activeadmin_dark_color_scheme 0.1.9 → 0.1.12

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
  SHA256:
3
- metadata.gz: 62cb698cf248acfa702b5cd33b4115cd41e93b72fc5ad84171faf1a676573b41
4
- data.tar.gz: cd1461c82c50f451aed75fab250e4c8bd51510e725ef70d64ae6676269ca1a4a
3
+ metadata.gz: ab6fc411f7d00e03241e614993314d88b32fee59aae9e5ca74c5652cf2cdd9f9
4
+ data.tar.gz: 65443e8a2ea56ad2e01317bb20594a6a5cd4cef7428567622387b531e59a58f3
5
5
  SHA512:
6
- metadata.gz: 9bd5aae0e5a6eeb543632bd130cce1b83e47eecb34f1e64c042d51d93338a20b369121d6ca4a3f586f647e6cdb7660c1f82b95eda4a1143a47784f32677afbe2
7
- data.tar.gz: f87b872d606d954af9abda84a1a1c1a8b2a5a9063e34af6ae037db6d9ff00bec56be8206d052826702ba256a601fbf7852b5e220db7d94ecf57aa79df8651de4
6
+ metadata.gz: 11f156b0bb684f2351aa2f76988e872b38cc97e9ca13034d3197c1d24fa60511103f895bb69058e4ec32bb7c5845c9050dda4a54774075f87e769954cb693378
7
+ data.tar.gz: 724ba531c5c9a955db9bbf33e9488d6f85d3c7d87e8fe85ac6696213c8133818148f1abf9c034a15841ea1ab0b62f9571c97f903ce8fa5641fa8a744a52355ff
@@ -21,6 +21,9 @@
21
21
  input, textarea
22
22
  background-color: $input-bg-color
23
23
 
24
+ &[disabled], &[readonly]
25
+ background-color: hsl(200, 6%, 20%)
26
+
24
27
  // &:focus, &:focus-visible
25
28
  // outline-color: $input-focus-outline-color
26
29
  // outline-offset: $input-focus-outline-auto-offset
@@ -2,3 +2,6 @@
2
2
  form
3
3
  ol > li label
4
4
  color: $label-color !important
5
+
6
+ fieldset ol > li label abbr
7
+ color: crimson
@@ -16,3 +16,12 @@
16
16
  outline-color: $btn-focus-outline-color
17
17
  outline-style: $btn-focus-outline-solid-style
18
18
  outline-width: $btn-focus-outline-auto-offset
19
+
20
+ ul
21
+ li
22
+ a
23
+ padding-bottom: 6px
24
+ padding-top: 5px
25
+
26
+ &:hover
27
+ background-color: hsl(205, 6%, 18%)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module DarkColorScheme
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.12"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_dark_color_scheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.3.7
186
+ rubygems_version: 3.4.12
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: A dark color scheme for ActiveAdmin Ruby CMS