Resource icon

Redactor Dropdown Menu Styling

Matthew Hawley

Well-known member
Matthew Hawley submitted a new resource:

Redactor Dropdown Menu Styling - Makes the redactor dropdown menu match the blockLinksList.

Overview
This simple guide will show you how to make the redactor dropdown menu match the blockLinksList.

c9dGZlH.png


And since were using the color palette codes, the dropdown menu will match any style's color palette.

Code:
.redactor_dropdown {
background: @primaryLightest url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top !important;
border: 1px solid @primaryLighterStill !important; }

.redactor_dropdown a:hover {
color:...

Read more about this resource...
 
Top Bottom