MDL-14477 made some improvements to the Moodle tab bar, which are OK, as far as they go, but there is still the issue that the things on a second row do not really look like tabs.
Copying Olli Savolainen's comment on that bug:
..., it is not quite clear visually that there are subtabs in the first place. They do not have the visual appearance of tabs. This becomes problematic in otherwise busy UI's, such as the new Quiz UI (MDL-17284). While the eye scans the page I suspect it is easy to dismiss the grey gradient strip below the primary tab bar as just a visual element.
I propose a solution such as that in wordpress: have contrasting colors in the second row of tabs, i.e. as the first row of tabs has dark text on a light background, make the second row of tabs have bright-colored text on a dark background.
See http://moodle.org/mod/forum/discuss.php?d=72828#p326202 for an example.
The thing that makes this issue even worse is that the default theme does this halfway already: That is, the second row indeed is quite dark already, but the text is also dark, making the text harder to notice, even more so in busy UI's.
The minimal help to this issue would be to at least highlight the active tab by removing the dark color behind that active element, as demonstrated by the wordpress example.