2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/theme/md/dropdown.inc.php
Laurent Destailleur 54441a1abd Fix css
2019-05-21 12:36:18 +02:00

18 lines
394 B
PHP

<?php
if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
/*
* Dropdown
*/
/* Not supported yet by this theme */
#dropdown-icon-up, #dropdown-icon-down, .login-dropdown-btn {
display: none !important;
}
/* Disable the hover underline on the login */
a.login-dropdown-a:hover, a.login-dropdown-a span:hover {
text-decoration: none !important;
cursor: default;
}