Make WordPress Core

Ticket #18866: 18866_fix_styles.patch

File 18866_fix_styles.patch, 981 bytes (added by olleicua, 13 years ago)
  • wp-includes/functions.php

     
    28572857                        border-radius: 11px;
    28582858                        border: 1px solid #dfdfdf;
    28592859                }
     2860                a {
     2861                        color: #2583ad;
     2862                        text-decoration: none;
     2863                }
     2864                a:hover {
     2865                        color: #d54e21;
     2866                }
     2867                .button {
     2868                        font-family: sans-serif;
     2869                        text-decoration: none;
     2870                        font-size: 14px !important;
     2871                        line-height: 16px;
     2872                        padding: 6px 12px;
     2873                        cursor: pointer;
     2874                        border: 1px solid #bbb;
     2875                        color: #464646;
     2876                        -moz-border-radius: 15px;
     2877                        -khtml-border-radius: 15px;
     2878                        -webkit-border-radius: 15px;
     2879                        border-radius: 15px;
     2880                        -moz-box-sizing: content-box;
     2881                        -webkit-box-sizing: content-box;
     2882                        -khtml-box-sizing: content-box;
     2883                        box-sizing: content-box;
     2884                        background: #f2f2f2 url(wp-admin/images/white-grad.png) repeat-x scroll left top;
     2885                }
    28602886                #error-page {
    28612887                        margin-top: 50px;
    28622888                }