1
0
Fork 0
forked from 0x2620/oxjs

adding open and preview events to list

This commit is contained in:
rolux 2010-07-20 22:04:13 +02:00
commit dccf07a655
4 changed files with 113 additions and 49 deletions

View file

@ -95,6 +95,7 @@ Forms
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(32, 32, 32)));
}
.OxThemeModern div.OxInput.OxFocus,
.OxThemeModern .OxInput:focus {
border: 1px solid rgb(80, 80, 80);
-moz-box-shadow: 0 0 2px rgb(128, 128, 128);