Virtus Forum
September 08, 2010, 12:05:09 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
New themes are available at http://www.virtusdesigns.com
Check out my blog at http://blog.virtusdesigns.com
I recommend: Click here to check your PC for system errors
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Status bar text color  (Read 691 times)
jmm26
Newbie
*
Posts: 2


View Profile
« on: November 23, 2009, 09:49:33 PM »

This has been my favorite theme for a while, but I just recently updated everything, and in the newer version, the status bar text color is the same as the background, therefore when hovering over a link, you cannot see the destination URL.

Could this be fixed so someone can see what they're clicking on before clicking it?
Logged
Brett
Administrator
Jr. Member
*****
Posts: 85


View Profile
« Reply #1 on: November 23, 2009, 11:29:58 PM »

This has been my favorite theme for a while, but I just recently updated everything, and in the newer version, the status bar text color is the same as the background, therefore when hovering over a link, you cannot see the destination URL.

Could this be fixed so someone can see what they're clicking on before clicking it?

Are you using Windows and if so, XP or Vista?  What desktop theme are you using.  I thought I had fixed that bug with all of my themes but it shows up sometimes with specific Windows themes.  If you could let me know what OS you are using I can test it out and get an update tomorrow because it's an quick and easy fix.
Logged
jmm26
Newbie
*
Posts: 2


View Profile
« Reply #2 on: November 24, 2009, 07:02:28 PM »

Sorry, I should have included that stuff in the first post in case it was needed.  I'm using Windows Vista Home Premium, and the standard Vista theme.  I'm also on Firefox 3.5.5 if that matters.  For what it's worth, I have several of your themes and everything looks great in all the rest, but this one is my fave.  Smiley
Logged
Brett
Administrator
Jr. Member
*****
Posts: 85


View Profile
« Reply #3 on: November 30, 2009, 01:38:21 AM »

I will check it out.  I thought I had fixed that for all of my themes but I may have missed it on the update for this one.  I am hoping to get updates uploaded this week for several of my themes to address some issues and that will be fixed.
Logged
random2
Newbie
*
Posts: 1


View Profile
« Reply #4 on: December 03, 2009, 04:25:00 AM »

I have the same problem too since the last update.
Logged
Brett
Administrator
Jr. Member
*****
Posts: 85


View Profile
« Reply #5 on: December 03, 2009, 04:09:55 PM »

I just realized my mix-up.  I was thinking about the URL window, not the bottom "status" bar  Smiley

I will have an update for that very soon.  I was looking in the wrong place.
Logged
Glenn
Newbie
*
Posts: 1


View Profile
« Reply #6 on: December 09, 2009, 04:20:48 PM »

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 Smiley
Logged
Brett
Administrator
Jr. Member
*****
Posts: 85


View Profile
« Reply #7 on: December 09, 2009, 04:52:43 PM »

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 Smiley

Yep, that was it.  I released an update recently where that was fixed so it should be ok for everyone now. 
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!