File "dropdown.inc.php"
Full Path: /home/bleepfrder/./sns/theme/md/dropdown.inc.php
File size: 394 bytes
MIME-type: text/x-php
Charset: utf-8
<?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;
}