Please tell me, what should I do to change the color of multi-row preferences panel, located in the bottom part of the window (Ver.0.4)?
I have added in the 0.3.8.7 version in the file chrome:\\skin\app_version\4.0\win\browser.css the following code:
Code:
#tabmix-bottom-toolbox > #TabsToolbar[tabmix_aero]:not(:-moz-lwtheme) {
-moz-appearance: none;
border-style: none;
/* background: url("chrome://tabmixplus/skin/Toolbar-bkgd.png") repeat-x; */
background-image: -moz-linear-gradient(rgba(242,242,242,0), rgba(242,242,242,.5)),
-moz-linear-gradient(transparent, rgba(200,200,200,.25) 30%),
-moz-linear-gradient(transparent, rgba(200,200,200,.25) 30%),
-moz-linear-gradient(transparent, rgba(200,200,200,.15) 100%),
-moz-linear-gradient(transparent, rgba(200,200,200,.25) 30%);
background-position: 1px 1px, 0pt 0px, 100% 0px, 0px 0pt, 0px 100%;
background-size: -moz-calc(100% - 2px) -moz-calc(100% - 2px), 1px -moz-calc(100% - 1px), 1px -moz-calc(100% - 1px), 100% 1px, 100% 1px;
background-repeat: repeat;
}
in ver 0.3.8.7

in ver 0.4
