Fix OP filter highlighting.

This commit is contained in:
Nicolas Stepien 2012-06-05 20:51:20 +02:00
parent 641aa39a7b
commit 7c83d43e2d
2 changed files with 6 additions and 0 deletions

View File

@ -4651,6 +4651,9 @@ textarea.field {\
margin: 2px;\
padding: 2px;\
}\
div.opContainer {\
display: block !important;\
}\
.opContainer.filter_highlight {\
box-shadow: inset 5px 0 rgba(255,0,0,0.5);\
}\

View File

@ -3633,6 +3633,9 @@ textarea.field {
margin: 2px;
padding: 2px;
}
div.opContainer {
display: block !important;
}
.opContainer.filter_highlight {
box-shadow: inset 5px 0 rgba(255,0,0,0.5);
}