@mcurros2/microm 1.1.155-0 → 1.1.157-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/dist/index.css CHANGED
@@ -240,7 +240,7 @@
240
240
  -webkit-text-decoration: inherit;
241
241
  text-decoration: inherit;
242
242
  text-transform: none;
243
- text-rendering: optimizelegibility;
243
+ text-rendering: optimizeLegibility;
244
244
  -webkit-font-smoothing: antialiased;
245
245
  -moz-osx-font-smoothing: grayscale;
246
246
  font-family: w2ui-font;
@@ -585,10 +585,10 @@ input[type="checkbox"].w2ui-toggle.green:checked + div > div {
585
585
  .w2ui-lock {
586
586
  z-index: 1400;
587
587
  opacity: .15;
588
- filter: alpha(opacity= 15);
589
- background-color: #333;
590
588
  width: 100%;
591
589
  height: 100%;
590
+ filter: alpha(opacity= 15);
591
+ background-color: #333;
592
592
  display: none;
593
593
  position: absolute;
594
594
  top: 0;
@@ -2213,12 +2213,12 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
2213
2213
  }
2214
2214
 
2215
2215
  .w2ui-field-helper.w2ui-list .w2ui-multi-items .li-item:last-child input {
2216
+ height: auto;
2216
2217
  line-height: 100%;
2217
2218
  font-size: inherit;
2218
2219
  background-color: #0000;
2219
2220
  border: 0;
2220
2221
  outline: none;
2221
- height: auto;
2222
2222
  margin: 0;
2223
2223
  padding: 0 1px 1px;
2224
2224
  font-family: inherit;
@@ -2327,10 +2327,10 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
2327
2327
  }
2328
2328
 
2329
2329
  .w2ui-overlay .w2ui-file-info .file-type {
2330
+ max-width: 200px;
2330
2331
  display: block-inline;
2331
2332
  text-overflow: ellipsis;
2332
2333
  white-space: nowrap;
2333
- max-width: 200px;
2334
2334
  overflow: hidden;
2335
2335
  }
2336
2336