/*
é€‰ä¸­çš„æ ‡ç­¾é¡µ æ›´å®½äº› æ›´é«˜äº›
*/

.tabbrowser-tab[selected="true"]
{
min-width: 200px !important;
}

.tabbrowser-tab[selected="true"] > .tab-image-left,
.tabbrowser-tab[selected="true"] > .tab-image-middle,
.tabbrowser-tab[selected="true"] > .tab-image-right,
.tabbrowser-tab[selected="true"] > .tab-close-button {
height: 30px !important;
margin-bottom: 1px !important;
}


/*
ä¸é€‰ä¸­çš„æ ‡ç­¾é¡µ æ›´ä½Žäº›
*/

.tabbrowser-tab:not([selected="true"]) > .tab-image-left,
.tabbrowser-tab:not([selected="true"]) > .tab-image-middle,
.tabbrowser-tab:not([selected="true"]) > .tab-image-right,
.tabbrowser-tab:not([selected="true"]) > .tab-close-button {
height: 18px !important;
margin-bottom: 1px;
}

/*
é¼ æ ‡æ»‘è¿‡ ä¸é€‰ä¸­çš„æ ‡ç­¾é¡µ æ›´ä½Žäº›
*/

.tabbrowser-tab:not([selected="true"]):hover > hbox,
.tabbrowser-tab:not([selected="true"]):hover > .tab-image-left,
.tabbrowser-tab:not([selected="true"]):hover > .tab-image-middle,
.tabbrowser-tab:not([selected="true"]):hover > .tab-image-right,
.tabbrowser-tab:not([selected="true"]):hover > .tab-close-button {
height: 24px !important;
margin-bottom: 1px;
}

/*
æ ‡ç­¾æ æ— èƒŒæ™¯
*/
.tabbrowser-tabs {
background: none !important;
}

/*
æ ‡ç­¾é¡µé¢œè‰² å¤§å®¶å¯ä»¥è¯•è¯•ä¸€ä¸‹å…³äºŽæ ‡ç­¾é¡µçš„éƒ¨åˆ†ï¼Œåœ¨æ–°æ ‡ç­¾é¡µæ‰“å¼€ http://addons.mozine.cn/ é€‰ä¸­æ—¶çš„é¢œè‰²ä¸Žå­—ä½“ ä¸Žmozineé£Žæ ¼å¾ˆåƒã€‚ã€‚ã€‚
*/
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button {
background-color: #000000 !important;
color: #ffcc00 !important;
}

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button {
background-color: #ffcc00 !important;
color: #000000  !important;
}


.tabbrowser-tab:not([selected="true"]) > hbox,
.tabbrowser-tab:not([selected="true"]) > .tab-close-button {
-moz-opacity: .3 !important;
color: #0000cc !important;
background-color: #ffcc00 !important;
}


.tabbrowser-tab:not([selected="true"]):hover > hbox,
.tabbrowser-tab:not([selected="true"]):hover > .tab-close-button {
-moz-opacity: 1 !important;
color: #ffcc00 !important;
background-color: #0000cc !important;
}


/* æ ‡ç­¾æ åº•è¾¹ */

.tabs-bottom {
background-color: rgb(239,235,166) !important;
height: 6px !important;
}

.tabs-bottom-spacer {
height: 2px !important;
}