padma-assets 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: 5022e75ef58c6ae700bc0b822945b7fd6a92f289
4
- data.tar.gz: 261e2c6c1ad96a485d3b1ec459f16e877c254f11
3
+ metadata.gz: 23e6018ae259d39f6dea07f2f8fdbba2a6c4aade
4
+ data.tar.gz: 84002152792c0d3a2e422761cf9f84c78e6e84f2
5
5
  SHA512:
6
- metadata.gz: 06bda6fefbfe170e5e008fdc5201f2365472433522b742afd771f229b129a0832378dac80946a3e1825f9b0c00750f89b74bda980cae30cbf6cd146ebd0a7ab8
7
- data.tar.gz: d4560785df470a95ca53114f744f993c41f939707ed57acfb374e418f757faac647c4fb5c676b04510029d2bc5f8a179fd090bcbc5efddf0be7ed411e0019895
6
+ metadata.gz: 92560ae2a88edf13bc5974ef89e724aef1b41b640f4aed34f6e2668f9dd35b870f8f3d144ede1f1c878afd903cece2eef4eb9b9c7ebd3b2040d721418e369c91
7
+ data.tar.gz: c27c265718c9848479eb7de304070b0fbb837da366233632e072e7ba17992b26f9b73c127ffe3d3ab319a09df05ae236e83d156b4155612813212cfd8f826bf0
@@ -201,6 +201,7 @@ $font-color-th-link: #2c69b8;
201
201
  }
202
202
 
203
203
  .sticky-thead {
204
+ z-index: -1;
204
205
  > thead {
205
206
  > tr {
206
207
  > th,
@@ -1608,4 +1609,40 @@ $bg-day-active: #0971b7;
1608
1609
  border-color: rgba(#000, .1);
1609
1610
  border-radius: 0;
1610
1611
  box-shadow: 0 6px 12px rgba(#000, .175); // Add box shadow
1612
+ }
1613
+
1614
+ // Custom Selectize plugin
1615
+ .selectize-control {
1616
+ &.multi .selectize-input,
1617
+ .selectize-input {
1618
+ border-color: #ebebeb;
1619
+ border-radius: 4px;
1620
+ border-width: 2px;
1621
+ color: #555;
1622
+ input[type='text'] {
1623
+ height: auto;
1624
+ }
1625
+ &:focus,
1626
+ &:focus:active,
1627
+ &.input-active {
1628
+ border-color: #66afe9;
1629
+ box-shadow: inset 0 1px 1px rgba(#000, .075), 0 0 8px rgba(102, 175, 233, .6);
1630
+ -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
1631
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1632
+ }
1633
+ > div { // tag
1634
+ background-color: #ebebeb;
1635
+ border-radius: 3px;
1636
+ color: #525252;
1637
+ font: {
1638
+ size: 11px;
1639
+ weight: bold;
1640
+ }
1641
+ margin: 0 3px 3px 0;
1642
+ padding: 1px 5px;
1643
+ &.active {
1644
+ background-color: #0971b7;
1645
+ }
1646
+ }
1647
+ }
1611
1648
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padma-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-26 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties