aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/web/debugStyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/debugStyle.css')
-rw-r--r--web/debugStyle.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/web/debugStyle.css b/web/debugStyle.css
deleted file mode 100644
index 98645cc..0000000
--- a/web/debugStyle.css
+++ /dev/null
@@ -1,36 +0,0 @@
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}