summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-03 20:27:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-02-07 11:43:50 -0500
commite99fa00c8061763f084676caa42f94cbdf91df00 (patch)
tree95c72ec06e15d46a78ed8d3506a688a054c22d4b
parent7af9d1fe3d8550a3c8c42a28218b8e85fb94ba6a (diff)
downloadgtk+-e99fa00c8061763f084676caa42f94cbdf91df00.tar.gz
docs: Mention css drop-shadow filter
We don't support this filter, currently.
-rw-r--r--docs/reference/gtk/css-properties.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/css-properties.md b/docs/reference/gtk/css-properties.md
index ee55d14bf6..1cdcfa1acc 100644
--- a/docs/reference/gtk/css-properties.md
+++ b/docs/reference/gtk/css-properties.md
@@ -129,7 +129,7 @@ done with
|:-----------|:----------|:------|
|color | [CSS Color Level 3](https://www.w3.org/TR/css3-color/#foreground) | |
|opacity | [CSS Color Level 3](https://www.w3.org/TR/css3-color/#opacity) | |
-|filter | [CSS Filter Effect Level 1](https://drafts.fxtf.org/filters/#FilterProperty) | |
+|filter | [CSS Filter Effect Level 1](https://drafts.fxtf.org/filters/#FilterProperty) | CSS allows drop-shadow |
|font-family | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-family-prop) | defaults to gtk-font-name setting |
|font-size | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-size-prop) | defaults to gtk-font-name setting |
|font-style | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-style-prop) | |