cloud sync updates

This commit is contained in:
Luke Pulverenti 2015-02-28 08:42:47 -05:00
parent c7aae76f72
commit af26d6f9cb
3 changed files with 24 additions and 4 deletions

View file

@ -1073,3 +1073,12 @@ h1 + .accentButton {
margin: 0;
}
}
.disabledUser {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.disabledUserBanner {
margin: 0 0 2em;
}