V
V
Vitaly Rybchenko2015-08-26 12:15:32
css
Vitaly Rybchenko, 2015-08-26 12:15:32

Determine css loading sequence when using DevExpress?

I use DevExpress controls on the site, in particular in the menu.
There was such a problem - while loading the page, the pictures in the menu twitch - first they appear to the left in the container, and then they stand in the center. It's very noticeable in google chrome.
Apparently, DevExpress styles are loaded first, in particular:

.dxmLite .dxm-item {
    cursor: default;
    text-align: left;
}

then the style of the element itself is loaded:
element.style {
    text-align: center;
    float: none;
}

How can I determine the order in which DevExpress styles are loaded last?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question