Archived
1
0

Various improvements and additions.

This commit is contained in:
2016-05-20 23:34:50 +02:00
parent a583351ac4
commit 944ad8ff37
9 changed files with 240 additions and 229 deletions

@ -66,6 +66,24 @@
}
.mdl-layout a {
color: inherit !important;
text-decoration: inherit !important;
}
color: inherit !important;
text-decoration: inherit !important;
}
.mdl-list__item-avatar {
background-color: transparent !important;
color: rgb(117, 117, 117) !important;
}
.frs-selector li {
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.frs-selector li:hover {
background-color: rgb(238, 238, 238);
cursor: pointer;
}