Question
· Aug 23, 2017

override css of deepsee

Hello all, 
Can someone please tell me what will be the steps if I want to override css of deepsee dashboard widgets?
Or if it's even possible.
Thanks a lot.

Discussion (8)1
Log in or sign up to continue

Hello Razvan,

You can solve this by using widget themes:

http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...

Or you can specify a user scheme by setting the URL-parameter SCHEME: http://localhost:57772/csp/user/_DeepSee.UserPortal.DashboardViewer.zen?DASHBOARD=test/New%20Dashboa rd.dashboard&SCHEME=myscheme and creating the files skin_myscheme.js and skin_myscheme.css in the broker directory.

You can check the other skin_* files to see how they are structured.

Best regards,

Sascha.