Amaury Well-known member Apr 7, 2014 #1 So, following this, I want to make the Sub-Forums and Moderator Tools dropdown menus look the same as the Thread Tools dropdown menu when hovered, but I can't quite figure out what I need. I tried inspecting and manipulating the CSS to no avail.
So, following this, I want to make the Sub-Forums and Moderator Tools dropdown menus look the same as the Thread Tools dropdown menu when hovered, but I can't quite figure out what I need. I tried inspecting and manipulating the CSS to no avail.
Paul B XenForo moderator Staff member Apr 17, 2014 #3 This will probably help to get you started: Code: .member_view .Popup .PopupControl.PopupOpen, .Popup.PopupContainerControl.PopupOpen { padding: 5px; } I haven't checked though - that was just inspecting the CSS in the browser tool. Upvote 0 Downvote
This will probably help to get you started: Code: .member_view .Popup .PopupControl.PopupOpen, .Popup.PopupContainerControl.PopupOpen { padding: 5px; } I haven't checked though - that was just inspecting the CSS in the browser tool.
Amaury Well-known member Apr 17, 2014 #4 Brogan said: This will probably help to get you started: Code: .member_view .Popup .PopupControl.PopupOpen, .Popup.PopupContainerControl.PopupOpen { padding: 5px; } I haven't checked though - that was just inspecting the CSS in the browser tool. Click to expand... Thanks, Paul. I'll give that a try when I'm on my lunch break from my volunteering job. Upvote 0 Downvote
Brogan said: This will probably help to get you started: Code: .member_view .Popup .PopupControl.PopupOpen, .Popup.PopupContainerControl.PopupOpen { padding: 5px; } I haven't checked though - that was just inspecting the CSS in the browser tool. Click to expand... Thanks, Paul. I'll give that a try when I'm on my lunch break from my volunteering job.
Amaury Well-known member Apr 18, 2014 #5 @Brogan That did it. Now, how about when you first hover over it, but before the dropdown menu opens? Upvote 0 Downvote
@Brogan That did it. Now, how about when you first hover over it, but before the dropdown menu opens?