Skip to content

Commit ea75376

Browse files
committed
fixed download links and updated to v0.82
1 parent 64bea97 commit ea75376

13 files changed

+44
-61
lines changed

bin/Materialize-Sass_v0.81.zip

-602 KB
Binary file not shown.

bin/Materialize_v0.81.zip

-605 KB
Binary file not shown.

bin/materialize-sass_v0.82.zip

612 KB
Binary file not shown.

bin/materialize.css

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6670,11 +6670,11 @@ ul.tabs li.tab {
66706670
background-clip: padding-box;
66716671
background-color: #323232;
66726672
z-index: -1;
6673-
-webkit-transform-origin: top center;
6674-
-moz-transform-origin: top center;
6675-
-ms-transform-origin: top center;
6676-
-o-transform-origin: top center;
6677-
transform-origin: top center;
6673+
-webkit-transform-origin: 50% 10%;
6674+
-moz-transform-origin: 50% 10%;
6675+
-ms-transform-origin: 50% 10%;
6676+
-o-transform-origin: 50% 10%;
6677+
transform-origin: 50% 10%;
66786678
}
66796679

66806680
.btn, .btn-large, .btn-flat {
@@ -6778,6 +6778,7 @@ ul.tabs li.tab {
67786778
min-width: 100px;
67796779
}
67806780
.dropdown-content li {
6781+
cursor: pointer;
67816782
font-size: 1.2rem;
67826783
color: #212121;
67836784
padding: 1rem 1rem;
@@ -7010,6 +7011,7 @@ ul.collapsible {
70107011
position: absolute;
70117012
z-index: -1;
70127013
top: .8rem;
7014+
left: .5rem;
70137015
-webkit-transition: transform 0.2s ease-out;
70147016
-moz-transition: transform 0.2s ease-out;
70157017
-o-transition: transform 0.2s ease-out;
@@ -7280,6 +7282,21 @@ form p:last-child {
72807282
border-color: #7c7c7c;
72817283
}
72827284

7285+
/***************
7286+
Select Field
7287+
***************/
7288+
.select-wrapper span.select-dropdown {
7289+
cursor: pointer;
7290+
}
7291+
7292+
select {
7293+
display: none;
7294+
}
7295+
7296+
select.disabled {
7297+
display: block;
7298+
}
7299+
72837300
/***************
72847301
Range
72857302
***************/
@@ -7533,5 +7550,3 @@ ul.table-of-contents a.active {
75337550
background-color: rgba(0, 0, 0, 0.5);
75347551
z-index: 999;
75357552
}
7536-
7537-
/*# sourceMappingURL=materialize.css.map */

bin/materialize.js

Lines changed: 16 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/materialize.min.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

bin/materialize.min.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

bin/materialize_sass_v0.69.zip

-582 KB
Binary file not shown.

bin/materialize_v0.69.zip

-589 KB
Binary file not shown.

bin/materialize_v0.82.zip

622 KB
Binary file not shown.

0 commit comments

Comments
 (0)