1
0
Fork 0
forked from 0x2620/oxjs

update video editor and css

This commit is contained in:
rlx 2012-01-11 13:22:01 +05:30
commit e4dd393834
5 changed files with 65 additions and 9 deletions

View file

@ -740,15 +740,17 @@ Video
}
.OxThemeClassic .OxAnnotationPanel .OxEditableElement.OxSelected {
background: rgb(192, 192, 255);
box-shadow: 0 0 1px rgb(96, 96, 96);
background: rgb(128, 128, 255);
box-shadow: 0 0 1px rgb(64, 64, 64);
}
.OxThemeClassic .OxAnnotationPanel .OxEditableElement input {
background: rgb(160, 224, 160);
box-shadow: 0 0 1px rgb(96, 96, 96);
color: rgb(0, 0, 0);
box-shadow: 0 0 1px rgb(64, 64, 64);
}
.OxThemeClassic .OxAnnotationPanel .OxEditableElement textarea {
background: rgb(160, 224, 160);
color: rgb(0, 0, 0);
}
/*