Focal Point
[SOLVED] multiple drilldown style

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/773101472

October 22, 2009, 01:31 PM
MacLonghorn
[SOLVED] multiple drilldown style
Is it possible to style the dropdown list that shows when doing a multiple drilldown? The default WF style is a little dated and out of place.

This message has been edited. Last edited by: Kerry,


Thanks.

Mark
WF 7.6 Windows
October 22, 2009, 02:07 PM
Francis Mariani
The CSS to modify is in file C:\ibi\WebFOCUS76\ibi_html\javaassist\ibi\html\js\multidrill.css


(Now, isn't this the most ludicrous directory path you've seen in a long time?)


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 22, 2009, 02:11 PM
Francis Mariani
Don't forget to back up the original file and also, when upgrading you will have to re-apply your customized styles.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 22, 2009, 02:31 PM
MacLonghorn
Actually, I'm using HTMTABLE in an HTMLFORM, and I found the classes being used via Webdeveloper add-in in Firefox. The code I'm using:
div.clsMDMenu {
	margin-top: 2px;
	padding: 3px 0!important;
	background-color: #eeeeee!important;
	border: 1px solid #999999!important;
}
div.clsMDMenu a,
div.clsMDMenu a span {
	color: #000000!important;
	font-size: 9pt!important;
	font-weight: normal!important;
}

"!important" overrides anything already in place.

Works great!


Thanks.

Mark
WF 7.6 Windows
October 22, 2009, 02:36 PM
Francis Mariani
That's good, though I find this technique doesn't override everything.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server