From 4e65b57f1950536aa40b33e70c99b9bd2185beee Mon Sep 17 00:00:00 2001 From: frankiefu Date: Fri, 20 Sep 2013 13:46:54 -0700 Subject: [PATCH] Sandbox: add polymer-grid-layout to the palette --- Sandbox/lib/components.html | 1 + Sandbox/lib/tk-editors.html | 24 ++++++++++++++++++++---- Sandbox/lib/tk-property-inspector.html | 1 + Sandbox/metadata.html | 7 +++++++ 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Sandbox/lib/components.html b/Sandbox/lib/components.html index 6e06544..f5e3b51 100644 --- a/Sandbox/lib/components.html +++ b/Sandbox/lib/components.html @@ -62,6 +62,7 @@ + diff --git a/Sandbox/lib/tk-editors.html b/Sandbox/lib/tk-editors.html index 8787708..d67f714 100755 --- a/Sandbox/lib/tk-editors.html +++ b/Sandbox/lib/tk-editors.html @@ -46,9 +46,9 @@ font: inherit; box-sizing: border-box; -moz-box-sizing: border-box; - -webkit-user-select: all; + /* -webkit-user-select: all; -moz-user-select: all; - user-select: all; + user-select: all; */ } input:focus { outline: 1px solid #448afd; @@ -200,9 +200,9 @@ padding: 6px; margin: 0; width: 95%; - -webkit-user-select: all; + /* -webkit-user-select: all; -moz-user-select: all; - user-select: all; + user-select: all; */ overflow: auto; vertical-align: middle; } @@ -222,6 +222,22 @@ + + + + +