Thought I'd post this since I love the Aquatint theme (great job!).
I've been having the same problem with the bottom status bar text color being the same as the background and therefore invisible. I've corrected it on my system by editing the "custom_browser.css" file.
Specifically:
**************
* status bar
**************/
statusbar#status-bar {
border-bottom: 0;
border-right: 0;
font-size: 12px;
-moz-appearance: none !important;
}
statusbar#status-bar statusbarpanel {
background: #000000 url("chrome://browser/skin/statusbar-bg.png") !important;
background-position: left top;
background-repeat: repeat-x;
border-top: 1px solid #A3A3A3 !important;
-moz-appearance: none !important;
-moz-box-align: center;
-moz-box-pack: center;
color: #eeeeee;
<----Change this value to 000000 (black) margin-left: -2px;
margin-bottom: -1px;
}
Hope that helps
