| 1 |
div.theme-review-notice, |
| 2 |
div.aftc-notice { |
| 3 |
position: relative; |
| 4 |
padding: 10px 50px 10px 10px; |
| 5 |
} |
| 6 |
|
| 7 |
.aftc-notice .links { |
| 8 |
padding-bottom: 10px; |
| 9 |
} |
| 10 |
|
| 11 |
.theme-review-notice .links { |
| 12 |
margin: 10px 0; |
| 13 |
} |
| 14 |
|
| 15 |
.theme-review-notice .links a { |
| 16 |
margin-left: 10px; |
| 17 |
} |
| 18 |
|
| 19 |
.aftc-notice .links a .dashicons, |
| 20 |
.theme-review-notice .links a .dashicons { |
| 21 |
line-height: 1.6; |
| 22 |
font-size: 18px; |
| 23 |
} |
| 24 |
|
| 25 |
.theme-review-notice .links a.button-primary { |
| 26 |
margin-left: 0; |
| 27 |
} |
| 28 |
|
| 29 |
a.aftc-notice-dismiss { |
| 30 |
text-decoration: none; |
| 31 |
} |
| 32 |
|
| 33 |
.aftc-notice a{ |
| 34 |
color: #4343f0; |
| 35 |
} |
| 36 |
|
| 37 |
.aftc-notice a.button{ |
| 38 |
border-color: #4343f0; |
| 39 |
color: #4343f0; |
| 40 |
} |
| 41 |
|
| 42 |
.aftc-notice a.button-normal{ |
| 43 |
border: none; |
| 44 |
} |
| 45 |
|
| 46 |
.aftc-notice a.button-primary{ |
| 47 |
background-color: #4343f0; |
| 48 |
color: #ffffff; |
| 49 |
} |
| 50 |
|
| 51 |
|
| 52 |
.aft-notice-wrapper .button.installing:before, |
| 53 |
.aft-notice-wrapper .button.updating-message:before, |
| 54 |
.aft-notice-wrapper .import-php .updating-message:before, |
| 55 |
.aft-notice-wrapper .update-message p:before, |
| 56 |
.aft-notice-wrapper .updating-message p:before{ |
| 57 |
color: #ffffff; |
| 58 |
} |