|
1 | 1 | /*! |
2 | | - * Materialize v1.0.0-alpha.4 (http://materializecss.com) |
| 2 | + * Materialize v1.0.0-beta (http://materializecss.com) |
3 | 3 | * Copyright 2014-2017 Materialize |
4 | 4 | * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) |
5 | 5 | */ |
@@ -4903,8 +4903,9 @@ small { |
4903 | 4903 | } |
4904 | 4904 |
|
4905 | 4905 | .card .card-action { |
4906 | | - position: relative; |
| 4906 | + background-color: inherit; |
4907 | 4907 | border-top: 1px solid rgba(160, 160, 160, 0.2); |
| 4908 | + position: relative; |
4908 | 4909 | padding: 16px 24px; |
4909 | 4910 | } |
4910 | 4911 |
|
@@ -5083,8 +5084,13 @@ small { |
5083 | 5084 | font-size: 14px; |
5084 | 5085 | text-overflow: ellipsis; |
5085 | 5086 | overflow: hidden; |
5086 | | - -webkit-transition: color .28s ease; |
5087 | | - transition: color .28s ease; |
| 5087 | + -webkit-transition: color .28s ease, background-color .28s ease; |
| 5088 | + transition: color .28s ease, background-color .28s ease; |
| 5089 | +} |
| 5090 | + |
| 5091 | +.tabs .tab a:focus, .tabs .tab a:focus.active { |
| 5092 | + background-color: rgba(246, 178, 181, 0.2); |
| 5093 | + outline: none; |
5088 | 5094 | } |
5089 | 5095 |
|
5090 | 5096 | .tabs .tab a:hover, .tabs .tab a.active { |
@@ -6524,6 +6530,14 @@ textarea.materialize-textarea + label:after, .select-wrapper + label:after { |
6524 | 6530 | transform-origin: 0 0; |
6525 | 6531 | } |
6526 | 6532 |
|
| 6533 | +.input-field > input[type=date]:not(.browser-default) + label, |
| 6534 | +.input-field > input[type=time]:not(.browser-default) + label { |
| 6535 | + -webkit-transform: translateY(-14px) scale(0.8); |
| 6536 | + transform: translateY(-14px) scale(0.8); |
| 6537 | + -webkit-transform-origin: 0 0; |
| 6538 | + transform-origin: 0 0; |
| 6539 | +} |
| 6540 | + |
6527 | 6541 | .input-field .helper-text { |
6528 | 6542 | position: relative; |
6529 | 6543 | min-height: 18px; |
@@ -6585,6 +6599,8 @@ textarea.materialize-textarea + label:after, .select-wrapper + label:after { |
6585 | 6599 | .input-field input[type=search] { |
6586 | 6600 | display: block; |
6587 | 6601 | line-height: inherit; |
| 6602 | + -webkit-transition: .3s background-color; |
| 6603 | + transition: .3s background-color; |
6588 | 6604 | } |
6589 | 6605 |
|
6590 | 6606 | .nav-wrapper .input-field input[type=search] { |
@@ -6661,13 +6677,6 @@ textarea.materialize-textarea { |
6661 | 6677 | } |
6662 | 6678 |
|
6663 | 6679 | /* Autocomplete */ |
6664 | | -.autocomplete-content { |
6665 | | - margin-top: -8px; |
6666 | | - margin-bottom: 8px; |
6667 | | - opacity: 1; |
6668 | | - position: static; |
6669 | | -} |
6670 | | - |
6671 | 6680 | .autocomplete-content li .highlight { |
6672 | 6681 | color: #444; |
6673 | 6682 | } |
@@ -7123,17 +7132,6 @@ select { |
7123 | 7132 | height: 3rem; |
7124 | 7133 | } |
7125 | 7134 |
|
7126 | | -.input-field select { |
7127 | | - display: block; |
7128 | | - position: absolute; |
7129 | | - width: 0; |
7130 | | - pointer-events: none; |
7131 | | - height: 0; |
7132 | | - bottom: 0; |
7133 | | - left: 0; |
7134 | | - opacity: 0; |
7135 | | -} |
7136 | | - |
7137 | 7135 | .select-label { |
7138 | 7136 | position: absolute; |
7139 | 7137 | } |
@@ -8786,6 +8784,7 @@ input[type=range].focused:focus:not(.active)::-ms-thumb { |
8786 | 8784 | justify-content: space-between; |
8787 | 8785 | } |
8788 | 8786 |
|
| 8787 | +.datepicker-cancel, |
8789 | 8788 | .datepicker-clear, |
8790 | 8789 | .datepicker-today, |
8791 | 8790 | .datepicker-done { |
|
0 commit comments