11/*!
2- * Materialize v0.97.0 (http://materializecss.com)
2+ * Materialize v0.97.1 (http://materializecss.com)
33 * Copyright 2014-2015 Materialize
44 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
55 */
16351635/*** Navbar ***/
16361636/*** SideNav ***/
16371637/*** Photo Slider ***/
1638+ /*** Spinners | Loaders ***/
16381639/*** Tabs ***/
16391640/*** Tables ***/
16401641/*** Toasts ***/
@@ -2056,7 +2057,7 @@ img.responsive-img, video.responsive-video {
20562057 height : auto; }
20572058
20582059.pagination li {
2059- float : left ;
2060+ display : inline-block ;
20602061 font-size : 1.2rem ;
20612062 padding : 0 10px ;
20622063 line-height : 30px ;
@@ -2196,13 +2197,13 @@ table {
21962197 background-color : # f2f2f2 ; }
21972198 table .striped > tbody > tr > td {
21982199 border-radius : 0px ; }
2199- table .hoverable > tbody > tr {
2200+ table .highlight > tbody > tr {
22002201 -webkit-transition : background-color .25s ease;
22012202 -moz-transition : background-color .25s ease;
22022203 -o-transition : background-color .25s ease;
22032204 -ms-transition : background-color .25s ease;
22042205 transition : background-color .25s ease; }
2205- table .hoverable > tbody > tr : hover {
2206+ table .highlight > tbody > tr : hover {
22062207 background-color : # f2f2f2 ; }
22072208 table .centered thead tr th , table .centered tbody tr td {
22082209 text-align : center; }
@@ -2314,6 +2315,8 @@ td, th {
23142315 .collection .collection-item .active {
23152316 background-color : # 26a69a ;
23162317 color : # eafaf9 ; }
2318+ .collection .collection-item .active .secondary-content {
2319+ color : # fff ; }
23172320 .collection a .collection-item {
23182321 display : block;
23192322 -webkit-transition : 0.25s ;
@@ -2337,6 +2340,10 @@ td, th {
23372340 float : right;
23382341 color : # 26a69a ; }
23392342
2343+ .collapsible .collection {
2344+ margin : 0 ;
2345+ border : none; }
2346+
23402347span .badge {
23412348 min-width : 3rem ;
23422349 padding : 0 6px ;
@@ -2358,6 +2365,11 @@ span.badge {
23582365 span .badge .new : after {
23592366 content : " new" ; }
23602367
2368+ nav ul a span .badge {
2369+ position : static;
2370+ margin-left : 4px ;
2371+ line-height : 0 ; }
2372+
23612373.video-container {
23622374 position : relative;
23632375 padding-bottom : 56.25% ;
@@ -5291,7 +5303,19 @@ nav {
52915303 -moz-transform : translateX (-50% );
52925304 -ms-transform : translateX (-50% );
52935305 -o-transform : translateX (-50% );
5294- transform : translateX (-50% ); } }
5306+ transform : translateX (-50% ); }
5307+ nav .brand-logo .left , nav .brand-logo .right {
5308+ padding : 0 ;
5309+ -webkit-transform : none;
5310+ -moz-transform : none;
5311+ -ms-transform : none;
5312+ -o-transform : none;
5313+ transform : none; }
5314+ nav .brand-logo .left {
5315+ left : 0.5rem ; }
5316+ nav .brand-logo .right {
5317+ right : 0.5rem ;
5318+ left : auto; } }
52955319 nav .brand-logo .right {
52965320 right : 0.5rem ;
52975321 padding : 0 ; }
@@ -5359,17 +5383,17 @@ nav {
53595383
53605384@font-face {
53615385 font-family : "Roboto" ;
5362- src : url ("../font/roboto/Roboto-Thin.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Thin.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Thin.ttf" ) format ("truetype" );
5386+ src : local (Roboto Thin) , url ("../font/roboto/Roboto-Thin.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Thin.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Thin.ttf" ) format ("truetype" );
53635387 font-weight : 200 ; }
53645388
53655389@font-face {
53665390 font-family : "Roboto" ;
5367- src : url ("../font/roboto/Roboto-Light.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Light.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Light.ttf" ) format ("truetype" );
5391+ src : local (Roboto Light) , url ("../font/roboto/Roboto-Light.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Light.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Light.ttf" ) format ("truetype" );
53685392 font-weight : 300 ; }
53695393
53705394@font-face {
53715395 font-family : "Roboto" ;
5372- src : url ("../font/roboto/Roboto-Regular.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Regular.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Regular.ttf" ) format ("truetype" );
5396+ src : local (Roboto Regular) , url ("../font/roboto/Roboto-Regular.woff2" ) format ("woff2" ), url ("../font/roboto/Roboto-Regular.woff" ) format ("woff" ), url ("../font/roboto/Roboto-Regular.ttf" ) format ("truetype" );
53735397 font-weight : 400 ; }
53745398
53755399@font-face {
@@ -5573,6 +5597,7 @@ small {
55735597 .card .card-image {
55745598 position : relative; }
55755599 .card .card-image img {
5600+ display : block;
55765601 border-radius : 2px 2px 0 0 ;
55775602 position : relative;
55785603 left : 0 ;
@@ -5624,7 +5649,7 @@ small {
56245649# toast-container {
56255650 display : block;
56265651 position : fixed;
5627- z-index : 1001 ; }
5652+ z-index : 10000 ; }
56285653 @media only screen and (max-width : 600px ) {
56295654 # toast-container {
56305655 min-width : 100% ;
@@ -5683,13 +5708,22 @@ small {
56835708 float : right; } }
56845709
56855710.tabs {
5711+ display : -webkit-box;
5712+ display : -moz-box;
5713+ display : -ms-flexbox;
5714+ display : -webkit-flex;
5715+ display : flex;
56865716 position : relative;
56875717 height : 48px ;
56885718 background-color : # fff ;
56895719 margin : 0 auto;
56905720 width : 100% ;
56915721 white-space : nowrap; }
56925722 .tabs .tab {
5723+ -webkit-box-flex : 1 ;
5724+ -webkit-flex-grow : 1 ;
5725+ -ms-flex-positive : 1 ;
5726+ flex-grow : 1 ;
56935727 display : block;
56945728 float : left;
56955729 text-align : center;
@@ -6082,7 +6116,7 @@ a.waves-effect .waves-ripple {
60826116.collapsible-header {
60836117 display : block;
60846118 cursor : pointer;
6085- height : 3rem ;
6119+ min- height: 3rem ;
60866120 line-height : 3rem ;
60876121 padding : 0 1rem ;
60886122 background-color : # fff ;
@@ -6136,7 +6170,31 @@ a.waves-effect .waves-ripple {
61366170 box-shadow : 0 5px 11px 0 rgba (0 , 0 , 0 , 0.18 ), 0 4px 15px 0 rgba (0 , 0 , 0 , 0.15 );
61376171 margin : 16px 0 ; }
61386172
6173+ .chip {
6174+ display : inline-block;
6175+ height : 32px ;
6176+ font-size : 13px ;
6177+ font-weight : 500 ;
6178+ color : rgba (0 , 0 , 0 , 0.6 );
6179+ line-height : 32px ;
6180+ padding : 0 12px ;
6181+ border-radius : 16px ;
6182+ background-color : # E4E4E4 ; }
6183+ .chip img {
6184+ float : left;
6185+ margin : 0 8px 0 -12px ;
6186+ height : 32px ;
6187+ width : 32px ;
6188+ border-radius : 50% ; }
6189+ .chip i .material-icons {
6190+ cursor : pointer;
6191+ float : right;
6192+ font-size : 16px ;
6193+ line-height : 32px ;
6194+ padding-left : 8px ; }
6195+
61396196.materialboxed {
6197+ display : block;
61406198 cursor : zoom-in;
61416199 position : relative;
61426200 -webkit-transition : opacity .4s ;
@@ -6312,11 +6370,11 @@ input[type=text], input[type=password], input[type=email], input[type=url], inpu
63126370 border : 0 ;
63136371 box-shadow : none;
63146372 color : # 444 ; }
6315- .input-field input [type = search ]: focus + label i , .input-field input [type = search ]: focus ~ .mdi-navigation-close {
6373+ .input-field input [type = search ]: focus + label i , .input-field input [type = search ]: focus ~ .mdi-navigation-close , . input-field input [ type = search ] : focus ~ . material-icons {
63166374 color : # 444 ; }
63176375 .input-field input [type = search ] + label {
63186376 left : 1rem ; }
6319- .input-field input [type = search ] ~ .mdi-navigation-close {
6377+ .input-field input [type = search ] ~ .mdi-navigation-close , . input-field input [ type = search ] ~ . material-icons {
63206378 position : absolute;
63216379 top : 0 ;
63226380 right : 1rem ;
@@ -7083,7 +7141,8 @@ select {
70837141 position : absolute;
70847142 width : 100% ;
70857143 height : 100% ;
7086- opacity : 0 ; }
7144+ opacity : 0 ;
7145+ border-color : # 26a69a ; }
70877146
70887147.spinner-blue , .spinner-blue-only {
70897148 border-color : # 4285f4 ; }
@@ -7130,7 +7189,7 @@ select {
71307189 -webkit-animation : fill-unfill-rotate 5332ms cubic-bezier (0.4 , 0 , 0.2 , 1 ) infinite both, green-fade-in-out 5332ms cubic-bezier (0.4 , 0 , 0.2 , 1 ) infinite both;
71317190 animation : fill-unfill-rotate 5332ms cubic-bezier (0.4 , 0 , 0.2 , 1 ) infinite both, green-fade-in-out 5332ms cubic-bezier (0.4 , 0 , 0.2 , 1 ) infinite both; }
71327191
7133- .active .spinner-layer .spinner-blue-only , .active .spinner-layer .spinner-red-only , .active .spinner-layer .spinner-yellow-only , .active .spinner-layer .spinner-green-only {
7192+ .active .spinner-layer , . active . spinner-layer .spinner-blue-only , .active .spinner-layer .spinner-red-only , .active .spinner-layer .spinner-yellow-only , .active .spinner-layer .spinner-green-only {
71347193 /* durations: 4 * ARCTIME */
71357194 opacity : 1 ;
71367195 -webkit-animation : fill-unfill-rotate 5332ms cubic-bezier (0.4 , 0 , 0.2 , 1 ) infinite both;
0 commit comments