aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--example/www/debugStyle.css36
1 files changed, 36 insertions, 0 deletions
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 @@
1.hoverWrapper0:hover #hoverShow0
2{
3 display: block;
4 border-style: solid;
5 border-color: fuchsia;
6}
7.hoverWrapper0 #hoverShow0
8{
9 display: none;
10 background-color: #222222;
11 text-align: left;
12 position: absolute;
13 width: 100%;
14 border-style: solid;
15 border-color: fuchsia;
16}
17.hoverWrapper1:hover #hoverShow1
18{
19 display: block;
20 border-style: solid;
21 border-color: fuchsia;
22}
23.hoverWrapper1 #hoverShow1
24{
25 display: none;
26 background-color: #222222;
27 text-align: left;
28 position: absolute;
29 width: 100%;
30 border-style: solid;
31 border-color: fuchsia;
32}
33.hoverItem
34{
35 border: 1px solid fuchsia;
36}