fix modern theme highlight gradient

This commit is contained in:
rolux 2013-01-31 16:45:58 +05:30
parent ac6441bdc8
commit 9b7a4428a6

View file

@ -1075,7 +1075,6 @@ Video
} }
.$themeClass .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing { .$themeClass .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing {
background-color: $videoAnnotationEditableEditingBackground; background-color: $videoAnnotationEditableEditingBackground;
background-image: none;
} }
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus { .$themeClass .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {
box-shadow: none; box-shadow: none;
@ -1083,6 +1082,7 @@ Video
.$themeClass .OxAnnotationFolder .OxEditableElement input, .$themeClass .OxAnnotationFolder .OxEditableElement input,
.$themeClass .OxAnnotationFolder .OxEditableElement textarea { .$themeClass .OxAnnotationFolder .OxEditableElement textarea {
background-color: $videoAnnotationEditableEditingBackground; background-color: $videoAnnotationEditableEditingBackground;
background-image: none;
color: $videoAnnotationEditableEditingColor; color: $videoAnnotationEditableEditingColor;
} }