|
6 | 6 | * http://www.apache.org/licenses/LICENSE-2.0
|
7 | 7 | *
|
8 | 8 | * Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9 |
| - * Date: Thu Nov 3 17:06:17 PDT 2011 |
| 9 | + * Date: Thu Nov 3 18:40:15 PDT 2011 |
10 | 10 | */
|
11 | 11 | /* Reset.less
|
12 | 12 | * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
@@ -697,7 +697,6 @@ textarea {
|
697 | 697 | color: #bfbfbf;
|
698 | 698 | }
|
699 | 699 | input, textarea {
|
700 |
| - -webkit-transform-style: preserve-3d; |
701 | 700 | -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
702 | 701 | -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
703 | 702 | -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
|
@@ -1370,7 +1369,6 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
1370 | 1369 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
|
1371 | 1370 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
|
1372 | 1371 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
|
1373 |
| - -webkit-transform-style: preserve-3d; |
1374 | 1372 | -webkit-transition: none;
|
1375 | 1373 | -moz-transition: none;
|
1376 | 1374 | -ms-transition: none;
|
@@ -1894,7 +1892,6 @@ footer {
|
1894 | 1892 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1895 | 1893 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1896 | 1894 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1897 |
| - -webkit-transform-style: preserve-3d; |
1898 | 1895 | -webkit-transition: 0.1s linear all;
|
1899 | 1896 | -moz-transition: 0.1s linear all;
|
1900 | 1897 | -ms-transition: 0.1s linear all;
|
@@ -2199,7 +2196,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
2199 | 2196 | margin-top: 7px;
|
2200 | 2197 | }
|
2201 | 2198 | .modal.fade {
|
2202 |
| - -webkit-transform-style: preserve-3d; |
2203 | 2199 | -webkit-transition: opacity .3s linear, top .3s ease-out;
|
2204 | 2200 | -moz-transition: opacity .3s linear, top .3s ease-out;
|
2205 | 2201 | -ms-transition: opacity .3s linear, top .3s ease-out;
|
@@ -2395,7 +2391,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
2395 | 2391 | margin-bottom: 0;
|
2396 | 2392 | }
|
2397 | 2393 | .fade {
|
2398 |
| - -webkit-transform-style: preserve-3d; |
2399 | 2394 | -webkit-transition: opacity 0.15s linear;
|
2400 | 2395 | -moz-transition: opacity 0.15s linear;
|
2401 | 2396 | -ms-transition: opacity 0.15s linear;
|
|
0 commit comments