mithril-materialized 3.3.3 → 3.3.5

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
@@ -3064,7 +3064,6 @@ td, th {
3064
3064
  border-spacing: 0;
3065
3065
  display: block;
3066
3066
  position: relative;
3067
- /* sort out borders */
3068
3067
  }
3069
3068
  table.responsive-table td:empty:before {
3070
3069
  content: " ";
@@ -3112,6 +3111,9 @@ td, th {
3112
3111
  border-bottom: none;
3113
3112
  padding: 0 10px;
3114
3113
  }
3114
+ table.responsive-table {
3115
+ /* sort out borders */
3116
+ }
3115
3117
  table.responsive-table thead {
3116
3118
  border: 0;
3117
3119
  border-right: 1px solid rgba(0, 0, 0, 0.12);
@@ -4186,13 +4188,6 @@ table span.badge {
4186
4188
  }
4187
4189
  }
4188
4190
 
4189
- nav {
4190
- color: var(--mm-nav-text, #fff);
4191
- background-color: var(--mm-nav-background, #ee6e73);
4192
- width: 100%;
4193
- height: 56px;
4194
- line-height: 56px;
4195
- }
4196
4191
  nav.nav-extended {
4197
4192
  height: auto;
4198
4193
  }
@@ -4204,6 +4199,13 @@ nav.nav-extended .nav-content {
4204
4199
  position: relative;
4205
4200
  line-height: normal;
4206
4201
  }
4202
+ nav {
4203
+ color: var(--mm-nav-text, #fff);
4204
+ background-color: var(--mm-nav-background, #ee6e73);
4205
+ width: 100%;
4206
+ height: 56px;
4207
+ line-height: 56px;
4208
+ }
4207
4209
  nav a {
4208
4210
  color: var(--mm-nav-text, #fff);
4209
4211
  }
@@ -4570,9 +4572,6 @@ small {
4570
4572
  }
4571
4573
  }
4572
4574
 
4573
- .scale-transition {
4574
- transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
4575
- }
4576
4575
  .scale-transition.scale-out {
4577
4576
  transform: scale(0);
4578
4577
  transition: transform 0.2s !important;
@@ -4580,6 +4579,9 @@ small {
4580
4579
  .scale-transition.scale-in {
4581
4580
  transform: scale(1);
4582
4581
  }
4582
+ .scale-transition {
4583
+ transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
4584
+ }
4583
4585
 
4584
4586
  .card-panel {
4585
4587
  transition: box-shadow 0.25s;
@@ -4634,9 +4636,6 @@ small {
4634
4636
  .card.large {
4635
4637
  height: 500px;
4636
4638
  }
4637
- .card.horizontal {
4638
- display: flex;
4639
- }
4640
4639
  .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
4641
4640
  height: 100%;
4642
4641
  max-height: none;
@@ -4645,6 +4644,9 @@ small {
4645
4644
  .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
4646
4645
  height: 100%;
4647
4646
  }
4647
+ .card.horizontal {
4648
+ display: flex;
4649
+ }
4648
4650
  .card.horizontal .card-image {
4649
4651
  max-width: 50%;
4650
4652
  }
@@ -4708,15 +4710,15 @@ small {
4708
4710
  .card .card-content .card-title i {
4709
4711
  line-height: 32px;
4710
4712
  }
4713
+ .card .card-action:last-child {
4714
+ border-radius: 0 0 2px 2px;
4715
+ }
4711
4716
  .card .card-action {
4712
4717
  background-color: inherit;
4713
4718
  border-top: 1px solid rgba(160, 160, 160, 0.2);
4714
4719
  position: relative;
4715
4720
  padding: 16px 24px;
4716
4721
  }
4717
- .card .card-action:last-child {
4718
- border-radius: 0 0 2px 2px;
4719
- }
4720
4722
  .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
4721
4723
  color: #ffab40;
4722
4724
  margin-right: 24px;
@@ -4807,17 +4809,6 @@ small {
4807
4809
  }
4808
4810
  }
4809
4811
 
4810
- .tabs {
4811
- position: relative;
4812
- overflow-x: auto;
4813
- overflow-y: hidden;
4814
- height: 48px;
4815
- width: 100%;
4816
- background-color: var(--mm-background-color, #fff);
4817
- color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
4818
- margin: 0 auto;
4819
- white-space: nowrap;
4820
- }
4821
4812
  .tabs.tabs-transparent {
4822
4813
  background-color: transparent;
4823
4814
  }
@@ -4839,6 +4830,17 @@ small {
4839
4830
  .tabs.tabs-fixed-width .tab {
4840
4831
  flex-grow: 1;
4841
4832
  }
4833
+ .tabs {
4834
+ position: relative;
4835
+ overflow-x: auto;
4836
+ overflow-y: hidden;
4837
+ height: 48px;
4838
+ width: 100%;
4839
+ background-color: var(--mm-background-color, #fff);
4840
+ color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
4841
+ margin: 0 auto;
4842
+ white-space: nowrap;
4843
+ }
4842
4844
  .tabs .tab {
4843
4845
  display: inline-block;
4844
4846
  text-align: center;
@@ -4848,6 +4850,14 @@ small {
4848
4850
  margin: 0;
4849
4851
  text-transform: uppercase;
4850
4852
  }
4853
+ .tabs .tab a:focus, .tabs .tab a:focus.active {
4854
+ background-color: rgba(246.0277777778, 178.4722222222, 181.1111111111, 0.2);
4855
+ outline: none;
4856
+ }
4857
+ .tabs .tab a:hover, .tabs .tab a.active {
4858
+ background-color: transparent;
4859
+ color: var(--mm-primary-color, #ee6e73);
4860
+ }
4851
4861
  .tabs .tab a {
4852
4862
  color: var(--mm-text-secondary, rgba(238, 110, 115, 0.7));
4853
4863
  display: block;
@@ -4859,14 +4869,6 @@ small {
4859
4869
  overflow: hidden;
4860
4870
  transition: color 0.28s ease, background-color 0.28s ease;
4861
4871
  }
4862
- .tabs .tab a:focus, .tabs .tab a:focus.active {
4863
- background-color: rgba(246.0277777778, 178.4722222222, 181.1111111111, 0.2);
4864
- outline: none;
4865
- }
4866
- .tabs .tab a:hover, .tabs .tab a.active {
4867
- background-color: transparent;
4868
- color: var(--mm-primary-color, #ee6e73);
4869
- }
4870
4872
  .tabs .tab.disabled a, .tabs .tab.disabled a:hover {
4871
4873
  color: var(--mm-text-disabled, rgba(238, 110, 115, 0.4));
4872
4874
  cursor: default;
@@ -5011,57 +5013,57 @@ small {
5011
5013
  background-color: rgb(42.75, 186.75, 173.25);
5012
5014
  }
5013
5015
 
5014
- .btn-floating {
5015
- display: inline-block;
5016
- color: #fff;
5017
- position: relative;
5018
- overflow: hidden;
5019
- z-index: 1;
5020
- width: 40px;
5021
- height: 40px;
5022
- line-height: 40px;
5023
- padding: 0;
5024
- background-color: #26a69a;
5025
- border-radius: 50%;
5026
- transition: background-color 0.3s;
5027
- cursor: pointer;
5028
- vertical-align: middle;
5029
- }
5030
5016
  .btn-floating:hover {
5031
5017
  background-color: #26a69a;
5032
5018
  }
5033
5019
  .btn-floating:before {
5034
5020
  border-radius: 0;
5035
5021
  }
5022
+ .btn-floating.btn-large.halfway-fab {
5023
+ bottom: -28px;
5024
+ }
5036
5025
  .btn-floating.btn-large {
5037
5026
  width: 56px;
5038
5027
  height: 56px;
5039
5028
  padding: 0;
5040
5029
  }
5041
- .btn-floating.btn-large.halfway-fab {
5042
- bottom: -28px;
5043
- }
5044
5030
  .btn-floating.btn-large i {
5045
5031
  line-height: 56px;
5046
5032
  }
5033
+ .btn-floating.btn-small.halfway-fab {
5034
+ bottom: -16.2px;
5035
+ }
5047
5036
  .btn-floating.btn-small {
5048
5037
  width: 32.4px;
5049
5038
  height: 32.4px;
5050
5039
  }
5051
- .btn-floating.btn-small.halfway-fab {
5052
- bottom: -16.2px;
5053
- }
5054
5040
  .btn-floating.btn-small i {
5055
5041
  line-height: 32.4px;
5056
5042
  }
5043
+ .btn-floating.halfway-fab.left {
5044
+ right: auto;
5045
+ left: 24px;
5046
+ }
5057
5047
  .btn-floating.halfway-fab {
5058
5048
  position: absolute;
5059
5049
  right: 24px;
5060
5050
  bottom: -20px;
5061
5051
  }
5062
- .btn-floating.halfway-fab.left {
5063
- right: auto;
5064
- left: 24px;
5052
+ .btn-floating {
5053
+ display: inline-block;
5054
+ color: #fff;
5055
+ position: relative;
5056
+ overflow: hidden;
5057
+ z-index: 1;
5058
+ width: 40px;
5059
+ height: 40px;
5060
+ line-height: 40px;
5061
+ padding: 0;
5062
+ background-color: #26a69a;
5063
+ border-radius: 50%;
5064
+ transition: background-color 0.3s;
5065
+ cursor: pointer;
5066
+ vertical-align: middle;
5065
5067
  }
5066
5068
  .btn-floating i {
5067
5069
  width: inherit;
@@ -5076,14 +5078,6 @@ button.btn-floating {
5076
5078
  border: none;
5077
5079
  }
5078
5080
 
5079
- .fixed-action-btn {
5080
- position: fixed;
5081
- right: 23px;
5082
- bottom: 23px;
5083
- padding-top: 15px;
5084
- margin-bottom: 0;
5085
- z-index: 997;
5086
- }
5087
5081
  .fixed-action-btn.active ul {
5088
5082
  visibility: visible;
5089
5083
  }
@@ -5128,13 +5122,13 @@ button.btn-floating {
5128
5122
  .fixed-action-btn.direction-bottom ul li {
5129
5123
  margin: 15px 0 0 0;
5130
5124
  }
5125
+ .fixed-action-btn.toolbar.active > a i {
5126
+ opacity: 0;
5127
+ }
5131
5128
  .fixed-action-btn.toolbar {
5132
5129
  padding: 0;
5133
5130
  height: 56px;
5134
5131
  }
5135
- .fixed-action-btn.toolbar.active > a i {
5136
- opacity: 0;
5137
- }
5138
5132
  .fixed-action-btn.toolbar ul {
5139
5133
  display: flex;
5140
5134
  top: 0;
@@ -5163,6 +5157,14 @@ button.btn-floating {
5163
5157
  .fixed-action-btn.toolbar ul li a i {
5164
5158
  line-height: inherit;
5165
5159
  }
5160
+ .fixed-action-btn {
5161
+ position: fixed;
5162
+ right: 23px;
5163
+ bottom: 23px;
5164
+ padding-top: 15px;
5165
+ margin-bottom: 0;
5166
+ z-index: 997;
5167
+ }
5166
5168
  .fixed-action-btn ul {
5167
5169
  left: 0;
5168
5170
  right: 0;
@@ -5232,6 +5234,9 @@ button.btn-floating {
5232
5234
  display: block;
5233
5235
  }
5234
5236
 
5237
+ .dropdown-content:focus {
5238
+ outline: 0;
5239
+ }
5235
5240
  .dropdown-content {
5236
5241
  background-color: var(--mm-surface-color, #fff);
5237
5242
  margin: 0;
@@ -5245,18 +5250,6 @@ button.btn-floating {
5245
5250
  z-index: 9999;
5246
5251
  transform-origin: 0 0;
5247
5252
  }
5248
- .dropdown-content:focus {
5249
- outline: 0;
5250
- }
5251
- .dropdown-content li {
5252
- clear: both;
5253
- color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
5254
- cursor: pointer;
5255
- min-height: 50px;
5256
- line-height: 1.5rem;
5257
- width: 100%;
5258
- text-align: left;
5259
- }
5260
5253
  .dropdown-content li:hover, .dropdown-content li.active {
5261
5254
  background-color: var(--mm-dropdown-hover, #eee);
5262
5255
  }
@@ -5289,6 +5282,15 @@ button.btn-floating {
5289
5282
  .dropdown-content li.disabled {
5290
5283
  cursor: not-allowed;
5291
5284
  }
5285
+ .dropdown-content li {
5286
+ clear: both;
5287
+ color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
5288
+ cursor: pointer;
5289
+ min-height: 50px;
5290
+ line-height: 1.5rem;
5291
+ width: 100%;
5292
+ text-align: left;
5293
+ }
5292
5294
 
5293
5295
  body.keyboard-focused .dropdown-content li:focus {
5294
5296
  background-color: var(--mm-dropdown-focus, rgb(217.6, 217.6, 217.6));
@@ -5411,6 +5413,9 @@ body.keyboard-focused .dropdown-content li:focus {
5411
5413
  z-index: -1;
5412
5414
  }
5413
5415
 
5416
+ .modal:focus {
5417
+ outline: none;
5418
+ }
5414
5419
  .modal {
5415
5420
  display: none;
5416
5421
  position: fixed;
@@ -5426,9 +5431,6 @@ body.keyboard-focused .dropdown-content li:focus {
5426
5431
  border-radius: 2px;
5427
5432
  will-change: top, opacity;
5428
5433
  }
5429
- .modal:focus {
5430
- outline: none;
5431
- }
5432
5434
  @media only screen and (max-width : 992px) {
5433
5435
  .modal {
5434
5436
  width: 80%;
@@ -5505,6 +5507,9 @@ body.keyboard-focused .dropdown-content li:focus {
5505
5507
  margin: 0.5rem 0 1rem 0;
5506
5508
  }
5507
5509
 
5510
+ .collapsible-header:focus {
5511
+ outline: 0;
5512
+ }
5508
5513
  .collapsible-header {
5509
5514
  display: flex;
5510
5515
  cursor: pointer;
@@ -5513,9 +5518,6 @@ body.keyboard-focused .dropdown-content li:focus {
5513
5518
  padding: 1rem;
5514
5519
  border-bottom: 1px solid var(--mm-border-color, #ddd);
5515
5520
  }
5516
- .collapsible-header:focus {
5517
- outline: 0;
5518
- }
5519
5521
  .collapsible-header i {
5520
5522
  width: 2rem;
5521
5523
  font-size: 1.6rem;
@@ -5585,6 +5587,11 @@ body.keyboard-focused .dropdown-content li:focus {
5585
5587
  margin: 16px 0;
5586
5588
  }
5587
5589
 
5590
+ .chip:focus {
5591
+ outline: none;
5592
+ background-color: var(--mm-primary-color, #26a69a);
5593
+ color: var(--mm-button-text, #fff);
5594
+ }
5588
5595
  .chip {
5589
5596
  display: inline-block;
5590
5597
  height: 32px;
@@ -5598,11 +5605,6 @@ body.keyboard-focused .dropdown-content li:focus {
5598
5605
  margin-bottom: 5px;
5599
5606
  margin-right: 5px;
5600
5607
  }
5601
- .chip:focus {
5602
- outline: none;
5603
- background-color: var(--mm-primary-color, #26a69a);
5604
- color: var(--mm-button-text, #fff);
5605
- }
5606
5608
  .chip > img {
5607
5609
  float: left;
5608
5610
  margin: 0 8px 0 -12px;
@@ -5667,6 +5669,9 @@ body.keyboard-focused .dropdown-content li:focus {
5667
5669
  transform: translateY(-140%);
5668
5670
  }
5669
5671
 
5672
+ .materialboxed:hover:not(.active) {
5673
+ opacity: 0.8;
5674
+ }
5670
5675
  .materialboxed {
5671
5676
  display: block;
5672
5677
  cursor: zoom-in;
@@ -5674,9 +5679,6 @@ body.keyboard-focused .dropdown-content li:focus {
5674
5679
  transition: opacity 0.4s;
5675
5680
  -webkit-backface-visibility: hidden;
5676
5681
  }
5677
- .materialboxed:hover:not(.active) {
5678
- opacity: 0.8;
5679
- }
5680
5682
  .materialboxed.active {
5681
5683
  cursor: zoom-out;
5682
5684
  }
@@ -6159,11 +6161,6 @@ textarea.materialize-textarea + label:after {
6159
6161
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
6160
6162
  }
6161
6163
 
6162
- .input-field {
6163
- position: relative;
6164
- margin-top: 1rem;
6165
- margin-bottom: 1rem;
6166
- }
6167
6164
  .input-field.inline {
6168
6165
  display: inline-block;
6169
6166
  vertical-align: middle;
@@ -6180,6 +6177,11 @@ textarea.materialize-textarea + label:after {
6180
6177
  .input-field.col .prefix ~ .validate ~ label {
6181
6178
  width: calc(100% - 3rem - 1.5rem);
6182
6179
  }
6180
+ .input-field {
6181
+ position: relative;
6182
+ margin-top: 1rem;
6183
+ margin-bottom: 1rem;
6184
+ }
6183
6185
  .input-field > label {
6184
6186
  color: #9e9e9e;
6185
6187
  position: absolute;
@@ -6200,6 +6202,12 @@ textarea.materialize-textarea + label:after {
6200
6202
  transform: translateY(-14px) scale(0.8);
6201
6203
  transform-origin: 0 0;
6202
6204
  }
6205
+ .input-field .helper-text::after {
6206
+ opacity: 1;
6207
+ position: absolute;
6208
+ top: 0;
6209
+ left: 0;
6210
+ }
6203
6211
  .input-field .helper-text {
6204
6212
  position: relative;
6205
6213
  min-height: 18px;
@@ -6207,12 +6215,6 @@ textarea.materialize-textarea + label:after {
6207
6215
  font-size: 12px;
6208
6216
  color: var(--mm-text-secondary, rgba(0, 0, 0, 0.54));
6209
6217
  }
6210
- .input-field .helper-text::after {
6211
- opacity: 1;
6212
- position: absolute;
6213
- top: 0;
6214
- left: 0;
6215
- }
6216
6218
  .input-field .prefix {
6217
6219
  position: absolute;
6218
6220
  width: 3rem;
@@ -6481,9 +6483,6 @@ textarea.materialize-textarea {
6481
6483
  color: var(--mm-text-disabled, rgba(0, 0, 0, 0.42));
6482
6484
  }
6483
6485
 
6484
- [type=checkbox] {
6485
- /* checkbox aspect */
6486
- }
6487
6486
  [type=checkbox] + span:not(.lever) {
6488
6487
  position: relative;
6489
6488
  padding-left: 35px;
@@ -6496,6 +6495,9 @@ textarea.materialize-textarea {
6496
6495
  -moz-user-select: none;
6497
6496
  user-select: none;
6498
6497
  }
6498
+ [type=checkbox] {
6499
+ /* checkbox aspect */
6500
+ }
6499
6501
  [type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
6500
6502
  content: "";
6501
6503
  position: absolute;
@@ -6741,13 +6743,16 @@ select {
6741
6743
  position: absolute;
6742
6744
  }
6743
6745
 
6744
- .select-wrapper {
6745
- position: relative;
6746
- }
6747
6746
  .select-wrapper.valid + label, .select-wrapper.invalid + label {
6748
6747
  width: 100%;
6749
6748
  pointer-events: none;
6750
6749
  }
6750
+ .select-wrapper {
6751
+ position: relative;
6752
+ }
6753
+ .select-wrapper input.select-dropdown:focus {
6754
+ border-bottom: 1px solid #26a69a;
6755
+ }
6751
6756
  .select-wrapper input.select-dropdown {
6752
6757
  position: relative;
6753
6758
  cursor: pointer;
@@ -6767,9 +6772,6 @@ select {
6767
6772
  user-select: none;
6768
6773
  z-index: 1;
6769
6774
  }
6770
- .select-wrapper input.select-dropdown:focus {
6771
- border-bottom: 1px solid #26a69a;
6772
- }
6773
6775
  .select-wrapper .caret {
6774
6776
  position: absolute;
6775
6777
  right: 0;
@@ -7020,6 +7022,9 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
7020
7022
  .file-field span {
7021
7023
  cursor: pointer;
7022
7024
  }
7025
+ .file-field input[type=file]::-webkit-file-upload-button {
7026
+ display: none;
7027
+ }
7023
7028
  .file-field input[type=file] {
7024
7029
  position: absolute;
7025
7030
  top: 0;
@@ -7034,9 +7039,6 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
7034
7039
  opacity: 0;
7035
7040
  filter: alpha(opacity=0);
7036
7041
  }
7037
- .file-field input[type=file]::-webkit-file-upload-button {
7038
- display: none;
7039
- }
7040
7042
  .file-field .close {
7041
7043
  height: 20px;
7042
7044
  }
@@ -7737,6 +7739,9 @@ input[type=range]::-ms-thumb {
7737
7739
  .sidenav li.active {
7738
7740
  background-color: rgba(0, 0, 0, 0.05);
7739
7741
  }
7742
+ .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
7743
+ background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
7744
+ }
7740
7745
  .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) {
7741
7746
  color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
7742
7747
  display: block;
@@ -7746,9 +7751,6 @@ input[type=range]::-ms-thumb {
7746
7751
  line-height: 48px;
7747
7752
  padding: 0 32px;
7748
7753
  }
7749
- .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
7750
- background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
7751
- }
7752
7754
  .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) > i, .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) > [class^=mdi-], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) li > a > [class*=mdi-], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) > i.material-icons {
7753
7755
  float: left;
7754
7756
  height: 48px;
@@ -7763,6 +7765,9 @@ input[type=range]::-ms-thumb {
7763
7765
  .sidenav .divider {
7764
7766
  margin: 8px 0 0 0;
7765
7767
  }
7768
+ .sidenav .subheader:hover {
7769
+ background-color: transparent;
7770
+ }
7766
7771
  .sidenav .subheader {
7767
7772
  cursor: initial;
7768
7773
  pointer-events: none;
@@ -7775,21 +7780,18 @@ input[type=range]::-ms-thumb {
7775
7780
  display: flex;
7776
7781
  align-items: center;
7777
7782
  }
7778
- .sidenav .subheader:hover {
7779
- background-color: transparent;
7780
- }
7781
7783
  .sidenav .user-view {
7782
7784
  position: relative;
7783
7785
  padding: 32px 32px 0;
7784
7786
  margin-bottom: 8px;
7785
7787
  }
7788
+ .sidenav .user-view > a:hover {
7789
+ background-color: transparent;
7790
+ }
7786
7791
  .sidenav .user-view > a {
7787
7792
  height: auto;
7788
7793
  padding: 0;
7789
7794
  }
7790
- .sidenav .user-view > a:hover {
7791
- background-color: transparent;
7792
- }
7793
7795
  .sidenav .user-view .background {
7794
7796
  overflow: hidden;
7795
7797
  position: absolute;
@@ -7820,6 +7822,9 @@ input[type=range]::-ms-thumb {
7820
7822
  font-weight: 400;
7821
7823
  }
7822
7824
 
7825
+ .drag-target.right-aligned {
7826
+ right: 0;
7827
+ }
7823
7828
  .drag-target {
7824
7829
  height: 100%;
7825
7830
  width: 10px;
@@ -7828,19 +7833,16 @@ input[type=range]::-ms-thumb {
7828
7833
  left: 0;
7829
7834
  z-index: 998;
7830
7835
  }
7831
- .drag-target.right-aligned {
7836
+
7837
+ .sidenav.sidenav-fixed.right-aligned {
7832
7838
  right: 0;
7839
+ left: auto;
7833
7840
  }
7834
-
7835
7841
  .sidenav.sidenav-fixed {
7836
7842
  left: 0;
7837
7843
  transform: translateX(0);
7838
7844
  position: fixed;
7839
7845
  }
7840
- .sidenav.sidenav-fixed.right-aligned {
7841
- right: 0;
7842
- left: auto;
7843
- }
7844
7846
 
7845
7847
  @media only screen and (max-width : 992px) {
7846
7848
  .sidenav.sidenav-fixed {
@@ -8277,19 +8279,13 @@ input[type=range]::-ms-thumb {
8277
8279
  background-color: #4CAF50;
8278
8280
  }
8279
8281
 
8280
- .carousel {
8281
- overflow: hidden;
8282
- position: relative;
8283
- width: 100%;
8284
- height: 400px;
8285
- perspective: 500px;
8286
- transform-style: preserve-3d;
8287
- transform-origin: 0% 50%;
8288
- }
8289
8282
  .carousel.carousel-slider {
8290
8283
  top: 0;
8291
8284
  left: 0;
8292
8285
  }
8286
+ .carousel.carousel-slider .carousel-fixed-item.with-indicators {
8287
+ bottom: 68px;
8288
+ }
8293
8289
  .carousel.carousel-slider .carousel-fixed-item {
8294
8290
  position: absolute;
8295
8291
  left: 0;
@@ -8297,9 +8293,6 @@ input[type=range]::-ms-thumb {
8297
8293
  bottom: 20px;
8298
8294
  z-index: 1;
8299
8295
  }
8300
- .carousel.carousel-slider .carousel-fixed-item.with-indicators {
8301
- bottom: 68px;
8302
- }
8303
8296
  .carousel.carousel-slider .carousel-item {
8304
8297
  width: 100%;
8305
8298
  height: 100%;
@@ -8316,6 +8309,15 @@ input[type=range]::-ms-thumb {
8316
8309
  .carousel.carousel-slider .carousel-item p {
8317
8310
  font-size: 15px;
8318
8311
  }
8312
+ .carousel {
8313
+ overflow: hidden;
8314
+ position: relative;
8315
+ width: 100%;
8316
+ height: 400px;
8317
+ perspective: 500px;
8318
+ transform-style: preserve-3d;
8319
+ transform-origin: 0% 50%;
8320
+ }
8319
8321
  .carousel .carousel-item {
8320
8322
  visibility: hidden;
8321
8323
  width: 200px;
@@ -8335,6 +8337,9 @@ input[type=range]::-ms-thumb {
8335
8337
  bottom: 0;
8336
8338
  margin: 0;
8337
8339
  }
8340
+ .carousel .indicators .indicator-item.active {
8341
+ background-color: #fff;
8342
+ }
8338
8343
  .carousel .indicators .indicator-item {
8339
8344
  display: inline-block;
8340
8345
  position: relative;
@@ -8346,9 +8351,6 @@ input[type=range]::-ms-thumb {
8346
8351
  transition: background-color 0.3s;
8347
8352
  border-radius: 50%;
8348
8353
  }
8349
- .carousel .indicators .indicator-item.active {
8350
- background-color: #fff;
8351
- }
8352
8354
  .carousel.scrolling .carousel-item .materialboxed,
8353
8355
  .carousel .carousel-item:not(.active) .materialboxed {
8354
8356
  pointer-events: none;
@@ -8399,11 +8401,6 @@ input[type=range]::-ms-thumb {
8399
8401
  display: table-cell;
8400
8402
  }
8401
8403
 
8402
- .tap-target-wave {
8403
- position: absolute;
8404
- border-radius: 50%;
8405
- z-index: 10001;
8406
- }
8407
8404
  .tap-target-wave::before, .tap-target-wave::after {
8408
8405
  content: "";
8409
8406
  display: block;
@@ -8422,7 +8419,15 @@ input[type=range]::-ms-thumb {
8422
8419
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
8423
8420
  z-index: -1;
8424
8421
  }
8422
+ .tap-target-wave {
8423
+ position: absolute;
8424
+ border-radius: 50%;
8425
+ z-index: 10001;
8426
+ }
8425
8427
 
8428
+ .tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
8429
+ background: none;
8430
+ }
8426
8431
  .tap-target-origin {
8427
8432
  top: 50%;
8428
8433
  left: 50%;
@@ -8430,9 +8435,6 @@ input[type=range]::-ms-thumb {
8430
8435
  z-index: 10002;
8431
8436
  position: absolute !important;
8432
8437
  }
8433
- .tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
8434
- background: none;
8435
- }
8436
8438
 
8437
8439
  @media only screen and (max-width: 600px) {
8438
8440
  .tap-target, .tap-target-wrapper {
@@ -8440,10 +8442,6 @@ input[type=range]::-ms-thumb {
8440
8442
  height: 600px;
8441
8443
  }
8442
8444
  }
8443
- .pulse {
8444
- overflow: visible;
8445
- position: relative;
8446
- }
8447
8445
  .pulse::before {
8448
8446
  content: "";
8449
8447
  display: block;
@@ -8458,6 +8456,10 @@ input[type=range]::-ms-thumb {
8458
8456
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8459
8457
  z-index: -1;
8460
8458
  }
8459
+ .pulse {
8460
+ overflow: visible;
8461
+ position: relative;
8462
+ }
8461
8463
 
8462
8464
  @keyframes pulse-animation {
8463
8465
  0% {
@@ -8505,15 +8507,15 @@ input[type=range]::-ms-thumb {
8505
8507
  position: relative;
8506
8508
  overflow: visible;
8507
8509
  }
8510
+ .datepicker-controls .select-wrapper input:focus {
8511
+ border-bottom: none;
8512
+ }
8508
8513
  .datepicker-controls .select-wrapper input {
8509
8514
  border-bottom: none;
8510
8515
  text-align: center;
8511
8516
  margin: 0;
8512
8517
  cursor: pointer;
8513
8518
  }
8514
- .datepicker-controls .select-wrapper input:focus {
8515
- border-bottom: none;
8516
- }
8517
8519
  .datepicker-controls .select-wrapper .caret {
8518
8520
  position: absolute;
8519
8521
  right: 0;
@@ -8652,10 +8654,6 @@ input[type=range]::-ms-thumb {
8652
8654
  text-decoration: none;
8653
8655
  color: var(--mm-text-secondary, rgba(0, 0, 0, 0.54));
8654
8656
  }
8655
- .datepicker-table td {
8656
- border-radius: 50%;
8657
- padding: 0;
8658
- }
8659
8657
  .datepicker-table td.is-today {
8660
8658
  color: var(--mm-primary-color, #26a69a);
8661
8659
  }
@@ -8700,6 +8698,10 @@ input[type=range]::-ms-thumb {
8700
8698
  background-color: var(--mm-border-color, rgba(0, 0, 0, 0.02));
8701
8699
  border-right: 1px solid var(--mm-border-color, rgba(0, 0, 0, 0.05));
8702
8700
  }
8701
+ .datepicker-table td {
8702
+ border-radius: 50%;
8703
+ padding: 0;
8704
+ }
8703
8705
 
8704
8706
  .datepicker-day-button {
8705
8707
  background-color: transparent;
@@ -8936,15 +8938,15 @@ input[type=range]::-ms-thumb {
8936
8938
  transition: transform 350ms, opacity 350ms;
8937
8939
  }
8938
8940
 
8939
- .timepicker-dial-out {
8940
- opacity: 0;
8941
- }
8942
8941
  .timepicker-dial-out.timepicker-hours {
8943
8942
  transform: scale(1.1, 1.1);
8944
8943
  }
8945
8944
  .timepicker-dial-out.timepicker-minutes {
8946
8945
  transform: scale(0.8, 0.8);
8947
8946
  }
8947
+ .timepicker-dial-out {
8948
+ opacity: 0;
8949
+ }
8948
8950
 
8949
8951
  .timepicker-canvas {
8950
8952
  transition: opacity 175ms;
@@ -9896,7 +9898,6 @@ nav .theme-toggle:focus {
9896
9898
  user-select: none;
9897
9899
  position: relative;
9898
9900
  transition: background-color 0.2s ease;
9899
- padding-right: 32px;
9900
9901
  }
9901
9902
  .datatable thead th.sortable:hover {
9902
9903
  background-color: var(--mm-dropdown-hover);
@@ -9924,6 +9925,9 @@ nav .theme-toggle:focus {
9924
9925
  .datatable thead th.sortable .sort-indicators .sort-desc {
9925
9926
  margin-top: 0px;
9926
9927
  }
9928
+ .datatable thead th.sortable {
9929
+ padding-right: 32px;
9930
+ }
9927
9931
  .datatable .align-left {
9928
9932
  text-align: left;
9929
9933
  }
@@ -11216,8 +11220,6 @@ body.dark {
11216
11220
  align-items: center;
11217
11221
  justify-content: center;
11218
11222
  z-index: 3;
11219
- opacity: 0;
11220
- transform: scale(0.8);
11221
11223
  }
11222
11224
  [data-theme=dark] .image-list-item-action {
11223
11225
  background: rgba(0, 0, 0, 0.7);
@@ -11255,6 +11257,10 @@ body.dark {
11255
11257
  bottom: 8px;
11256
11258
  right: 8px;
11257
11259
  }
11260
+ .image-list-item-action {
11261
+ opacity: 0;
11262
+ transform: scale(0.8);
11263
+ }
11258
11264
  .image-list-with-actions .image-list-item-action {
11259
11265
  opacity: 1;
11260
11266
  transform: scale(1);