diff options
Diffstat (limited to 'assets/sass/_task_listing.sass')
-rw-r--r-- | assets/sass/_task_listing.sass | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sass/_task_listing.sass b/assets/sass/_task_listing.sass new file mode 100644 index 00000000..ea312685 --- /dev/null +++ b/assets/sass/_task_listing.sass @@ -0,0 +1,12 @@ +.task-table .dropdown-menu + color: #000 + text-decoration: none + font-weight: bold + &:focus, &:hover + text-decoration: underline + +td.task-table a + color: #000 + text-decoration: none + &:hover + text-decoration: underline |