diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0d7a50069..172637028 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1296,7 +1296,16 @@ table.records-table { border-left: 0; } -.records-table tr.selected td { +.records-table td.focus { + width: 2px; +} + +.records-table tr.selected > td.focus { + filter: none; + background: white; +} + +.records-table tr.selected td, .records-table tr.focused > td.focus { color: #fff !important; background: #019bc6; background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); @@ -1326,7 +1335,6 @@ table.records-table { color: #ccc !important; } - /*** iFrames ***/ #aboutframe { |