I know you did an awesome job with your search box mod....well...do you mind doing one with the blue glow behind it? All you have to do it edit the PNGs.
How Thunderbird can look like
#161
Posted 24 March 2006 - 03:01 AM
I know you did an awesome job with your search box mod....well...do you mind doing one with the blue glow behind it? All you have to do it edit the PNGs.
#162
Posted 24 March 2006 - 04:24 PM
#163
Posted 25 March 2006 - 02:43 AM
#165
Posted 25 March 2006 - 04:55 AM
i think you are right... i looked in my Firefox Safari-Theme (Searchbar.css) an found a Parameter called: [focused="true"]
I think with this we can get the "hover State"-Possibility in the Searchbar... i will try to edit it. But i don't know if it works and how long it take to get a good result. I'll post my status in the next days, ok?
What's about the Titelbar? We need that Feature that it shows the Number of Messages too... but i don't know a solution. I looked at the coding stuff but i understand nothing, concerning this...
#166
Posted 25 March 2006 - 10:58 PM
(1 unread) Inbox
and it also doesn't say the total number of messages. I'll briefly look through the extension and see what's what.
-----
@texa, what extension are you using to hide your menu if any? did you add the userchrome.css to your theme? In it contains a line /* Hide menu bar (File, Edit, Menu, etc) */ and that does hide the title bar.
#167
Posted 26 March 2006 - 05:55 AM
this content my userChrome.css file:
Quote
treerows {
background-color: #F7F9EA ! important;
}
treechildren {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: normal ! important;
}
treechildren::-moz-tree-cell-text(read) {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: normal;
}
treechildren::-moz-tree-cell-text(unread) {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: bold;
}
#168
Posted 26 March 2006 - 07:00 AM
I have an image that is used for the folder and messages pane but what I want is for the image to only be displayed in the messages pane. IE the alternating message background.
I would like the folderpane to have a solid background, not an alternating color.
Everything I have tried so far either displays the image in both the message and folder pane or neither. I cant figure out what controls the image in each specific area.
Here is a link to what I have now. Hopefully someone help.
LINK
#170
Posted 26 March 2006 - 02:08 PM
My Status of the search box mod (with the blue glow) is:
I got it to work!! But i need some help to finish it. My problem is that i don't get the "focus-Status" to the right side of the search box!
Do you know a solution? If not we have to delete the gray "Clear-Button"-Feature. Without that, the blue glow is working all over the Bar... (i tested it)
[Text removed...]
But the addition [focused="true"] didn't work in my mod for the last parameter (quick-search-clearbutton)...
Attached File(s)
-
glow-problem.png (6.85K)
Number of downloads: 65
#173
Posted 26 March 2006 - 08:34 PM
Also 'tree-rows' is the class I think
This will disable all the features in the folderpane but it does leave the message pane image in place. Almost what I want.
#folderTree {display: none; !important;}Help any one?
#174
Posted 27 March 2006 - 12:15 AM
Also try:
.quick-search-clearbutton:focus
@texa, if you have the folder {EDA7B1D7-F793-4e03-B074-E6F303317FB0} in your extension folder, i suggest deleting it. If you don't have it, I recommend moving all your extensions to a different folder, and once you get a the menu back, one by one see which one causes it.
@theEVILcube, I'm not sure there is a way to have both different. When testing, this kinda broke my DOM inspector
Edit:
Wait a second...of course there is the folder tree's blue and the message pane is greyish white so there has to be. Please hold.
That's all I've got for everyone.
#175
Posted 27 March 2006 - 01:00 AM
.quick-search-clearbutton[focused="true"] {
background: url("chrome://messenger/skin/icons/SearchBarRight-hov.png") right center no-repeat !important;-> this i didn't works.Hmm, the alternative Parameter: .quick-search-clearbutton:focus didn't work too. Also not with the important tag. Maybe i'm too stupid for that part...
I hate when things not working...
But i'm sure the Problem is about this Image, because this is responsible for the right side of the searchbar. :confused:
#176
Posted 27 March 2006 - 05:39 AM
@all:
try to limit the number of request right now. Kinda busy with the full tutorial coming probably not until mid-week to weekend, so its somewhat distracting. Or if you do post a request, know that it most likely won't be answered by me. After all's done, I'll answer all the request again.








Sign In »
Register Now!
Help



MultiQuote