Fix color of text

This commit is contained in:
Laurent Destailleur 2015-10-20 02:31:24 +02:00
parent b5e633ef42
commit fa138ca526
3 changed files with 11 additions and 4 deletions

View File

@ -1492,7 +1492,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
// Login name with tooltip
$toprightmenu.='<div class="inline-block nowrap"><div class="inline-block login_block_elem login_block_elem_name" style="padding: 0px;">';
$toprightmenu.=$user->getNomurl(0, '', true, 0, 11, 0, ($user->firstname ? 'firstname' : -1),'alogin');
$toprightmenu.=$user->getNomurl(0, '', true, 0, 11, 0, ($user->firstname ? 'firstname' : -1),'atoplogin');
$toprightmenu.='</div></div>';
$toprightmenu.='</div>';

View File

@ -1088,13 +1088,16 @@ div.login_block_other { padding-top: 3px; text-align: right; }
padding: 0px 0px 0px 4px !important;
height: 16px;
}
.alogin, .alogin:hover {
.atoplogin, .atoplogin:hover {
color: #<?php echo $colortextbackhmenu; ?> !important;
font-weight: normal !important;
}
.alogin, .alogin:hover {
font-weight: normal !important;
font-size: <?php echo $fontsizesmaller; ?>px !important;
padding-top: 2px;
}
.alogin:hover {
.alogin:hover, .atoplogin:hover {
text-decoration:underline !important;
}
img.login, img.printer, img.entity {

View File

@ -1114,12 +1114,16 @@ div.login_block_other { padding-top: 3px; }
.login_block_elem_name {
margin-top: 5px;
}
.atoplogin, .atoplogin:hover {
color: #<?php echo $colortextbackvmenu; ?> !important;
font-weight: normal !important;
}
.alogin, .alogin:hover {
color: #888 !important;
font-weight: normal !important;
font-size: <?php echo $fontsizesmaller; ?>px !important;
}
.alogin:hover {
.alogin:hover, .atoplogin:hover {
text-decoration:underline !important;
}
img.login, img.printer, img.entity {