diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index 5f9022ebf5..21e9d7ed71 100644
|
a
|
b
|
div.action-links { |
| 3026 | 3026 | left: auto; |
| 3027 | 3027 | right: -30px; |
| 3028 | 3028 | color: #f0f0f1; |
| | 3029 | border: 1px solid #fff; |
| 3029 | 3030 | } |
| 3030 | 3031 | |
| 3031 | 3032 | .plugin-details-modal #TB_closeWindowButton:hover, |
| 3032 | 3033 | .plugin-details-modal #TB_closeWindowButton:focus { |
| 3033 | | color: #135e96; |
| | 3034 | color: #fff; |
| 3034 | 3035 | outline: none; |
| 3035 | 3036 | box-shadow: none; |
| 3036 | 3037 | } |
| … |
… |
div.action-links { |
| 3047 | 3048 | -moz-osx-font-smoothing: grayscale; |
| 3048 | 3049 | } |
| 3049 | 3050 | |
| | 3051 | .plugin-details-modal #TB_closeWindowButton:after{ |
| | 3052 | font-size: 26px; |
| | 3053 | } |
| | 3054 | |
| 3050 | 3055 | /* move plugin install close icon to top on narrow screens */ |
| 3051 | 3056 | @media screen and (max-width: 830px) { |
| 3052 | 3057 | .plugin-details-modal #TB_closeWindowButton { |