mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 12:01:23 +01:00
18 lines
394 B
PHP
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;
|
|
}
|