diff options
Diffstat (limited to 'users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/style.css')
| -rwxr-xr-x | users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/style.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/style.css b/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/style.css new file mode 100755 index 0000000..2de4075 --- /dev/null +++ b/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/style.css | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | #taskwarrior-widget-container strong.warning { | ||
| 2 | color: orange; | ||
| 3 | } | ||
| 4 | #taskwarrior-widget-container strong.error { | ||
| 5 | color: red; | ||
| 6 | } | ||
| 7 | |||
| 8 | #taskwarrior-widget-container table { | ||
| 9 | border-collapse: collapse; | ||
| 10 | } | ||
| 11 | |||
| 12 | #taskwarrior-widget-container tr.header { | ||
| 13 | font-size: 8pt; | ||
| 14 | font-weight: bold; | ||
| 15 | } | ||
| 16 | |||
| 17 | #taskwarrior-widget-container th, td { | ||
| 18 | padding-bottom: 4px; | ||
| 19 | padding-left: 0px; | ||
| 20 | padding-right: 12px; | ||
| 21 | padding-top: 4px; | ||
| 22 | text-align: left; | ||
| 23 | } | ||
| 24 | |||
| 25 | #taskwarrior-widget-container th:last-of-type, td:last-of-type { | ||
| 26 | padding-right: 8px; | ||
| 27 | } | ||
| 28 | |||
| 29 | #taskwarrior-widget-container th.num, td.num { | ||
| 30 | text-align: right; | ||
| 31 | } | ||
| 32 | |||
| 33 | #taskwarrior-widget-container .star { | ||
| 34 | font-family: Symbola, sans-serif; | ||
| 35 | font-size: 8pt; | ||
| 36 | padding-left: 4px; | ||
| 37 | padding-right: 1px; | ||
| 38 | text-align: center; | ||
| 39 | } | ||
| 40 | |||
| 41 | #taskwarrior-widget-container tbody tr:nth-child(odd) { | ||
| 42 | background-color: rgba(255, 255, 255, 0.1); | ||
| 43 | } | ||
