Added debug panel (not by default), added inspector link to pie and table
This commit is contained in:
+7
-12
@@ -31,30 +31,25 @@
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
.panel i.editlink {
|
||||
.panel span.panelextra {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
z-index: 800;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel i.editlink span {
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
.pointer:hover {
|
||||
color: #0088CC;
|
||||
}
|
||||
|
||||
.panel:hover i.editlink {
|
||||
.panel:hover span.panelextra {
|
||||
display: block;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.panel i.editlink:hover {
|
||||
.panel span.panelextra:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.pointer:hover {
|
||||
color: #0088CC;
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user