1
0
Fork 0
forked from 0x2620/oxjs

update themes & images, fix SelectableElement CSS

This commit is contained in:
rolux 2013-02-10 17:52:46 +05:30
commit 9ca871d842
4 changed files with 3 additions and 1 deletions

View file

@ -1101,11 +1101,13 @@ Miscellaneous
background-image: -webkit-linear-gradient(top, $listItemGradient);
}
.$themeClass .OxSelectableElement.OxSelected {
color: $listItemSelectedColor;
background-image: -moz-linear-gradient(top, $listItemSelectedGradient);
background-image: -o-linear-gradient(top, $listItemSelectedGradient);
background-image: -webkit-linear-gradient(top, $listItemSelectedGradient);
}
.$themeClass .OxSelectableElement.OxSelected.OxFocus {
color: $listItemFocusSelectedColor;
background-image: -moz-linear-gradient(top, $listItemFocusSelectedGradient);
background-image: -o-linear-gradient(top, $listItemFocusSelectedGradient);
background-image: -webkit-linear-gradient(top, $listItemFocusSelectedGradient);