thecore_ui_rails_admin 2.1.16 → 2.1.17

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: 2efe9e43ff6240d05a8a6c354dbdd5d1f31a9fa06921fd0413d48c4cd1cf9888
4
- data.tar.gz: 5547505395ababfefd1aad95ce47ab9522ef708fd2e015ba0d8e2c496625df80
3
+ metadata.gz: 349e69cc4400098463eda518d6558720b1d5600dfd1987ba7165d14f77554ddc
4
+ data.tar.gz: 8a63a75e472c5744ce882389ce17a65748fc89ff43113243f399f53209dc0c0a
5
5
  SHA512:
6
- metadata.gz: 1405ddf99f2c19a7efeeeb997648432a472e647eb63bac2b8b12b0d54033e1ba4d55724354d3c9e9711441c5f97e88ffe62a716e4e4d66d619a4b118f6b8d7c6
7
- data.tar.gz: 626437d6711bce56371dc3b10b9063bbad8890e3e011faa6dee00d853195dc8234c58c8a13373acd0c09258e0258aea846abc79bcd09aab4afc05809b101b9b0
6
+ metadata.gz: 9c51398b3fdffb5b99dc28654925319c068d175060d6020a7cedfa79410b7e6eda1cf4b46cd33a833bf69a36c0f5f969fb58f182de123f0033eab01b2f41cd5b
7
+ data.tar.gz: c88368fa583b2b67d056d612db3974447bb7e423b8ab6a85ba9b64d81c61a58d562afd7cea7ec8cc5468c9a0d12ba7ff033684928a937d5c52c31be8efb6670c
@@ -6,7 +6,7 @@ $background: lighten($primary, 51%) !default;
6
6
  $shadows: darken($primary, 10%) !default;
7
7
 
8
8
  $text: darken($primary, 40%) !default;
9
- $text-highlight: lighten($text, 35%) !default;
9
+ $text-highlight: lighten($text, 80%) !default;
10
10
 
11
11
  $link: $text !default;
12
12
  $link-highlight: lighten($link, 10%) !default;
@@ -61,7 +61,7 @@ span.label.label-info.form-label {
61
61
  .breadcrumb {
62
62
  background: $element;
63
63
  .false a, .false:before {
64
- color: darken($element, 30%) !important;
64
+ color: $text !important;
65
65
  }
66
66
  .active, .active:before {
67
67
  color: $text-highlight;
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.1.16'
2
+ VERSION = '2.1.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.16
4
+ version: 2.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni