1
0
Fork 0
forked from 0x2620/oxjs

some changes to events

This commit is contained in:
Rolux 2010-02-08 20:12:00 +05:30
commit 73ea43ec01
4 changed files with 30 additions and 20 deletions

View file

@ -17,6 +17,11 @@ Bars
//background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
}
.OxThemeClassic .OxBar.OxMainMenu {
background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
}
/*
================================================================================
@ -101,8 +106,8 @@ Menus
*/
.OxThemeClassic .OxMainMenu > .OxTitle.OxSelected {
background: -moz-linear-gradient(top, rgb(176, 176, 176), rgb(144, 144, 144));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(176, 176, 176)), to(rgb(144, 144, 144)));
background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(208, 208, 208)), to(rgb(176, 176, 176)));
}
.OxThemeClassic .OxMenu {

View file

@ -391,6 +391,8 @@ Menus
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-user-select: none;
-webkit-user-select: none;
}
.OxMenu.OxRight {
-moz-border-radius-topright: 4px;