diff --git wp-admin/css/wp-admin.dev.css wp-admin/css/wp-admin.dev.css
index 1781101..47d47a5 100644
|
|
form.upgrade .hint { |
756 | 756 | display: block; |
757 | 757 | } |
758 | 758 | .toggle-arrow-active { |
759 | | background-position: bottom left; |
| 759 | background-position: 0% 50%; |
760 | 760 | } |
761 | 761 | #screen-meta a.show-settings { |
762 | 762 | text-decoration: none; |
diff --git wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
index b124e7f..f840058 100644
|
|
|
| 1 | #wp-link { |
| 2 | line-height:1.4em; |
| 3 | } |
| 4 | |
| 5 | #wp-link ol, |
| 6 | #wp-link ul { |
| 7 | list-style:none; margin:0; padding:0; |
| 8 | } |
| 9 | |
| 10 | #wp-link input[type="text"] { |
| 11 | -webkit-box-sizing: border-box; |
| 12 | } |
| 13 | |
| 14 | #wp-link input[type="text"], |
| 15 | #wp-link textarea { |
| 16 | border-width: 1px; |
| 17 | border-style: solid; |
| 18 | -moz-border-radius: 4px; |
| 19 | -khtml-border-radius: 4px; |
| 20 | -webkit-border-radius: 4px; |
| 21 | border-radius: 4px; |
| 22 | font-size:12px; |
| 23 | margin: 1px; |
| 24 | padding: 3px; |
| 25 | } |
| 26 | |
1 | 27 | #wp-link #link-options { |
2 | 28 | padding: 10px 0 14px; |
3 | 29 | border-bottom: 1px solid #dfdfdf; |
… |
… |
|
128 | 154 | #wp-link-update { |
129 | 155 | line-height: 23px; |
130 | 156 | float: right; |
| 157 | } |
| 158 | #wp-link .toggle-arrow { |
| 159 | background-position: 0% 0%; |
| 160 | background-repeat: no-repeat; |
| 161 | display: block; |
| 162 | height: 22px; |
| 163 | line-height: 22px; |
| 164 | font-size:12px; |
| 165 | font-family:'Lucida Grande', Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 166 | } |
| 167 | #wp-link .toggle-arrow-active { |
| 168 | background-position: 0% 50%; |
131 | 169 | } |
| 170 | No newline at end of file |