* adjust style for user nav at topbar.

This commit is contained in:
Hao Sun
2021-09-03 15:17:51 +08:00
parent 1a31ff468a
commit 6b0ade295e
3 changed files with 4 additions and 7 deletions
+2 -3
View File
@@ -355,9 +355,8 @@ class commonModel extends model
global $app, $config, $lang;
$html = "<a class='dropdown-toggle' data-toggle='dropdown'>";
$html .= "<div id='createBtn'>";
$html .= "<div class='icon-plus-solid-circle'></div>";
$html .= "</div></a><ul class='dropdown-menu pull-right create-list'>";
$html .= "<i class='icon icon-plus-solid-circle text-secondary'></i>";
$html .= "</a><ul class='dropdown-menu pull-right create-list'>";
$showCreateList = $lastIsDivider = $needPrintDivider = false;
$productID = isset($_SESSION['product']) ? $_SESSION['product'] : 0;
-2
View File
@@ -43,10 +43,8 @@ a.showMoreImage:hover {opacity: 1;}
.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid rgba(255,255,255,0.2);}
.table-footer .checked+div .btn, .table-actions .btn:hover {background: #16a8f8; border-color: #16a8f8}
#userMenu>ul>li {margin-right: 10px;}
#userNav .dropdown-menu>li>a>.icon-w {top: 2px;}
#globalCreate .dropdown-menu {z-index: 2000;}
.icon-plus-solid-circle:before {font-size: 30px; color: #3b92f7;}
.create-list {min-width: 120px !important;}
.create-list>li>a {padding-left: 35px !important;}
.create-list>li>a>.icon {left: 5px !important;}
File diff suppressed because one or more lines are too long