Opens the collapsed rows in IB statemets.
interactivebrokers.co.uk op statement by firsh
Details
Authorfirsh
LicenseNo License
Categoryinteractivebrokers
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name interactivebrokers.co.uk op statement
@version 20220616.14.04
@namespace userstyles.world/user/firsh
@description Opens the collapsed rows in IB statemets.
@author firsh
@license No License
==/UserStyle== */
@-moz-document domain("interactivebrokers.co.uk"), domain("interactivebrokers.com") {
.statement table tbody.row-detail{
display: table-row-group !important;
}
}