From 3a640f03682ce92dbb293804b0a2540b259d12c2 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 21 Jun 2015 21:10:19 +0200 Subject: [PATCH] Add mobile target to styles module Bug: T103274 Change-Id: If3b63deb85840ad9ca88068815cfdc6e3c265004 --- extension.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 46175410..66e1d52a 100644 --- a/extension.json +++ b/extension.json @@ -24,7 +24,11 @@ "ResourceModules": { "ext.inputBox.styles": { "styles": "ext.inputBox.styles.css", - "position": "top" + "position": "top", + "targets": [ + "mobile", + "desktop" + ] }, "ext.inputBox": { "scripts": "ext.inputBox.js",