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 +4 -4
- data/app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_inputs.sass +3 -0
- data/app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_labels.sass +3 -0
- data/app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_navbar.sass +9 -0
- data/lib/activeadmin/dark_color_scheme/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab6fc411f7d00e03241e614993314d88b32fee59aae9e5ca74c5652cf2cdd9f9
|
4
|
+
data.tar.gz: 65443e8a2ea56ad2e01317bb20594a6a5cd4cef7428567622387b531e59a58f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
@@ -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%)
|
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.
|
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:
|
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.
|
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
|