* Finish task #41689.

This commit is contained in:
tianshujie
2021-08-26 14:15:35 +08:00
parent 90010edb53
commit b31b78b3d5
3 changed files with 8 additions and 7 deletions
+7
View File
@@ -24,3 +24,10 @@ th.c-confirmed {text-align: center;}
.c-id {text-overflow: ellipsis; white-space: nowrap;}
.body-modal #mainMenu>.btn-toolbar {width: auto;}
body {margin-bottom: 25px;}
#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text {color: #fff;}
#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text:after {border-bottom: unset;}
.btn-group a i.icon-plus {font-size: 16px;}
.btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.3);}
.btn-group button.dropdown-toggle.btn-primary {padding:6px;}
-7
View File
@@ -21,13 +21,6 @@ js::set('productID', $productID);
js::set('branch', $branch);
$currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($browseType, array_keys($lang->bug->mySelects)) ? $browseType : '';
?>
<style>
#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text {color: #fff;}
#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text:after {border-bottom: unset;}
.btn-group a i.icon-plus {font-size: 16px;}
.btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.3);}
.btn-group button.dropdown-toggle.btn-primary {padding:6px;}
</style>
<?php if($config->global->flow == 'full'):?>
<div id="mainMenu" class="clearfix">
<div id="sidebarHeader">
+1
View File
@@ -1,3 +1,4 @@
body {margin-bottom: 25px;}
.w-220px {width: 220px;}
.w-170px {width: 170px;}