diff options
| author | Lotus <lotus@localhost> | 2012-01-21 18:29:53 +0100 |
|---|---|---|
| committer | Lotus <lotus@localhost> | 2012-01-21 18:29:53 +0100 |
| commit | 59ebee5de2a3e5b16a0d22bec77698f4e4a5a6e6 (patch) | |
| tree | feb8f80029ef4924550ec5080b65912108587f35 /skins | |
| parent | ce620be78311d85ce67d78bad3d66522bd8692aa (diff) | |
highlight changed row on api table
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/pdblue.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/pdblue.css b/skins/pdblue.css index b743b581b..563ce69fa 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -79,6 +79,10 @@ table { background-color: #ECF1F8; } +.TableCellDark:target, .TableCellLight:target { + background-color: #FFCCCC; +} + .TableCellSummary { background-color: #FFCCCC; border:1px solid #888888; |
