thecore_ui_rails_admin 2.1.12 → 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: ef4bd11283c66b0770def013c33ed626ca6fdef43645f7a0f5b3161df5e192e1
4
- data.tar.gz: f2541c48fd2ee56b3f120445b686cdb106f685fe79946a8cc8765fe22738a833
3
+ metadata.gz: 349e69cc4400098463eda518d6558720b1d5600dfd1987ba7165d14f77554ddc
4
+ data.tar.gz: 8a63a75e472c5744ce882389ce17a65748fc89ff43113243f399f53209dc0c0a
5
5
  SHA512:
6
- metadata.gz: 294ce13be302b8396c27801cfa80f245ed2d7a755ff1d4f7586ddd9084d5652e05f2b0a7e0780e31a2bab6af7114f5d61934c030e7f105053c7b2e47291d87ad
7
- data.tar.gz: 3387ed6fc774579453553ec7f38b8bf59b0d426c3c5ab39ef8a6112d553dcbef33f06bbb554b885041b1c26cb50b430ea7c21d862e2dac9f0c8ae75ead0a0b75
6
+ metadata.gz: 9c51398b3fdffb5b99dc28654925319c068d175060d6020a7cedfa79410b7e6eda1cf4b46cd33a833bf69a36c0f5f969fb58f182de123f0033eab01b2f41cd5b
7
+ data.tar.gz: c88368fa583b2b67d056d612db3974447bb7e423b8ab6a85ba9b64d81c61a58d562afd7cea7ec8cc5468c9a0d12ba7ff033684928a937d5c52c31be8efb6670c
@@ -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,7 +61,7 @@
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
67
  color: $text-highlight;
@@ -152,7 +160,7 @@ a.delete {
152
160
  position: relative;
153
161
  min-height: 15em;
154
162
  transition: all 0.3s ease;
155
- background-color: $element;
163
+ background-color: lighten($element, 25%);
156
164
  color: $element-text;
157
165
  overflow: hidden;
158
166
  &:hover, &:focus {
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.1.12'
2
+ VERSION = '2.1.17'
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.12
4
+ version: 2.1.17
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-27 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