Themes rejected.. window controls and titlebar theming.

Discuss application theming and theme development.
Post Reply
User avatar
jivko
Posts: 237
Joined: September 2nd, 2008, 11:20 am

Re: Themes rejected.. window controls and titlebar theming.

Post by jivko »

Code: Select all

/* For Glass, we need to do this */
@media all and (-moz-windows-compositor)
{
#titlebar-buttonbox{display:none}
#main-window[chromemargin]{
   -moz-appearance:-moz-win-borderless-glass;
   background:transparent}
#main-window[chromemargin]:not(:-moz-lwtheme)[inFullscreen="true"]{
   -moz-appearance:none}
}


This was posted on this topic.My themes couldn't get reviewed back in the Firefox 4 beta days but with this code they passed the review process and everything was fine I guess.But now this user appeared with the problem.I removed the code from the browser.css doc. and he said that it was fine now.Should I remove it from all themes?
User avatar
ShareBird
Posts: 2740
Joined: December 8th, 2004, 7:09 am
Location: Berlin | Made in Brasil
Contact:

Re: Themes rejected.. window controls and titlebar theming.

Post by ShareBird »

I guess you need part of this code: http://mxr.mozilla.org/mozilla-central/ ... ero.css#80
Silvermel - A Theme for Firefox and Thunderbird
YATT - Yet Another Theme Tutorial
Don't give a man a fish. Teach him how to fish instead.
Post Reply