1
0
Fork 0
forked from 0x2620/oxjs

Ox.Clipboard: add events; Ox.Request: cleanup; Ox.MainMenu: use OxHighlight class; Themes: add bar highlight color and gradient

This commit is contained in:
rlx 2013-07-15 09:10:08 +00:00
commit 27bbbdbd83
8 changed files with 35 additions and 8 deletions

View file

@ -828,6 +828,12 @@ Menus
background-image: -webkit-linear-gradient(top, $barSelectedGradient);
color: $barSelectedColor;
}
.$themeClass .OxMainMenu > .OxTitle.OxHighlight {
background-image: -moz-linear-gradient(top, $barHighlightGradient);
background-image: -o-linear-gradient(top, $barHighlightGradient);
background-image: -webkit-linear-gradient(top, $barHighlightGradient);
color: $barHighlightColor;
}
.$themeClass .OxMenu {
box-shadow: 0 2px 4px $menuShadow;