mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Add background to selected/marked table row in Fallen (#32)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user