mithril-materialized 3.3.2 → 3.3.4
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/advanced.css +48 -46
- package/dist/components.css +101 -95
- package/dist/core.css +31 -29
- package/dist/forms.css +28 -26
- package/dist/index.css +184 -178
- package/dist/index.esm.js +0 -3
- package/dist/index.js +0 -3
- package/dist/index.min.css +2 -2
- package/dist/index.umd.js +0 -3
- package/dist/pickers.css +10 -10
- package/dist/utilities.css +18 -16
- package/package.json +5 -5
- package/sass/components/forms/_checkboxes.scss +2 -2
package/dist/advanced.css
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.carousel {
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
position: relative;
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 400px;
|
|
7
|
-
perspective: 500px;
|
|
8
|
-
transform-style: preserve-3d;
|
|
9
|
-
transform-origin: 0% 50%;
|
|
10
|
-
}
|
|
11
2
|
.carousel.carousel-slider {
|
|
12
3
|
top: 0;
|
|
13
4
|
left: 0;
|
|
14
5
|
}
|
|
6
|
+
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
|
|
7
|
+
bottom: 68px;
|
|
8
|
+
}
|
|
15
9
|
.carousel.carousel-slider .carousel-fixed-item {
|
|
16
10
|
position: absolute;
|
|
17
11
|
left: 0;
|
|
@@ -19,9 +13,6 @@
|
|
|
19
13
|
bottom: 20px;
|
|
20
14
|
z-index: 1;
|
|
21
15
|
}
|
|
22
|
-
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
|
|
23
|
-
bottom: 68px;
|
|
24
|
-
}
|
|
25
16
|
.carousel.carousel-slider .carousel-item {
|
|
26
17
|
width: 100%;
|
|
27
18
|
height: 100%;
|
|
@@ -38,6 +29,15 @@
|
|
|
38
29
|
.carousel.carousel-slider .carousel-item p {
|
|
39
30
|
font-size: 15px;
|
|
40
31
|
}
|
|
32
|
+
.carousel {
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
position: relative;
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 400px;
|
|
37
|
+
perspective: 500px;
|
|
38
|
+
transform-style: preserve-3d;
|
|
39
|
+
transform-origin: 0% 50%;
|
|
40
|
+
}
|
|
41
41
|
.carousel .carousel-item {
|
|
42
42
|
visibility: hidden;
|
|
43
43
|
width: 200px;
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
bottom: 0;
|
|
58
58
|
margin: 0;
|
|
59
59
|
}
|
|
60
|
+
.carousel .indicators .indicator-item.active {
|
|
61
|
+
background-color: #fff;
|
|
62
|
+
}
|
|
60
63
|
.carousel .indicators .indicator-item {
|
|
61
64
|
display: inline-block;
|
|
62
65
|
position: relative;
|
|
@@ -68,9 +71,6 @@
|
|
|
68
71
|
transition: background-color 0.3s;
|
|
69
72
|
border-radius: 50%;
|
|
70
73
|
}
|
|
71
|
-
.carousel .indicators .indicator-item.active {
|
|
72
|
-
background-color: #fff;
|
|
73
|
-
}
|
|
74
74
|
.carousel.scrolling .carousel-item .materialboxed,
|
|
75
75
|
.carousel .carousel-item:not(.active) .materialboxed {
|
|
76
76
|
pointer-events: none;
|
|
@@ -464,7 +464,6 @@ td, th {
|
|
|
464
464
|
border-spacing: 0;
|
|
465
465
|
display: block;
|
|
466
466
|
position: relative;
|
|
467
|
-
/* sort out borders */
|
|
468
467
|
}
|
|
469
468
|
table.responsive-table td:empty:before {
|
|
470
469
|
content: " ";
|
|
@@ -512,6 +511,9 @@ td, th {
|
|
|
512
511
|
border-bottom: none;
|
|
513
512
|
padding: 0 10px;
|
|
514
513
|
}
|
|
514
|
+
table.responsive-table {
|
|
515
|
+
/* sort out borders */
|
|
516
|
+
}
|
|
515
517
|
table.responsive-table thead {
|
|
516
518
|
border: 0;
|
|
517
519
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -901,6 +903,9 @@ td, th {
|
|
|
901
903
|
.sidenav li.active {
|
|
902
904
|
background-color: rgba(0, 0, 0, 0.05);
|
|
903
905
|
}
|
|
906
|
+
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
|
|
907
|
+
background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
|
|
908
|
+
}
|
|
904
909
|
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) {
|
|
905
910
|
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
906
911
|
display: block;
|
|
@@ -910,9 +915,6 @@ td, th {
|
|
|
910
915
|
line-height: 48px;
|
|
911
916
|
padding: 0 32px;
|
|
912
917
|
}
|
|
913
|
-
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
|
|
914
|
-
background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
|
|
915
|
-
}
|
|
916
918
|
.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 {
|
|
917
919
|
float: left;
|
|
918
920
|
height: 48px;
|
|
@@ -927,6 +929,9 @@ td, th {
|
|
|
927
929
|
.sidenav .divider {
|
|
928
930
|
margin: 8px 0 0 0;
|
|
929
931
|
}
|
|
932
|
+
.sidenav .subheader:hover {
|
|
933
|
+
background-color: transparent;
|
|
934
|
+
}
|
|
930
935
|
.sidenav .subheader {
|
|
931
936
|
cursor: initial;
|
|
932
937
|
pointer-events: none;
|
|
@@ -939,21 +944,18 @@ td, th {
|
|
|
939
944
|
display: flex;
|
|
940
945
|
align-items: center;
|
|
941
946
|
}
|
|
942
|
-
.sidenav .subheader:hover {
|
|
943
|
-
background-color: transparent;
|
|
944
|
-
}
|
|
945
947
|
.sidenav .user-view {
|
|
946
948
|
position: relative;
|
|
947
949
|
padding: 32px 32px 0;
|
|
948
950
|
margin-bottom: 8px;
|
|
949
951
|
}
|
|
952
|
+
.sidenav .user-view > a:hover {
|
|
953
|
+
background-color: transparent;
|
|
954
|
+
}
|
|
950
955
|
.sidenav .user-view > a {
|
|
951
956
|
height: auto;
|
|
952
957
|
padding: 0;
|
|
953
958
|
}
|
|
954
|
-
.sidenav .user-view > a:hover {
|
|
955
|
-
background-color: transparent;
|
|
956
|
-
}
|
|
957
959
|
.sidenav .user-view .background {
|
|
958
960
|
overflow: hidden;
|
|
959
961
|
position: absolute;
|
|
@@ -984,6 +986,9 @@ td, th {
|
|
|
984
986
|
font-weight: 400;
|
|
985
987
|
}
|
|
986
988
|
|
|
989
|
+
.drag-target.right-aligned {
|
|
990
|
+
right: 0;
|
|
991
|
+
}
|
|
987
992
|
.drag-target {
|
|
988
993
|
height: 100%;
|
|
989
994
|
width: 10px;
|
|
@@ -992,19 +997,16 @@ td, th {
|
|
|
992
997
|
left: 0;
|
|
993
998
|
z-index: 998;
|
|
994
999
|
}
|
|
995
|
-
|
|
1000
|
+
|
|
1001
|
+
.sidenav.sidenav-fixed.right-aligned {
|
|
996
1002
|
right: 0;
|
|
1003
|
+
left: auto;
|
|
997
1004
|
}
|
|
998
|
-
|
|
999
1005
|
.sidenav.sidenav-fixed {
|
|
1000
1006
|
left: 0;
|
|
1001
1007
|
transform: translateX(0);
|
|
1002
1008
|
position: fixed;
|
|
1003
1009
|
}
|
|
1004
|
-
.sidenav.sidenav-fixed.right-aligned {
|
|
1005
|
-
right: 0;
|
|
1006
|
-
left: auto;
|
|
1007
|
-
}
|
|
1008
1010
|
|
|
1009
1011
|
@media only screen and (max-width : 992px) {
|
|
1010
1012
|
.sidenav.sidenav-fixed {
|
|
@@ -1052,13 +1054,6 @@ td, th {
|
|
|
1052
1054
|
pointer-events: auto;
|
|
1053
1055
|
}
|
|
1054
1056
|
|
|
1055
|
-
nav {
|
|
1056
|
-
color: var(--mm-nav-text, #fff);
|
|
1057
|
-
background-color: var(--mm-nav-background, #ee6e73);
|
|
1058
|
-
width: 100%;
|
|
1059
|
-
height: 56px;
|
|
1060
|
-
line-height: 56px;
|
|
1061
|
-
}
|
|
1062
1057
|
nav.nav-extended {
|
|
1063
1058
|
height: auto;
|
|
1064
1059
|
}
|
|
@@ -1070,6 +1065,13 @@ nav.nav-extended .nav-content {
|
|
|
1070
1065
|
position: relative;
|
|
1071
1066
|
line-height: normal;
|
|
1072
1067
|
}
|
|
1068
|
+
nav {
|
|
1069
|
+
color: var(--mm-nav-text, #fff);
|
|
1070
|
+
background-color: var(--mm-nav-background, #ee6e73);
|
|
1071
|
+
width: 100%;
|
|
1072
|
+
height: 56px;
|
|
1073
|
+
line-height: 56px;
|
|
1074
|
+
}
|
|
1073
1075
|
nav a {
|
|
1074
1076
|
color: var(--mm-nav-text, #fff);
|
|
1075
1077
|
}
|
|
@@ -1816,11 +1818,6 @@ nav .input-field label.active i {
|
|
|
1816
1818
|
display: table-cell;
|
|
1817
1819
|
}
|
|
1818
1820
|
|
|
1819
|
-
.tap-target-wave {
|
|
1820
|
-
position: absolute;
|
|
1821
|
-
border-radius: 50%;
|
|
1822
|
-
z-index: 10001;
|
|
1823
|
-
}
|
|
1824
1821
|
.tap-target-wave::before, .tap-target-wave::after {
|
|
1825
1822
|
content: "";
|
|
1826
1823
|
display: block;
|
|
@@ -1839,7 +1836,15 @@ nav .input-field label.active i {
|
|
|
1839
1836
|
transition: opacity 0.3s, transform 0.3s, visibility 0s;
|
|
1840
1837
|
z-index: -1;
|
|
1841
1838
|
}
|
|
1839
|
+
.tap-target-wave {
|
|
1840
|
+
position: absolute;
|
|
1841
|
+
border-radius: 50%;
|
|
1842
|
+
z-index: 10001;
|
|
1843
|
+
}
|
|
1842
1844
|
|
|
1845
|
+
.tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
|
|
1846
|
+
background: none;
|
|
1847
|
+
}
|
|
1843
1848
|
.tap-target-origin {
|
|
1844
1849
|
top: 50%;
|
|
1845
1850
|
left: 50%;
|
|
@@ -1847,9 +1852,6 @@ nav .input-field label.active i {
|
|
|
1847
1852
|
z-index: 10002;
|
|
1848
1853
|
position: absolute !important;
|
|
1849
1854
|
}
|
|
1850
|
-
.tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
|
|
1851
|
-
background: none;
|
|
1852
|
-
}
|
|
1853
1855
|
|
|
1854
1856
|
@media only screen and (max-width: 600px) {
|
|
1855
1857
|
.tap-target, .tap-target-wrapper {
|
package/dist/components.css
CHANGED
|
@@ -387,7 +387,6 @@ td, th {
|
|
|
387
387
|
border-spacing: 0;
|
|
388
388
|
display: block;
|
|
389
389
|
position: relative;
|
|
390
|
-
/* sort out borders */
|
|
391
390
|
}
|
|
392
391
|
table.responsive-table td:empty:before {
|
|
393
392
|
content: " ";
|
|
@@ -435,6 +434,9 @@ td, th {
|
|
|
435
434
|
border-bottom: none;
|
|
436
435
|
padding: 0 10px;
|
|
437
436
|
}
|
|
437
|
+
table.responsive-table {
|
|
438
|
+
/* sort out borders */
|
|
439
|
+
}
|
|
438
440
|
table.responsive-table thead {
|
|
439
441
|
border: 0;
|
|
440
442
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -754,57 +756,57 @@ td, th {
|
|
|
754
756
|
background-color: rgb(42.75, 186.75, 173.25);
|
|
755
757
|
}
|
|
756
758
|
|
|
757
|
-
.btn-floating {
|
|
758
|
-
display: inline-block;
|
|
759
|
-
color: #fff;
|
|
760
|
-
position: relative;
|
|
761
|
-
overflow: hidden;
|
|
762
|
-
z-index: 1;
|
|
763
|
-
width: 40px;
|
|
764
|
-
height: 40px;
|
|
765
|
-
line-height: 40px;
|
|
766
|
-
padding: 0;
|
|
767
|
-
background-color: #26a69a;
|
|
768
|
-
border-radius: 50%;
|
|
769
|
-
transition: background-color 0.3s;
|
|
770
|
-
cursor: pointer;
|
|
771
|
-
vertical-align: middle;
|
|
772
|
-
}
|
|
773
759
|
.btn-floating:hover {
|
|
774
760
|
background-color: #26a69a;
|
|
775
761
|
}
|
|
776
762
|
.btn-floating:before {
|
|
777
763
|
border-radius: 0;
|
|
778
764
|
}
|
|
765
|
+
.btn-floating.btn-large.halfway-fab {
|
|
766
|
+
bottom: -28px;
|
|
767
|
+
}
|
|
779
768
|
.btn-floating.btn-large {
|
|
780
769
|
width: 56px;
|
|
781
770
|
height: 56px;
|
|
782
771
|
padding: 0;
|
|
783
772
|
}
|
|
784
|
-
.btn-floating.btn-large.halfway-fab {
|
|
785
|
-
bottom: -28px;
|
|
786
|
-
}
|
|
787
773
|
.btn-floating.btn-large i {
|
|
788
774
|
line-height: 56px;
|
|
789
775
|
}
|
|
776
|
+
.btn-floating.btn-small.halfway-fab {
|
|
777
|
+
bottom: -16.2px;
|
|
778
|
+
}
|
|
790
779
|
.btn-floating.btn-small {
|
|
791
780
|
width: 32.4px;
|
|
792
781
|
height: 32.4px;
|
|
793
782
|
}
|
|
794
|
-
.btn-floating.btn-small.halfway-fab {
|
|
795
|
-
bottom: -16.2px;
|
|
796
|
-
}
|
|
797
783
|
.btn-floating.btn-small i {
|
|
798
784
|
line-height: 32.4px;
|
|
799
785
|
}
|
|
786
|
+
.btn-floating.halfway-fab.left {
|
|
787
|
+
right: auto;
|
|
788
|
+
left: 24px;
|
|
789
|
+
}
|
|
800
790
|
.btn-floating.halfway-fab {
|
|
801
791
|
position: absolute;
|
|
802
792
|
right: 24px;
|
|
803
793
|
bottom: -20px;
|
|
804
794
|
}
|
|
805
|
-
.btn-floating
|
|
806
|
-
|
|
807
|
-
|
|
795
|
+
.btn-floating {
|
|
796
|
+
display: inline-block;
|
|
797
|
+
color: #fff;
|
|
798
|
+
position: relative;
|
|
799
|
+
overflow: hidden;
|
|
800
|
+
z-index: 1;
|
|
801
|
+
width: 40px;
|
|
802
|
+
height: 40px;
|
|
803
|
+
line-height: 40px;
|
|
804
|
+
padding: 0;
|
|
805
|
+
background-color: #26a69a;
|
|
806
|
+
border-radius: 50%;
|
|
807
|
+
transition: background-color 0.3s;
|
|
808
|
+
cursor: pointer;
|
|
809
|
+
vertical-align: middle;
|
|
808
810
|
}
|
|
809
811
|
.btn-floating i {
|
|
810
812
|
width: inherit;
|
|
@@ -819,14 +821,6 @@ button.btn-floating {
|
|
|
819
821
|
border: none;
|
|
820
822
|
}
|
|
821
823
|
|
|
822
|
-
.fixed-action-btn {
|
|
823
|
-
position: fixed;
|
|
824
|
-
right: 23px;
|
|
825
|
-
bottom: 23px;
|
|
826
|
-
padding-top: 15px;
|
|
827
|
-
margin-bottom: 0;
|
|
828
|
-
z-index: 997;
|
|
829
|
-
}
|
|
830
824
|
.fixed-action-btn.active ul {
|
|
831
825
|
visibility: visible;
|
|
832
826
|
}
|
|
@@ -871,13 +865,13 @@ button.btn-floating {
|
|
|
871
865
|
.fixed-action-btn.direction-bottom ul li {
|
|
872
866
|
margin: 15px 0 0 0;
|
|
873
867
|
}
|
|
868
|
+
.fixed-action-btn.toolbar.active > a i {
|
|
869
|
+
opacity: 0;
|
|
870
|
+
}
|
|
874
871
|
.fixed-action-btn.toolbar {
|
|
875
872
|
padding: 0;
|
|
876
873
|
height: 56px;
|
|
877
874
|
}
|
|
878
|
-
.fixed-action-btn.toolbar.active > a i {
|
|
879
|
-
opacity: 0;
|
|
880
|
-
}
|
|
881
875
|
.fixed-action-btn.toolbar ul {
|
|
882
876
|
display: flex;
|
|
883
877
|
top: 0;
|
|
@@ -906,6 +900,14 @@ button.btn-floating {
|
|
|
906
900
|
.fixed-action-btn.toolbar ul li a i {
|
|
907
901
|
line-height: inherit;
|
|
908
902
|
}
|
|
903
|
+
.fixed-action-btn {
|
|
904
|
+
position: fixed;
|
|
905
|
+
right: 23px;
|
|
906
|
+
bottom: 23px;
|
|
907
|
+
padding-top: 15px;
|
|
908
|
+
margin-bottom: 0;
|
|
909
|
+
z-index: 997;
|
|
910
|
+
}
|
|
909
911
|
.fixed-action-btn ul {
|
|
910
912
|
left: 0;
|
|
911
913
|
right: 0;
|
|
@@ -975,6 +977,9 @@ button.btn-floating {
|
|
|
975
977
|
display: block;
|
|
976
978
|
}
|
|
977
979
|
|
|
980
|
+
.modal:focus {
|
|
981
|
+
outline: none;
|
|
982
|
+
}
|
|
978
983
|
.modal {
|
|
979
984
|
display: none;
|
|
980
985
|
position: fixed;
|
|
@@ -990,9 +995,6 @@ button.btn-floating {
|
|
|
990
995
|
border-radius: 2px;
|
|
991
996
|
will-change: top, opacity;
|
|
992
997
|
}
|
|
993
|
-
.modal:focus {
|
|
994
|
-
outline: none;
|
|
995
|
-
}
|
|
996
998
|
@media only screen and (max-width : 992px) {
|
|
997
999
|
.modal {
|
|
998
1000
|
width: 80%;
|
|
@@ -1062,6 +1064,9 @@ button.btn-floating {
|
|
|
1062
1064
|
will-change: bottom, opacity;
|
|
1063
1065
|
}
|
|
1064
1066
|
|
|
1067
|
+
.dropdown-content:focus {
|
|
1068
|
+
outline: 0;
|
|
1069
|
+
}
|
|
1065
1070
|
.dropdown-content {
|
|
1066
1071
|
background-color: var(--mm-surface-color, #fff);
|
|
1067
1072
|
margin: 0;
|
|
@@ -1075,18 +1080,6 @@ button.btn-floating {
|
|
|
1075
1080
|
z-index: 9999;
|
|
1076
1081
|
transform-origin: 0 0;
|
|
1077
1082
|
}
|
|
1078
|
-
.dropdown-content:focus {
|
|
1079
|
-
outline: 0;
|
|
1080
|
-
}
|
|
1081
|
-
.dropdown-content li {
|
|
1082
|
-
clear: both;
|
|
1083
|
-
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
1084
|
-
cursor: pointer;
|
|
1085
|
-
min-height: 50px;
|
|
1086
|
-
line-height: 1.5rem;
|
|
1087
|
-
width: 100%;
|
|
1088
|
-
text-align: left;
|
|
1089
|
-
}
|
|
1090
1083
|
.dropdown-content li:hover, .dropdown-content li.active {
|
|
1091
1084
|
background-color: var(--mm-dropdown-hover, #eee);
|
|
1092
1085
|
}
|
|
@@ -1119,6 +1112,15 @@ button.btn-floating {
|
|
|
1119
1112
|
.dropdown-content li.disabled {
|
|
1120
1113
|
cursor: not-allowed;
|
|
1121
1114
|
}
|
|
1115
|
+
.dropdown-content li {
|
|
1116
|
+
clear: both;
|
|
1117
|
+
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
1118
|
+
cursor: pointer;
|
|
1119
|
+
min-height: 50px;
|
|
1120
|
+
line-height: 1.5rem;
|
|
1121
|
+
width: 100%;
|
|
1122
|
+
text-align: left;
|
|
1123
|
+
}
|
|
1122
1124
|
|
|
1123
1125
|
body.keyboard-focused .dropdown-content li:focus {
|
|
1124
1126
|
background-color: var(--mm-dropdown-focus, rgb(217.6, 217.6, 217.6));
|
|
@@ -1135,17 +1137,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1135
1137
|
cursor: pointer;
|
|
1136
1138
|
}
|
|
1137
1139
|
|
|
1138
|
-
.tabs {
|
|
1139
|
-
position: relative;
|
|
1140
|
-
overflow-x: auto;
|
|
1141
|
-
overflow-y: hidden;
|
|
1142
|
-
height: 48px;
|
|
1143
|
-
width: 100%;
|
|
1144
|
-
background-color: var(--mm-background-color, #fff);
|
|
1145
|
-
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
1146
|
-
margin: 0 auto;
|
|
1147
|
-
white-space: nowrap;
|
|
1148
|
-
}
|
|
1149
1140
|
.tabs.tabs-transparent {
|
|
1150
1141
|
background-color: transparent;
|
|
1151
1142
|
}
|
|
@@ -1167,6 +1158,17 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1167
1158
|
.tabs.tabs-fixed-width .tab {
|
|
1168
1159
|
flex-grow: 1;
|
|
1169
1160
|
}
|
|
1161
|
+
.tabs {
|
|
1162
|
+
position: relative;
|
|
1163
|
+
overflow-x: auto;
|
|
1164
|
+
overflow-y: hidden;
|
|
1165
|
+
height: 48px;
|
|
1166
|
+
width: 100%;
|
|
1167
|
+
background-color: var(--mm-background-color, #fff);
|
|
1168
|
+
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
1169
|
+
margin: 0 auto;
|
|
1170
|
+
white-space: nowrap;
|
|
1171
|
+
}
|
|
1170
1172
|
.tabs .tab {
|
|
1171
1173
|
display: inline-block;
|
|
1172
1174
|
text-align: center;
|
|
@@ -1176,6 +1178,14 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1176
1178
|
margin: 0;
|
|
1177
1179
|
text-transform: uppercase;
|
|
1178
1180
|
}
|
|
1181
|
+
.tabs .tab a:focus, .tabs .tab a:focus.active {
|
|
1182
|
+
background-color: rgba(246.0277777778, 178.4722222222, 181.1111111111, 0.2);
|
|
1183
|
+
outline: none;
|
|
1184
|
+
}
|
|
1185
|
+
.tabs .tab a:hover, .tabs .tab a.active {
|
|
1186
|
+
background-color: transparent;
|
|
1187
|
+
color: var(--mm-primary-color, #ee6e73);
|
|
1188
|
+
}
|
|
1179
1189
|
.tabs .tab a {
|
|
1180
1190
|
color: var(--mm-text-secondary, rgba(238, 110, 115, 0.7));
|
|
1181
1191
|
display: block;
|
|
@@ -1187,14 +1197,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1187
1197
|
overflow: hidden;
|
|
1188
1198
|
transition: color 0.28s ease, background-color 0.28s ease;
|
|
1189
1199
|
}
|
|
1190
|
-
.tabs .tab a:focus, .tabs .tab a:focus.active {
|
|
1191
|
-
background-color: rgba(246.0277777778, 178.4722222222, 181.1111111111, 0.2);
|
|
1192
|
-
outline: none;
|
|
1193
|
-
}
|
|
1194
|
-
.tabs .tab a:hover, .tabs .tab a.active {
|
|
1195
|
-
background-color: transparent;
|
|
1196
|
-
color: var(--mm-primary-color, #ee6e73);
|
|
1197
|
-
}
|
|
1198
1200
|
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
|
|
1199
1201
|
color: var(--mm-text-disabled, rgba(238, 110, 115, 0.4));
|
|
1200
1202
|
cursor: default;
|
|
@@ -1258,6 +1260,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1258
1260
|
margin: 0.5rem 0 1rem 0;
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1263
|
+
.collapsible-header:focus {
|
|
1264
|
+
outline: 0;
|
|
1265
|
+
}
|
|
1261
1266
|
.collapsible-header {
|
|
1262
1267
|
display: flex;
|
|
1263
1268
|
cursor: pointer;
|
|
@@ -1266,9 +1271,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1266
1271
|
padding: 1rem;
|
|
1267
1272
|
border-bottom: 1px solid var(--mm-border-color, #ddd);
|
|
1268
1273
|
}
|
|
1269
|
-
.collapsible-header:focus {
|
|
1270
|
-
outline: 0;
|
|
1271
|
-
}
|
|
1272
1274
|
.collapsible-header i {
|
|
1273
1275
|
width: 2rem;
|
|
1274
1276
|
font-size: 1.6rem;
|
|
@@ -1338,6 +1340,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1338
1340
|
margin: 16px 0;
|
|
1339
1341
|
}
|
|
1340
1342
|
|
|
1343
|
+
.materialboxed:hover:not(.active) {
|
|
1344
|
+
opacity: 0.8;
|
|
1345
|
+
}
|
|
1341
1346
|
.materialboxed {
|
|
1342
1347
|
display: block;
|
|
1343
1348
|
cursor: zoom-in;
|
|
@@ -1345,9 +1350,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1345
1350
|
transition: opacity 0.4s;
|
|
1346
1351
|
-webkit-backface-visibility: hidden;
|
|
1347
1352
|
}
|
|
1348
|
-
.materialboxed:hover:not(.active) {
|
|
1349
|
-
opacity: 0.8;
|
|
1350
|
-
}
|
|
1351
1353
|
.materialboxed.active {
|
|
1352
1354
|
cursor: zoom-out;
|
|
1353
1355
|
}
|
|
@@ -1640,6 +1642,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1640
1642
|
.sidenav li.active {
|
|
1641
1643
|
background-color: rgba(0, 0, 0, 0.05);
|
|
1642
1644
|
}
|
|
1645
|
+
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
|
|
1646
|
+
background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
|
|
1647
|
+
}
|
|
1643
1648
|
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating) {
|
|
1644
1649
|
color: var(--mm-text-primary, rgba(0, 0, 0, 0.87));
|
|
1645
1650
|
display: block;
|
|
@@ -1649,9 +1654,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1649
1654
|
line-height: 48px;
|
|
1650
1655
|
padding: 0 32px;
|
|
1651
1656
|
}
|
|
1652
|
-
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
|
|
1653
|
-
background-color: var(--mm-border-color, rgba(0, 0, 0, 0.05));
|
|
1654
|
-
}
|
|
1655
1657
|
.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 {
|
|
1656
1658
|
float: left;
|
|
1657
1659
|
height: 48px;
|
|
@@ -1666,6 +1668,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1666
1668
|
.sidenav .divider {
|
|
1667
1669
|
margin: 8px 0 0 0;
|
|
1668
1670
|
}
|
|
1671
|
+
.sidenav .subheader:hover {
|
|
1672
|
+
background-color: transparent;
|
|
1673
|
+
}
|
|
1669
1674
|
.sidenav .subheader {
|
|
1670
1675
|
cursor: initial;
|
|
1671
1676
|
pointer-events: none;
|
|
@@ -1678,21 +1683,18 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1678
1683
|
display: flex;
|
|
1679
1684
|
align-items: center;
|
|
1680
1685
|
}
|
|
1681
|
-
.sidenav .subheader:hover {
|
|
1682
|
-
background-color: transparent;
|
|
1683
|
-
}
|
|
1684
1686
|
.sidenav .user-view {
|
|
1685
1687
|
position: relative;
|
|
1686
1688
|
padding: 32px 32px 0;
|
|
1687
1689
|
margin-bottom: 8px;
|
|
1688
1690
|
}
|
|
1691
|
+
.sidenav .user-view > a:hover {
|
|
1692
|
+
background-color: transparent;
|
|
1693
|
+
}
|
|
1689
1694
|
.sidenav .user-view > a {
|
|
1690
1695
|
height: auto;
|
|
1691
1696
|
padding: 0;
|
|
1692
1697
|
}
|
|
1693
|
-
.sidenav .user-view > a:hover {
|
|
1694
|
-
background-color: transparent;
|
|
1695
|
-
}
|
|
1696
1698
|
.sidenav .user-view .background {
|
|
1697
1699
|
overflow: hidden;
|
|
1698
1700
|
position: absolute;
|
|
@@ -1723,6 +1725,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1723
1725
|
font-weight: 400;
|
|
1724
1726
|
}
|
|
1725
1727
|
|
|
1728
|
+
.drag-target.right-aligned {
|
|
1729
|
+
right: 0;
|
|
1730
|
+
}
|
|
1726
1731
|
.drag-target {
|
|
1727
1732
|
height: 100%;
|
|
1728
1733
|
width: 10px;
|
|
@@ -1731,19 +1736,16 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
1731
1736
|
left: 0;
|
|
1732
1737
|
z-index: 998;
|
|
1733
1738
|
}
|
|
1734
|
-
|
|
1739
|
+
|
|
1740
|
+
.sidenav.sidenav-fixed.right-aligned {
|
|
1735
1741
|
right: 0;
|
|
1742
|
+
left: auto;
|
|
1736
1743
|
}
|
|
1737
|
-
|
|
1738
1744
|
.sidenav.sidenav-fixed {
|
|
1739
1745
|
left: 0;
|
|
1740
1746
|
transform: translateX(0);
|
|
1741
1747
|
position: fixed;
|
|
1742
1748
|
}
|
|
1743
|
-
.sidenav.sidenav-fixed.right-aligned {
|
|
1744
|
-
right: 0;
|
|
1745
|
-
left: auto;
|
|
1746
|
-
}
|
|
1747
1749
|
|
|
1748
1750
|
@media only screen and (max-width : 992px) {
|
|
1749
1751
|
.sidenav.sidenav-fixed {
|
|
@@ -2385,7 +2387,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
2385
2387
|
user-select: none;
|
|
2386
2388
|
position: relative;
|
|
2387
2389
|
transition: background-color 0.2s ease;
|
|
2388
|
-
padding-right: 32px;
|
|
2389
2390
|
}
|
|
2390
2391
|
.datatable thead th.sortable:hover {
|
|
2391
2392
|
background-color: var(--mm-dropdown-hover);
|
|
@@ -2413,6 +2414,9 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
2413
2414
|
.datatable thead th.sortable .sort-indicators .sort-desc {
|
|
2414
2415
|
margin-top: 0px;
|
|
2415
2416
|
}
|
|
2417
|
+
.datatable thead th.sortable {
|
|
2418
|
+
padding-right: 32px;
|
|
2419
|
+
}
|
|
2416
2420
|
.datatable .align-left {
|
|
2417
2421
|
text-align: left;
|
|
2418
2422
|
}
|
|
@@ -3842,8 +3846,6 @@ body {
|
|
|
3842
3846
|
align-items: center;
|
|
3843
3847
|
justify-content: center;
|
|
3844
3848
|
z-index: 3;
|
|
3845
|
-
opacity: 0;
|
|
3846
|
-
transform: scale(0.8);
|
|
3847
3849
|
}
|
|
3848
3850
|
[data-theme=dark] .image-list-item-action {
|
|
3849
3851
|
background: rgba(0, 0, 0, 0.7);
|
|
@@ -3881,6 +3883,10 @@ body {
|
|
|
3881
3883
|
bottom: 8px;
|
|
3882
3884
|
right: 8px;
|
|
3883
3885
|
}
|
|
3886
|
+
.image-list-item-action {
|
|
3887
|
+
opacity: 0;
|
|
3888
|
+
transform: scale(0.8);
|
|
3889
|
+
}
|
|
3884
3890
|
.image-list-with-actions .image-list-item-action {
|
|
3885
3891
|
opacity: 1;
|
|
3886
3892
|
transform: scale(1);
|