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:
parent
b1b2785a15
commit
27bbbdbd83
8 changed files with 35 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue