PluginProbe
Timed Content / 2.9
Timed Content v2.9
2.99 trunk 1.0 1.1 1.2 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.10 2.11 2.12 2.15 2.2 2.3 2.3.1 2.4 2.5 2.5.1 2.50 2.51 2.52 All 67 releases
← All changes | css/timed-content.css +20 -11 2.22.9 View file →
@@ -28,25 +28,34 @@
28 28 div.tcr-warning .heading, div.tcr-error .heading {
29 29 font-size: 14px;
30 30 font-weight: bold;
31 31 }
32 -div#tcr-dialogHolder table tr td {
32 +table.tcr-dates {
33 + width: 100%;;
34 +}
35 +table.tcr-dates tr td {
33 36 padding: 2px;
34 37 }
35 -div#tcr-dialogHolder table tr.upcoming {
38 +table.tcr-dates tr.upcoming {
36 39 background-color: #faff92;
40 + color: #000000;
37 41 }
38 -div#tcr-dialogHolder table tr.active {
39 - background-color: #d3ffc6;
42 +table.tcr-dates tr.active {
43 + background-color: #009900;
44 + color: #ffffff;
40 45 }
41 -div#tcr-dialogHolder table tr.expired {
42 - background-color: #fbefe6;
46 +table.tcr-dates tr.expired {
47 + background-color: #eeeeee;
48 + color: #000000;
43 49 }
44 -div#tcr-dialogHolder table tr:hover {
50 +table.tcr-dates tr:hover {
45 51 background-color: #ffffff;
46 52 border: 1px solid #000000;
47 53 }
48 -div#tcr-dialogHolder table tr th {
49 - background-color: #21759b;
50 - color: #eeeeee;
51 -
54 +table.tcr-dates tr.active:hover {
55 + color: #009900;
56 + background-color: #ffffff;
57 +}
58 +table.tcr-dates tr th {
59 + background-color: #333366;
60 + color: #ffffff;
52 61 }