From 540ea1a7db8945738f8d556df0b7806a7189ade9 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 23 Mar 2020 19:21:24 +1000 Subject: Oops, forgot this file. --- example/www/debugStyle.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 example/www/debugStyle.css (limited to 'example') diff --git a/example/www/debugStyle.css b/example/www/debugStyle.css new file mode 100644 index 0000000..98645cc --- /dev/null +++ b/example/www/debugStyle.css @@ -0,0 +1,36 @@ +.hoverWrapper0:hover #hoverShow0 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper0 #hoverShow0 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1:hover #hoverShow1 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1 #hoverShow1 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverItem +{ + border: 1px solid fuchsia; +} -- cgit v1.1