thecore_ui_rails_admin 2.1.13 → 2.1.18

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: 2ce53a008b9828ac3b44180fb1c36d09c930de58182da4eb97b12ddf97fb908d
4
- data.tar.gz: 3bb46d92799f9f7b9d14e0224b5d558173fb59ec5e0c0b11451998da2eacac7e
3
+ metadata.gz: 548d89d9677532563214e7469dd5f28edb0e447133b29ee161d6c71e8f9d1a5a
4
+ data.tar.gz: c5af65633fb42cdd420f538c6654c46a2701683cc7599f787b8a926cc07dea3b
5
5
  SHA512:
6
- metadata.gz: 90f4c1caac4cdcb8117ce1a20c3a05e1c3bc8714159253e4b735f2f3bfbea6f8f496125515a10ce984e6d77c1c76ebc7290d52932f53f2f4566002c066f26755
7
- data.tar.gz: 1efa607575ebfef6c0895a25a40a46199a1cacd0bed7608422abfe11bc3e48cdd67c223e4195d6cdc00ae25c1a8120c6225a338f5eac46df22ceddab4f599e67
6
+ metadata.gz: bc0d1c276c94fc0b9291bd9e7350f55c7f74994e2ed9edb2af1472158058cd23f3dfc8dc4a7384cbf2c0f8ee692c9102ac43cfa7ff4e7eab13a6a83dc4a440f9
7
+ data.tar.gz: 601d260a53e38941d606d5a2520de1c8d3b9fde025c26cfca6919094ef7136f08702d33daa2807503d612b9bf694ccf372cd9a2629bab27cb2e9b5e578e98677
@@ -1,10 +1,12 @@
1
- $primary: #1f4068 !default;
1
+ // $primary: #1f4068 !default;
2
+ $primary: #ed6501 !default;
3
+
2
4
 
3
5
  $background: lighten($primary, 51%) !default;
4
6
  $shadows: darken($primary, 10%) !default;
5
7
 
6
- $text: $primary !default;
7
- $text-highlight: lighten($text, 35%) !default;
8
+ $text: darken($primary, 40%) !default;
9
+ $text-highlight: lighten($text, 80%) !default;
8
10
 
9
11
  $link: $text !default;
10
12
  $link-highlight: lighten($link, 10%) !default;
@@ -16,7 +16,6 @@
16
16
  *= require rails_admin_selectize/index
17
17
  *= require_self
18
18
  */
19
- @import 'colors_override';
20
19
  @import 'colors';
21
20
  @import "jquery-ui";
22
21
  @import "jquery-ui/dialog";
@@ -18,6 +18,14 @@
18
18
  */
19
19
  @import "thecore";
20
20
 
21
+ #filters > li > a:nth-child(1):hover, .dropdown-menu > li > a:nth-child(1):hover {
22
+ border-radius: 0;
23
+ }
24
+
25
+ span.label.label-info.form-label {
26
+ background-color: $primary;
27
+ }
28
+
21
29
  .sidebar-nav li a {
22
30
  color: $element-text;
23
31
  }
@@ -53,10 +61,10 @@
53
61
  .breadcrumb {
54
62
  background: $element;
55
63
  .false a, .false:before {
56
- color: darken($element, 30%) !important;
64
+ color: $text !important;
57
65
  }
58
66
  .active, .active:before {
59
- color: $text-highlight;
67
+ color: $text-highlight !important;
60
68
  }
61
69
  }
62
70
 
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.1.13'
2
+ VERSION = '2.1.18'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.13
4
+ version: 2.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-28 00:00:00.000000000 Z
11
+ date: 2020-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons