Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* language swicher button in Mobile Nav */
- .jeg_aside_item.jeg_mobile_lang_switcher .jnews-lang-custom-dropdown-btn {
- background : red ;
- padding : 10px ;
- font-size : 16px ;
- }
- /* language swicher button in Top Bar Nav */
- .jnews-lang-custom-dropdown-btn {
- background-color: unset;
- color: #fff;
- border: none;
- cursor: pointer;
- }
- .dropdown-content {
- display: none;
- position: absolute;
- background-color: #f9f9f9;
- min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- z-index: 1;
- }
- .dropdown-content a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown-content a:hover {
- background-color: #f1f1f1;
- }
- .show {
- display: block;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement