Skip to content

Commit

Permalink
Implement griddata type
Browse files Browse the repository at this point in the history
- Use plain jqGrid functionality on series and tables data
- Use a special case for the glossary, i.e. allow the definition to be
  edited by a WYSIWIG editor
  • Loading branch information
torinfo committed Jun 17, 2014
1 parent 7dcafeb commit ceda75c
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 11 deletions.
4 changes: 2 additions & 2 deletions editor/css/complex.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ img.optional {
text-align: left;
}

.btnInsertOptParam.disabled img {
.xerte_button.disabled img {
filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: grayscale(100%); /* Current draft standard */
-webkit-filter: grayscale(100%); /* New WebKit */
Expand All @@ -495,7 +495,7 @@ img.optional {
filter: gray; /* IE6+ */
}

.btnInsertOptParam.disabled {
.xerte_button.disabled {
color: gray;
}

Expand Down
Loading

0 comments on commit ceda75c

Please sign in to comment.