* adjust style for user nav at topbar.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user