зеркало из https://github.com/telerik/docs-seed.git
chore: Moving the loading indicator styles
This commit is contained in:
Родитель
515ff2cdcb
Коммит
2a6a9d6c19
|
@ -4155,3 +4155,19 @@ article table#allcontrols-table {
|
|||
}
|
||||
|
||||
/* END Introduction page all controls table styles */
|
||||
|
||||
|
||||
/* Kendo loading indicator in API*/
|
||||
div#sidetoc {
|
||||
.k-loading-mask {
|
||||
background-image: url(image_path("loading-image.gif"));
|
||||
background-repeat: no-repeat;
|
||||
z-index: 10000;
|
||||
background-position-x: center;
|
||||
background-position-y: center;
|
||||
}
|
||||
|
||||
.k-loading-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -955,16 +955,3 @@ div.embeddedvideo iframe {
|
|||
|
||||
.mainContainer[dir='rtl'] main ul[role="tablist"] {
|
||||
margin: 0; }
|
||||
|
||||
/* Kendo loading indicator */
|
||||
.k-loading-mask {
|
||||
background-image: url('../images/loading-image.gif');
|
||||
background-repeat: no-repeat;
|
||||
z-index: 10000;
|
||||
background-position-x: center;
|
||||
background-position-y: center;
|
||||
}
|
||||
|
||||
.k-loading-text {
|
||||
display: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче