diff --git a/TogglLibrary.css b/TogglLibrary.css index 8d6870e83d569b285d4ce4c0bb07f0bf3e395b07..246b1cc8e73d297fab220a43d9505f0a06f75d31 100644 --- a/TogglLibrary.css +++ b/TogglLibrary.css @@ -141,7 +141,10 @@ text-decoration: underline; } -/* Special positioning on TeamWork */ -body#tasks #toggl-button-wrapper { - bottom: 40px; +/* Special: TeamWork */ +body#tasks .startTimer { + display: none; +} +body#tasks .btn.harvest-timer { + display: none; }