In this template, "dbtech_vbshout_colours" there is the following code ....
Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
background-color:{vb:stylevar postbit_background.backgroundColor};
}
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
background:{vb:stylevar control_background};
}
.dbtech_vbshout_shout.alt1 {
vertical-align:middle;
background-color:{vb:stylevar postbit_background.backgroundColor};
}
.dbtech_vbshout_shout.alt2 {
vertical-align:middle;
background:{vb:stylevar blocksubhead_background};
}
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_frame {
background:{vb:stylevar postbit_background};
}
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
background: {vb:stylevar highlight_background} !important;
}
What part of that code do I change to change the color of the "active users tab" ?