Small ui fixes

This commit is contained in:
RainLoop Team 2013-12-25 19:53:47 +04:00
parent 639d8c58f6
commit e1adfdb504
38 changed files with 272 additions and 2171 deletions

View file

@ -95,14 +95,14 @@
}
html.no-cssanimations .icon-spinner {
background-image: url('@{sync-file-stop}');
background-image: url('@{rlSyncFileStop}');
background-repeat: no-repeat;
font-family: Arial;
&:before {
content: "";
}
&.animated {
background-image: url('@{sync-file}');
background-image: url('@{rlSyncFile}');
}
}