Moved tree picker tooltip style to default.css so it also works in editMacro (and elsewhere)
This commit is contained in:
@@ -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;}
|
||||
@@ -711,4 +711,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;
|
||||
}
|
||||
Reference in New Issue
Block a user