ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa

make current tab bold
add spacers after 4th and 8th tab so they're easy to map to Fn keys


git-svn-id: svn://10.0.0.236/trunk@101728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com 2001-08-23 21:44:41 +00:00
parent 05a1b303e4
commit 9e4f2a2314

View File

@ -24,8 +24,6 @@
*/
@import url(chrome://communicator/skin/);
/*@import url(chrome://global/skin/global.css);*/
window {
@ -34,6 +32,10 @@ window {
}
#menu-view-none {
display: none;
}
#tabpanels-contents-box {
margin: 3px;
}
@ -47,10 +49,19 @@ window {
border: thin silver inset;
}
.highlight-menu-item:hover {
color: white !important;
background: darkslategrey !important;
}
.view-button {
color: black;
}
.view-button[state="current"] {
font-weight: bold;
}
.view-button[state="activity"] {
color: green;
}
@ -59,6 +70,13 @@ window {
color: red;
}
/* spaces after the 4th and 8th tab, so you can line them up with your Fn
* keys */
.view-button-spacer[index="4"],
.view-button-spacer[index="8"] {
margin-left: 5px;
}
.status-box {
padding-top: 2px;