Tab Mix Plus

Official Home of TMP
It is currently Sun May 26, 2013 1:19 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Mon Feb 13, 2012 4:30 am 
Offline

Joined: Mon Feb 13, 2012 4:20 am
Posts: 7
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
Image

in ver 0.4
Image


Top
 Profile  
 
PostPosted: Mon Feb 13, 2012 10:52 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7298
use this

Code:
#TabsToolbar[tabbaronbuttom="true"][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%) !important;
  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;
}

_________________
Tab Mix Plus 0.4.1.0
latest Dev-Build
Forum RSS, Troubleshooting


Top
 Profile  
 
PostPosted: Mon Feb 13, 2012 3:59 pm 
Offline

Joined: Mon Feb 13, 2012 4:20 am
Posts: 7
Thank you!


Top
 Profile  
 
PostPosted: Mon Feb 13, 2012 5:22 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7298
i will probably fix the typo in the next version and replace
tabbaronbuttom with tabbaronbottom

_________________
Tab Mix Plus 0.4.1.0
latest Dev-Build
Forum RSS, Troubleshooting


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group