码迷,mamicode.com
首页 > 其他好文 > 详细

编辑文章页面,修改侧边栏的分类多选框的样式。

时间:2017-11-16 23:53:34      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:pad   修改   this   auto   box   tab   css   custom   分类   

function change_cat_meta_postbox_css(){
?>
<style type="text/css">
.wp-tab-panel, .categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel {
min-height: 42px;
max-height: 1000px;/* change this to own wishes */(这个我用到了)
overflow: auto;
padding: 0 0.9em;
border: solid 1px #dfdfdf;
background-color: #fdfdfd;
}
</style><?php
}
add_action(‘admin_head‘, ‘change_cat_meta_postbox_css‘);

编辑文章页面,修改侧边栏的分类多选框的样式。

标签:pad   修改   this   auto   box   tab   css   custom   分类   

原文地址:http://www.cnblogs.com/lc-hj/p/7846693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!