// Links
// -------------------------
@linkColor:             @sitelinkcolor;
@linkColorHover:        darken(@linkColor, 15%);


// Sprite icons path
// -------------------------
@iconSpritePath:          "../../../plugins/system/yjsg/assets/bootstrap2/img/glyphicons-halflings.png";
@iconWhiteSpritePath:     "../../../plugins/system/yjsg/assets/bootstrap2/img/glyphicons-halflings-white.png";


// Dropdowns
// -------------------------
@dropdownLinkColor:             @grayDark;
@dropdownLinkColorHover:        @grayDark;
@dropdownLinkColorActive:       @white;

@dropdownLinkBackgroundActive:  @linkColor;
@dropdownLinkBackgroundHover:   #f5f5f5;

// Inverse
// -------------------------
//@navbarInverseLinkColorActive:  @sitelinkcolor;