Qute is in - skin authors read this.

Discuss application theming and theme development.
Post Reply
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

You have

Code: Select all

toolbarbutton.bookmark-item {
  color: black;
}

Please use

Code: Select all

toolbarbutton.bookmark-item {
  color: -moz-DialogText;
}

browser\browser.css

<img src="http://mywebpages.comcast.net/hotabay1/mozilla/blacktext.png" />

This occurs in one or two other places as well that have -moz-Dialog as the background, but black text. Or a transparent background, but black text.
Last edited by alanjstr on December 24th, 2002, 11:32 am, edited 2 times in total.
User avatar
kerz
mozillaZine Admin
Posts: 1804
Joined: November 4th, 2002, 2:04 pm
Contact:

Post by kerz »

Also, the case issues on linux should be fixed now.

jason
lynchknot
Posts: 6253
Joined: November 4th, 2002, 7:36 pm

Post by lynchknot »

alanjstr wrote:You have

Code: Select all

toolbarbutton.bookmark-item {
  color: black;
}

Please use

Code: Select all

toolbarbutton.bookmark-item {
  color: -moz-DialogText;
}

browser\browser.css
"http://mywebpages.comcast.net/hotabay1/mozilla/blacktext.png" />

This occurs in one or two other places as well that have -moz-Dialog as the background, but black text. Or a transparent background, but black text.



It looks like we need to do the same with bookmarks text.
User avatar
kerz
mozillaZine Admin
Posts: 1804
Joined: November 4th, 2002, 2:04 pm
Contact:

Post by kerz »

Just fixed the browser.css problem with color: black. Repull it and rebuild in browser/base.

jason
User avatar
kerz
mozillaZine Admin
Posts: 1804
Joined: November 4th, 2002, 2:04 pm
Contact:

Post by kerz »

I don't see this problem anywhere else, if you find somewhere it still happens now, please point it out to me.

jason
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

I had to wait til the nightly came out. That was the main one I had found a long time ago with the Orbit theme. Everyone else seemed to pick up the same flaw (and no one read my thread on this forum :( ).

Going from screen to screen, I don't see any other issue that is text based. There are a few things that are image based, such as the buttons in the top right corner of Full Screen, but there's no way to really handle that well, that I know of, unless you switch to native widgets.

Javascript Console:
{All} needs an icon

<img src="http://mywebpages.comcast.net/hotabay1/mozilla/jsconsole.png" />
lynchknot
Posts: 6253
Joined: November 4th, 2002, 7:36 pm

Post by lynchknot »

I replaced what I found, but it did not seem to work with this theme

Image
Codeman
Posts: 113
Joined: December 15th, 2002, 12:22 pm

Post by Codeman »

Hey the new Qute theme is great! Much better.
Visceral
Posts: 108
Joined: December 3rd, 2002, 2:00 pm
Location: Austin, Texas

I have to agree..

Post by Visceral »

That as it is, this theme looks pretty nasty under linux. The icons are nice but the grey is so sterile to me.
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

lynchknot wrote:I replaced what I found, but it did not seem to work with this theme


Well, it partly depends on the OS color scheme. Is that minimalist?
lynchknot
Posts: 6253
Joined: November 4th, 2002, 7:36 pm

Post by lynchknot »

yes, it is. What theme did you use for your SS?
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

I use Pinball. The actual windows color scheme is my own doing. I'll test minimalist now.
lynchknot
Posts: 6253
Joined: November 4th, 2002, 7:36 pm

Post by lynchknot »

I meant which OS theme. There are a few custom "classic" look themes. Yours look good.

Mimimalist does not work well with classic, unless you adjust the tabs - works very well with msstyles though.
Last edited by lynchknot on December 24th, 2002, 1:18 pm, edited 1 time in total.
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

Ah. I created that color scheme myself. PM me if you want the actual color schema.

Where is Minimalist? I don't see it on mozdev or Phoenix Help. Deskmod?
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
lynchknot
Posts: 6253
Joined: November 4th, 2002, 7:36 pm

Post by lynchknot »

http://www.deskmod.com/core.mod?show=sh ... me=phoenix

This theme, in 16px option, was designed for the minimalist - may not work with all OS themes - borders may be cropped. (improving) Recommend normal font size


no javascript console icons yet.
Post Reply