11/*!
2- * Materialize v2.0.3 (https://materializecss.github.io/materialize )
3- * Copyright 2014-2023 Materialize
2+ * Materialize v2.0.4 (https://materializeweb.com )
3+ * Copyright 2014-2024 Materialize
44 * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55 */
66@charset "UTF-8" ;
@@ -3457,7 +3457,7 @@ video.responsive-video {
34573457 width : 100% ;
34583458 }
34593459 .pagination li .prev ,
3460- .pagination li .next {
3460+ .pagination li .next {
34613461 width : 10% ;
34623462 }
34633463 .pagination li .pages {
@@ -3716,7 +3716,7 @@ td, th {
37163716 content : " " ;
37173717 }
37183718 table .responsive-table th ,
3719- table .responsive-table td {
3719+ table .responsive-table td {
37203720 margin : 0 ;
37213721 vertical-align : top;
37223722 }
@@ -6418,6 +6418,9 @@ label {
64186418::-moz-placeholder {
64196419 color : var (--font-color-medium );
64206420}
6421+ : -ms-input-placeholder {
6422+ color : var (--font-color-medium );
6423+ }
64216424::-ms-input-placeholder {
64226425 color : var (--font-color-medium );
64236426}
@@ -6486,6 +6489,14 @@ textarea.materialize-textarea {
64866489.input-field input : focus : not ([readonly ]) + label , .input-field textarea : focus : not ([readonly ]) + label {
64876490 color : var (--primary-color );
64886491}
6492+ .input-field input : not (: -moz-placeholder-shown ) + label , .input-field textarea : not (: -moz-placeholder-shown ) + label {
6493+ transform : scale (0.75 );
6494+ top : 8px ;
6495+ }
6496+ .input-field input : not (: -ms-input-placeholder ) + label , .input-field textarea : not (: -ms-input-placeholder ) + label {
6497+ transform : scale (0.75 );
6498+ top : 8px ;
6499+ }
64896500.input-field input : focus : not ([readonly ]) + label , .input-field input : not ([placeholder = " " ]) + label , .input-field input : not (: placeholder-shown ) + label , .input-field textarea : focus : not ([readonly ]) + label , .input-field textarea : not ([placeholder = " " ]) + label , .input-field textarea : not (: placeholder-shown ) + label {
64906501 -webkit-transform : scale (0.75 );
64916502 transform : scale (0.75 );
@@ -6502,6 +6513,10 @@ textarea.materialize-textarea {
65026513 -moz-user-select : none;
65036514 user-select : none;
65046515}
6516+ .input-field input : -ms-input-placeholder {
6517+ -ms-user-select : none;
6518+ user-select : none;
6519+ }
65056520.input-field input ::-ms-input-placeholder {
65066521 -ms-user-select : none;
65076522 user-select : none;
@@ -6591,6 +6606,20 @@ textarea.materialize-textarea {
65916606.input-field .outlined input : focus : not ([readonly ]) + label , .input-field .outlined textarea : focus : not ([readonly ]) + label {
65926607 color : var (--primary-color );
65936608}
6609+ .input-field .outlined input : not (: -moz-placeholder-shown ) + label , .input-field .outlined textarea : not (: -moz-placeholder-shown ) + label {
6610+ top : -8px ;
6611+ left : 16px ;
6612+ margin-left : -4px ;
6613+ padding : 0 4px ;
6614+ background-color : var (--background-color );
6615+ }
6616+ .input-field .outlined input : not (: -ms-input-placeholder ) + label , .input-field .outlined textarea : not (: -ms-input-placeholder ) + label {
6617+ top : -8px ;
6618+ left : 16px ;
6619+ margin-left : -4px ;
6620+ padding : 0 4px ;
6621+ background-color : var (--background-color );
6622+ }
65946623.input-field .outlined input : focus : not ([readonly ]) + label , .input-field .outlined input : not ([placeholder = " " ]) + label , .input-field .outlined input : not (: placeholder-shown ) + label , .input-field .outlined textarea : focus : not ([readonly ]) + label , .input-field .outlined textarea : not ([placeholder = " " ]) + label , .input-field .outlined textarea : not (: placeholder-shown ) + label {
65956624 top : -8px ;
65966625 left : 16px ;
@@ -7451,10 +7480,8 @@ input[type=range]::-moz-range-thumb {
74517480 width : 14px ;
74527481 border-radius : 50% ;
74537482 background : var (--primary-color );
7454- -webkit-transition : -webkit-box-shadow 0.3s ;
7455- transition : -webkit-box-shadow 0.3s ;
7483+ -moz-transition : box-shadow 0.3s ;
74567484 transition : box-shadow 0.3s ;
7457- transition : box-shadow 0.3s , -webkit-box-shadow 0.3s ;
74587485 margin-top : -5px ;
74597486}
74607487
@@ -7492,10 +7519,8 @@ input[type=range]::-ms-thumb {
74927519 width : 14px ;
74937520 border-radius : 50% ;
74947521 background : var (--primary-color );
7495- -webkit-transition : -webkit-box-shadow 0.3s ;
7496- transition : -webkit-box-shadow 0.3s ;
7522+ -ms-transition : box-shadow 0.3s ;
74977523 transition : box-shadow 0.3s ;
7498- transition : box-shadow 0.3s , -webkit-box-shadow 0.3s ;
74997524}
75007525
75017526.keyboard-focused input [type = range ]: focus : not (.active )::-ms-thumb {
@@ -8893,8 +8918,8 @@ input[type=range]::-ms-thumb {
88938918 flex : 0 1 270px ;
88948919 }
88958920 .datepicker-controls ,
8896- .datepicker-table ,
8897- .datepicker-footer {
8921+ .datepicker-table ,
8922+ .datepicker-footer {
88988923 width : 320px ;
88998924 }
89008925 .datepicker-day-button {
0 commit comments