diff -Naur wp-admin/css/common.css wp-admin/css/common.css
|
|
|
2452 | 2452 | font-weight: 400; |
2453 | 2453 | font-style: normal; |
2454 | 2454 | vertical-align: top; |
2455 | | transition: color .1s ease-in 0; |
| 2455 | transition: color .1s ease-in 0s; |
2456 | 2456 | text-align: center; |
2457 | 2457 | color: #ffb900; |
2458 | 2458 | } |
diff -Naur wp-admin/css/common-rtl.css wp-admin/css/common-rtl.css
|
|
|
2452 | 2452 | font-weight: 400; |
2453 | 2453 | font-style: normal; |
2454 | 2454 | vertical-align: top; |
2455 | | transition: color .1s ease-in 0; |
| 2455 | transition: color .1s ease-in 0s; |
2456 | 2456 | text-align: center; |
2457 | 2457 | color: #ffb900; |
2458 | 2458 | } |
diff -Naur wp-admin/css/themes.css wp-admin/css/themes.css
|
|
|
1181 | 1181 | display: inline-block; |
1182 | 1182 | line-height: 1; |
1183 | 1183 | text-align: center; |
1184 | | transition: background-color .1s ease-in 0; |
| 1184 | transition: background-color .1s ease-in 0s; |
1185 | 1185 | } |
1186 | 1186 | |
1187 | 1187 | .background-position-control .background-position-center-icon { |
diff -Naur wp-admin/css/themes-rtl.css wp-admin/css/themes-rtl.css
|
|
|
1181 | 1181 | display: inline-block; |
1182 | 1182 | line-height: 1; |
1183 | 1183 | text-align: center; |
1184 | | transition: background-color .1s ease-in 0; |
| 1184 | transition: background-color .1s ease-in 0s; |
1185 | 1185 | } |
1186 | 1186 | |
1187 | 1187 | .background-position-control .background-position-center-icon { |
diff -Naur wp-includes/css/dashicons.css wp-includes/css/dashicons.css
|
|
|
25 | 25 | font-style: normal; |
26 | 26 | vertical-align: top; |
27 | 27 | text-align: center; |
28 | | transition: color .1s ease-in 0; |
| 28 | transition: color .1s ease-in 0s; |
29 | 29 | -webkit-font-smoothing: antialiased; |
30 | 30 | -moz-osx-font-smoothing: grayscale; |
31 | 31 | } |