Added preloader to hide elements before they are correctly rendered

This commit is contained in:
n1474335 2017-04-15 20:46:57 +01:00
parent e0e5670d0e
commit a4d93f23d6
16 changed files with 258 additions and 48 deletions

View file

@ -19,4 +19,4 @@
#alert a {
text-decoration: underline;
}
}

View file

@ -10,4 +10,4 @@ button img,
span.btn img {
margin-right: 3px;
margin-bottom: 1px;
}
}

View file

@ -10,4 +10,34 @@
list-style-type: none;
margin: 0;
padding: 0;
}
.category-title {
display: block;
padding: 10px;
background-color: $secondaryBackgroundColour;
border-bottom: 1px solid $secondaryBorderColour;
font-weight: $titleWeight;
}
.category-title[href='#catFavourites'] {
border-bottom-color: $primaryBorderColour;
}
.category-title[aria-expanded=true] {
border-bottom-color: $primaryBorderColour;
}
.category-title.collapsed {
border-bottom-color: $secondaryBorderColour;
}
.category-title:hover {
color: $opListOperationFontColour;
}
.category {
margin: 0 !important;
border-radius: 0 !important;
border: none;
}

View file

@ -190,4 +190,4 @@ button.dropdown-toggle {
color: $disabledFontColour !important;
background-color: $disabledBgColour !important;
border-color: $disabledBorderColour !important;
}
}

View file

@ -25,4 +25,4 @@ $titleHeight: 43px;
list-style-type: none;
margin: 0;
padding: 0;
}
}