Moved tree picker tooltip style to default.css so it also works in editMacro (and elsewhere)

This commit is contained in:
Sebastiaan Janssen
2012-10-07 11:45:22 -02:00
parent c1cfcaf9ea
commit a356552d2d
2 changed files with 10 additions and 10 deletions

View File

@@ -127,13 +127,4 @@
}
.footer .status{height: 12px; margin: 0px; overflow: hidden; background: url(images/footer_statusBar_bg.gif) top left no-repeat;}
.footer .status h2{display: block; height: 12px; overflow: hidden; margin: 0px; padding: 0px; background: url(images/footer_statusBar_h2_bg.gif) top right no-repeat;}
.treePickerTooltip {
display: none;
position: absolute;
border: 1px solid #333;
background-color: #fff8cb;
padding: 3px;
color: #000;
}
.footer .status h2{display: block; height: 12px; overflow: hidden; margin: 0px; padding: 0px; background: url(images/footer_statusBar_h2_bg.gif) top right no-repeat;}

View File

@@ -712,4 +712,13 @@ guiEditor {
background: -moz-linear-gradient(100% 100% 90deg, #fefefe, #ddd);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fefefe));
cursor:pointer;
}
.treePickerTooltip {
display: none;
position: absolute;
border: 1px solid #333;
background-color: #fff8cb;
padding: 3px;
color: #000;
}