WordPress.org

Make WordPress Core

Ticket #15561: garyc40-15561-rev4.patch

File garyc40-15561-rev4.patch, 1.6 KB (added by garyc40, 2 years ago)

wplink patch refreshed

  • wp-admin/css/wp-admin.dev.css

    diff --git wp-admin/css/wp-admin.dev.css wp-admin/css/wp-admin.dev.css
    index 1781101..47d47a5 100644
    form.upgrade .hint { 
    756756        display: block; 
    757757} 
    758758.toggle-arrow-active { 
    759         background-position: bottom left; 
     759        background-position: 0% 50%; 
    760760} 
    761761#screen-meta a.show-settings { 
    762762        text-decoration: none; 
  • wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css

    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 
    127#wp-link #link-options { 
    228        padding: 10px 0 14px; 
    329        border-bottom: 1px solid #dfdfdf; 
     
    128154#wp-link-update { 
    129155        line-height: 23px; 
    130156        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%; 
    131169} 
     170 No newline at end of file