Finish batch marking (#75)

This commit is contained in:
Alex Ling
2020-07-30 11:39:23 +00:00
parent e4fd7c58ee
commit 0cd46abc66
6 changed files with 110 additions and 6 deletions

View File

@@ -127,3 +127,11 @@ td>.uk-dropdown {
[x-cloak] {
display: none;
}
#select-bar-controls a {
transform: scale(1.5, 1.5);
}
#select-bar-controls a:hover {
color: orange;
}