Add background to selected/marked table row in Fallen (#32)

This commit is contained in:
Renan D
2020-11-14 22:29:08 -05:00
committed by GitHub
parent f8c26d1b57
commit 6b1c81582a
+2 -1
View File
@@ -92,7 +92,8 @@ table tr {
}
td.marked:not(.nomarker), table tr.marked:not(.nomarker) td, table tbody:first-of-type tr.marked:not(.nomarker) th, table tr.marked:not(.nomarker) {
color: <?php echo $GLOBALS['cfg']['MainColor'] ?>
color: <?php echo $GLOBALS['cfg']['MainColor'] ?>;
background: #4285f438;
}
td.marked:not(.nomarker) {