|
@@ -228,28 +228,38 @@ table.table-striped tbody tr:hover.td-yellow {
|
|
|
background: #fdf3db;
|
|
background: #fdf3db;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table tr.focusing td,
|
|
|
|
|
-table.table-striped tbody tr.focusing td {
|
|
|
|
|
|
|
+table .table-striped > tr.focusing,
|
|
|
|
|
+table tr.focusing > td,
|
|
|
|
|
+table.table-striped tbody .table-striped > tr.focusing,
|
|
|
|
|
+table.table-striped tbody tr.focusing > td {
|
|
|
background: #d5aba1;
|
|
background: #d5aba1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table tr.focusing td.td-warm,
|
|
|
|
|
-table.table-striped tbody tr.focusing td.td-warm {
|
|
|
|
|
|
|
+table .table-striped > tr.focusing.td-warm,
|
|
|
|
|
+table tr.focusing > td.td-warm,
|
|
|
|
|
+table.table-striped tbody .table-striped > tr.focusing.td-warm,
|
|
|
|
|
+table.table-striped tbody tr.focusing > td.td-warm {
|
|
|
background: #e7ae80;
|
|
background: #e7ae80;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table tr.focusing td.td-cool,
|
|
|
|
|
-table.table-striped tbody tr.focusing td.td-cool {
|
|
|
|
|
|
|
+table .table-striped > tr.focusing.td-cool,
|
|
|
|
|
+table tr.focusing > td.td-cool,
|
|
|
|
|
+table.table-striped tbody .table-striped > tr.focusing.td-cool,
|
|
|
|
|
+table.table-striped tbody tr.focusing > td.td-cool {
|
|
|
background: #5f8fcd;
|
|
background: #5f8fcd;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table tr.focusing td.td-helpful,
|
|
|
|
|
-table.table-striped tbody tr.focusing td.td-helpful {
|
|
|
|
|
|
|
+table .table-striped > tr.focusing.td-helpful,
|
|
|
|
|
+table tr.focusing > td.td-helpful,
|
|
|
|
|
+table.table-striped tbody .table-striped > tr.focusing.td-helpful,
|
|
|
|
|
+table.table-striped tbody tr.focusing > td.td-helpful {
|
|
|
background: #69cb9c;
|
|
background: #69cb9c;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table tr.focusing td.td-yellow,
|
|
|
|
|
-table.table-striped tbody tr.focusing td.td-yellow {
|
|
|
|
|
|
|
+table .table-striped > tr.focusing.td-yellow,
|
|
|
|
|
+table tr.focusing > td.td-yellow,
|
|
|
|
|
+table.table-striped tbody .table-striped > tr.focusing.td-yellow,
|
|
|
|
|
+table.table-striped tbody tr.focusing > td.td-yellow {
|
|
|
background: #d9c290;
|
|
background: #d9c290;
|
|
|
}
|
|
}
|
|
|
|
|
|