zentaopms/extension/biz/common/ext/view/header.oa.html.hook.php
2023-05-16 10:50:42 +08:00

20 lines
1.5 KiB
PHP

<style>
.outer .with-side .side, .outer .with-side .side + .main{visibility: visible;}
#featurebar {margin: -8px 0 10px;}
#featurebar .nav:after {clear:left;}
#featurebar .nav li {float:left; margin-right:10px;padding:6px;}
#featurebar .nav li a {padding:0px;}
#featurebar .nav li.active a{top: -1px; display: inline-block; font-weight: 700; color: #006af1;}
#featurebar .nav li.active a:after {position: absolute;bottom: -5px;display: block;width: 100%;content: ' ';border-bottom: 2px solid #006af1;}
#main #menuActions {margin-top: -40px !important;}
.with-side .side{left:auto;}
.icon-remove:before{content:"\e90d";}
.with-side .side .panel .panel-body{padding:10px;}
.tablesorter thead > tr > th > a {position: relative; display: inline-block; padding-right: 16px; color: #3c4353;}
.tablesorter thead > tr > th > a:after, .tablesorter thead > tr > th > a:before {position: absolute; top: 0; right: 0; font-family: ZentaoIcon; font-size: 14px; font-style: normal; font-weight: 400; font-variant: normal; line-height: 1.1; color: #3c4353; text-transform: none; content: "\f0de"; opacity: .5;}
.tablesorter thead > tr > th > a:after{content: "\f0dd";}
.tablesorter thead > tr > th > a.sort-down, .tablesorter thead > tr > th > a.sort-up, .tablesorter thead > tr > th > a:hover { color: #006af1; text-decoration: none;}
.tablesorter thead > tr > th > a.sort-down:after, .tablesorter thead > tr > th > a.sort-up:before, .tablesorter thead > tr > th > a:hover:after, .tablesorter thead > tr > th > a:hover:before { color: #006af1; opacity: 1;}
</style>