Last active
August 29, 2015 14:17
-
-
Save nielsvm/ffcf8cc47f0b2a46637e to your computer and use it in GitHub Desktop.
Toggl.com "compact mode" CSS overrides (Chromium extension "stylebot")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.footer-wrapper { | |
display: none; | |
} | |
.timer { | |
margin: 5px auto; | |
} | |
.time-entries-list>li, .details-header-list>li { | |
border: none; | |
height: 35px; | |
} | |
.timer-entries-group-header .date-container { | |
margin-top: 15px; | |
font-size: 13px; | |
font-weight: bold; | |
} | |
.timer-entries-group-header { | |
height: 34px; | |
} | |
body, .time-entries-list>li .time-container { | |
color: #000000; | |
} | |
body { | |
padding-bottom: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment