Ticket #12186: background-ui-css-tweaks.patch

File background-ui-css-tweaks.patch, 1.9 KB (added by TECannon, 3 years ago)

removed the unneeded #custom-background css

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

     
    562562        width:100% !important; 
    563563} 
    564564 
    565 /* Custom Background  */ 
    566565 
    567 #custom-background table th, #custom-background table td { 
    568         text-align:right; 
    569         padding-right:0px; 
    570         padding-left:40px; 
    571 } 
    572  
    573 #custom-background table label { 
    574         padding-right:0; 
    575         padding-left:10px; 
    576 } 
    577  
    578  
    579  
    580566/* ltr 
    581567=================================== */ 
    582568#author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules { 
  • wp-admin/css/wp-admin.dev.css

     
    36443644 
    36453645/* Custom Background  */ 
    36463646 
    3647 #custom-background table th, #custom-background table td { 
    3648         text-align:left; 
    3649         padding-right:40px; 
    3650         padding-left:0; 
    3651 } 
    3652  
    3653 #custom-background table label { 
    3654         padding-right:10px; 
    3655         width:80px; 
    3656 } 
    36573647div#custom-background-image { 
    36583648        min-height: 100px; 
    36593649        border: 1px solid #000;