summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
diff options
context:
space:
mode:
authorTobias Christiansen <tobi@tobyase.de>2021-07-23 21:21:39 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-24 22:16:48 +0200
commit36e6f559c5098918b83f421fb3228971fc2a227a (patch)
treebe54636b2ac4bdb0c56a9ace278f206365f526e2 /Userland/Libraries/LibWeb
parent2fdae3b0caf17831d3f6a0a3f7b1a1ef93132662 (diff)
downloadserenity-36e6f559c5098918b83f421fb3228971fc2a227a.zip
LibWeb: Add box-shadow as a known ValueID
Diffstat (limited to 'Userland/Libraries/LibWeb')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Properties.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json
index 3b83a4224a..b20097190e 100644
--- a/Userland/Libraries/LibWeb/CSS/Properties.json
+++ b/Userland/Libraries/LibWeb/CSS/Properties.json
@@ -175,6 +175,10 @@
"inherited": false,
"initial": "auto"
},
+ "box-shadow":{
+ "inherited": false,
+ "initial": "none"
+ },
"caption-side": {
"inherited": true,
"initial": "top"