@punch-in/strapi-admin 1.0.8 → 1.0.9

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.
@@ -139,20 +139,20 @@ const GlobalStyle = createGlobalStyle`
139
139
  }
140
140
 
141
141
  ::-webkit-scrollbar-track {
142
- background-color: #eee;
142
+ background-color: #ffffff;
143
143
  }
144
144
 
145
145
  ::-webkit-scrollbar-track:hover {
146
- background-color: #ddd;
146
+ background-color: #ffffff;
147
147
  }
148
148
 
149
149
  ::-webkit-scrollbar-thumb {
150
- background-color: #ccc;
150
+ background-color: #007eff;
151
151
  border-radius: 0.5rem;
152
152
  }
153
153
 
154
154
  ::-webkit-scrollbar-thumb:hover {
155
- background-color: #bbb;
155
+ background-color: #007eff;
156
156
  }
157
157
 
158
158
  ::-webkit-scrollbar-button {
@@ -162,7 +162,7 @@ const GlobalStyle = createGlobalStyle`
162
162
  /* firefox scrollbar */
163
163
  /* stylelint-disable */
164
164
  * {
165
- scrollbar-color: #bbb #eee;
165
+ scrollbar-color: #ffffff #007eff;
166
166
  scrollbar-width: thin;
167
167
  }
168
168
  /* stylelint-enable */
package/package.json CHANGED
@@ -139,5 +139,5 @@
139
139
  "develop:ce": "STRAPI_DISABLE_EE=true webpack-dev-server --config webpack.config.dev.js",
140
140
  "test": "echo \"no tests yet\""
141
141
  },
142
- "version": "1.0.8"
142
+ "version": "1.0.9"
143
143
  }