oslo-red-cross-bootstrap-3-theme 1.9.0 → 1.10.0

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.
package/_base.scss CHANGED
@@ -99,6 +99,10 @@ details[open] summary:after {
99
99
  border-width: 1px !important;
100
100
  }
101
101
 
102
+ input[type="date"], input[type="week"], input[type="month"], input[type="time"], input[type="datetime-local"] {
103
+ -webkit-appearance: none;
104
+ }
105
+
102
106
  .inline-block {
103
107
  display: inline-block;
104
108
  }
package/_variables.scss CHANGED
@@ -729,8 +729,8 @@ $panel-inner-border: $gray-lighter !default;
729
729
  $panel-footer-bg: $gray-lighter !default;
730
730
 
731
731
  $panel-default-text: $text-color !default;
732
- $panel-default-border: $gray-lighter !default;
733
- $panel-default-heading-bg: $gray-lighter !default;
732
+ $panel-default-border: $gray-light !default;
733
+ $panel-default-heading-bg: $gray-light !default;
734
734
 
735
735
  $panel-primary-text: #fff !default;
736
736
  $panel-primary-border: $brand-primary !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oslo-red-cross-bootstrap-3-theme",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Bootstrap 3 theme for apps created for the Oslo Red Cross",
5
5
  "main": "app.scss",
6
6
  "scripts": {},