Skip to content

Commit 2743fa6

Browse files
committed
Remove unused CSS for the log calendar page
1 parent 073ba32 commit 2743fa6

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

wger/core/static/css/workout-manager.css

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -295,49 +295,6 @@ circle.color-17becf:hover {
295295
fill: #17becf;
296296
}
297297

298-
/**************************************************************
299-
* Weight log calendar
300-
**************************************************************/
301-
table.month td {
302-
width: 14.285%;
303-
height: 4em;
304-
text-align: center;
305-
}
306-
307-
table.month th.month {
308-
text-align: center;
309-
background-color: #eeeeec;
310-
}
311-
312-
table.month a.calendar-link {
313-
height: 100%;
314-
line-height: 1;
315-
}
316-
317-
table.month td.session-bad {
318-
background-color: #f2dede;
319-
}
320-
321-
table.month td.session-bad:hover {
322-
background-color: #c9302c;
323-
}
324-
325-
table.month td.session-neutral {
326-
background-color: #f5f5f5;
327-
}
328-
329-
table.month td.session-neutral:hover {
330-
background-color: #babdb6;
331-
}
332-
333-
table.month td.session-good {
334-
background-color: #dff0d8;
335-
}
336-
337-
table.month td.session-good:hover {
338-
background-color: #449d44;
339-
}
340-
341298
/*
342299
* Autocompleter
343300
*/
@@ -403,4 +360,4 @@ table.month td.session-good:hover {
403360

404361
.dt-container {
405362
margin-bottom: 1.5rem;
406-
}
363+
}

0 commit comments

Comments
 (0)