The most recent content from our members.
Hi, Is there any guide for customizing\extending existing themes of Element Framework - https://ui.refinitiv.com/start/styling ? Or maybe an ETA for the feature mentioned here: https://ui.refinitiv.com/#non-refinitiv-products)?: Non-Refinitiv Products Themes are designed to be extended, allowing styling changes to fit…
Hi quite new working on Eikon. I'm working on a c# webapi with an SPA running it locally the styles seem top be a bit off and fonts don't seem to load. I have the webui folder down loaded with the fonts,css etc... In the console I'm getting this message "Gateway.ProcessClientMessageDoneCallbackHttp - HTTP NotFound protocol…
Hello. Regarding HTML5 app development. Can anyone point me to some documentation for novakit.css. For example, I know to novify my 'input' control with class="nova-textbox", my 'button' control with class="nova-button", my 'body' with class="nova charcoal"... but where do I go from here? For my drop-down ('select'…
The [Eikon Web UI][1] site includes a list of HTML elements with examples of CSS styling. One of these examples is an unordered list but uses a specific class *bulleted-list*, why? Unordered lists are bullets by default. Many other elements such as headers do not use specific class names.* Bulleted List item1 * Bulleted…
The [layout examples][1] in the Eikon Web UI site are all using inline CSS and thus breaking the core tenet of layout being separate to content. Why is this example so verbose? Section 1 Section 2 Section 3 Section 4 c.f. http://jsfiddle.net/D9NGh/ CSS: .simple-example, .simple-example div { display: flex; flex-flow: row…
CSS is about separating content from style, the Open Eikon style sheets do not follow this basic principle, example: Title Text Title Text Explain the semantic difference between *header* and *header2*?
Why does the [controls library][1] not show Eikon styling for tables? Using `div` elements for tabular data is asinine unless you are looking for hacks on special functionality like sorting columns or [viewport based lazy loading][2] when rendering the entire table is too slow, but these are avoidable with special care and…
I am looking at iPad bug 221822 which has to do with both global (should be yellow) and search within a document (should be green) terms colored GREEN after a scenario like Search->Open Doc->Search Within Doc->Doc Link->Back on the iPad app. What dictates what color terms should eventually be? If it's that a css class is…
It looks like you're new here. Sign in or register to get started.