activeadmin_dark_color_scheme 0.1.9 → 0.1.11

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
  SHA256:
3
- metadata.gz: 62cb698cf248acfa702b5cd33b4115cd41e93b72fc5ad84171faf1a676573b41
4
- data.tar.gz: cd1461c82c50f451aed75fab250e4c8bd51510e725ef70d64ae6676269ca1a4a
3
+ metadata.gz: af0ccf03fb6204e7f5a03da05dff31c3fa77ef4c9db15dc5565da04d5333a74c
4
+ data.tar.gz: af5315e1e05bc44e7cfbeac65622526c1f3590c1ded67825b29cd508b50179d9
5
5
  SHA512:
6
- metadata.gz: 9bd5aae0e5a6eeb543632bd130cce1b83e47eecb34f1e64c042d51d93338a20b369121d6ca4a3f586f647e6cdb7660c1f82b95eda4a1143a47784f32677afbe2
7
- data.tar.gz: f87b872d606d954af9abda84a1a1c1a8b2a5a9063e34af6ae037db6d9ff00bec56be8206d052826702ba256a601fbf7852b5e220db7d94ecf57aa79df8651de4
6
+ metadata.gz: 39ecdd57d46b8bcb4b7877f2e4643688866d1b97ca9202eb794858dab4aa539bed1d0fa6be91e4739e5c3f755db4e8a9b0e1e0d37a9d2473a522741255b3a0b1
7
+ data.tar.gz: c3edd9d59b1a4113078d9f2ec8e3a80e624d0c6be68e39a6b1ca36aecbf41546486b0a1c173e53cc5019ef6021937817be4782f6ed87cf3bc551c5440cdc9bd0
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module DarkColorScheme
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.11"
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.11
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: 2022-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin