![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Mozilla firefox error all error and bug related to Mozilla firefox |
![]() |
|
Firefox Tip: Make the active tab more visible
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Fixed Error!
Posts: 4,202
Join Date: Mar 2007
Rep Power: 6
IM:
|
By default, the active tab in Firefox is not very visible, and it becomes less so the more tabs you open in a single browser window. Why? Changing the color of the active tab makes it easy to see at a glance. Firefox's tabbed browsing makes it easy to manage having several websites open at once, but with multiple tabs open, it doesn't take long to lose sight of the active tab. Spending time looking for the active tab reduces the benefit of using multiple tabs. Changing the active tab's color solves the problem by making it stand out in the crowd. Before After How? Make a quick change to your userChrome.css file, then restart Firefox Edit your "userChrome.css" file and add: Code:
/* Change color of ACTIVE tab */
tab
{
-moz-appearance: none !important;
}
tab[selected="true"]
{
background-color: rgb(255, 106, 106) !important;
color: black !important;
}
/* Change color of normal tabs */
tab:not([selected="true"])
{
background-color: rgb( 70, 130, 180) !important;
color: white !important;
}
Note: You must restart Firefox for this change to take effect. |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|