Sindbad~EG File Manager

Current Path : /home/numerotech/whatsapp.numerotech.com/whatsapp/core/static/css/
Upload File :
Current File : //home/numerotech/whatsapp.numerotech.com/whatsapp/core/static/css/double_dropdown.css

/* General dropdown styling */
        .main_menu {
            border: 1px solid #ddd; /* Light border for dropdown */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        }

        .main_menu .sub_menu {
            padding: 12px 20px; /* More padding for better spacing */
            border-radius: 4px; /* Rounded corners */
            transition: background-color 0.2s ease; /* Smooth background transition */
        }

        /* Hover and focus states */
        .main_menu .sub_menu:hover,
        .main_menu .sub_menu:focus {
            background-color: #007bff; /* Bootstrap primary color */
            color: #fff; /* White text */
            text-decoration: none; /* Remove underline */
        }

        /* Custom styling for nested dropdowns */
        .dropdown-submenu {
            position: relative; /* Position relative for nested dropdown */
        }

        .main_menu {
            position: absolute;
            top: 38px;
            left: 100%;
            margin-top: -1px;
            display: none; /* Hide nested dropdown by default */
            border-left: 1px solid #ddd; /* Border to the left */
            border-radius: 0 4px 4px 0; /* Rounded corners for nested dropdown */
/*            background-color: #f8f9fa; */
            transition: background-color 0.2s ease;
            /* Light background for nested dropdown */
        }

        .dropdown-submenu:hover .main_menu {
            display: block; /* Show nested dropdown on hover */
        }

        /* Adjust nested dropdown item styles */
        .main_menu  {
            padding: 8px 10px; /* Less padding for nested items */
        }



        

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists