Differences From Artifact [249e20cb24]:

To Artifact [d66655de4b]:


8
9
10
11
12
13
14

15
16
17
18
19
20
21
22

fieldset legend {
    padding: 0 0.5em;
    font-weight: bold;
    color: #000;
}


table tr.clickable:hover {
    cursor: pointer;
    color: #633;
    background: #ffc;
}

table tr.focused {
    color: #633;







>
|







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

fieldset legend {
    padding: 0 0.5em;
    font-weight: bold;
    color: #000;
}

/* Override selector in 06-tables.css */
table tr.clickable:hover, table tr.clickable:nth-child(even):hover {
    cursor: pointer;
    color: #633;
    background: #ffc;
}

table tr.focused {
    color: #633;