зеркало из https://github.com/mozilla/pjs.git
In a fit of complete stupidity a couple of days ago, I checked in an altered
navigator.css file that changed the print button's image to the back button's image. (I was demonstrating the ability to change the chrome to someone, and never removed the change, and then it slipped in with my real changes). Backing out this change and fixing the poor print button.
This commit is contained in:
Родитель
143f81ea46
Коммит
de170f44cc
|
@ -1,161 +0,0 @@
|
|||
/** Contains style definitions for the navigator application
|
||||
**/
|
||||
|
||||
[chromehidden] { /* what to do if chrome requests you be invisible */
|
||||
display: none;
|
||||
}
|
||||
|
||||
popup {
|
||||
display: none;
|
||||
}
|
||||
|
||||
titledbutton#translate-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Location.gif);
|
||||
}
|
||||
|
||||
titledbutton#print-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Back.gif);
|
||||
}
|
||||
|
||||
titledbutton#back-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Back.gif);
|
||||
}
|
||||
|
||||
titledbutton#forward-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Forward.gif);
|
||||
}
|
||||
|
||||
titledbutton#stop-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Stop.gif);
|
||||
}
|
||||
|
||||
titledbutton#reload-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Reload.gif);
|
||||
}
|
||||
|
||||
titledbutton#home-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Home.gif);
|
||||
}
|
||||
|
||||
titledbutton#netscape-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Netscape.gif);
|
||||
}
|
||||
|
||||
titledbutton#bugzilla-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Location.gif);
|
||||
}
|
||||
|
||||
titledbutton#tinderbox-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Location.gif);
|
||||
}
|
||||
|
||||
titledbutton#security-button {
|
||||
list-style-image:url(resource:/res/toolbar/StatusBar-secure.gif);
|
||||
}
|
||||
|
||||
titledbutton#Throbber
|
||||
{
|
||||
list-style-image:url(resource:/res/throbber/anims00.gif);
|
||||
}
|
||||
|
||||
titledbutton#Throbber[busy="true"] {
|
||||
list-style-image:url(resource:/res/throbber/anim.gif);
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton{
|
||||
min-width: 2em;
|
||||
color:#CCCCFF;
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton:active {
|
||||
border: 1px outset #666699;
|
||||
color:white;
|
||||
}
|
||||
|
||||
toolbar#taskbar {
|
||||
/* note: use display: block/none from toolbar rules in xul.css */
|
||||
background-color: #666699;
|
||||
border-bottom: solid #333366 1px;
|
||||
border-top: solid #9999AA 1px;
|
||||
border-left: solid #9999AA 1px;
|
||||
border-right: solid #333366 1px;
|
||||
font: inherit;
|
||||
min-height: 1em;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
box[class=insecure] {
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
|
||||
box[class=secure] {
|
||||
border-top: 2px solid yellow;
|
||||
}
|
||||
|
||||
box#statusbar {
|
||||
margin:0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
box#status-bar titledbutton {
|
||||
border-color: 1px solid transparent;
|
||||
font: inherit;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
titledbutton[class~=secure] {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
titledbutton[class~=insecure] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton:active {
|
||||
|
||||
border: 1px inset #9999AA;
|
||||
|
||||
}
|
||||
|
||||
titledbutton#mini-nav
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniNav.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-mail
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniMail.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-addr
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniAddr.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-comp
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniComp.gif);
|
||||
}
|
||||
|
||||
box[type="secure"] {
|
||||
border-top: 2px solid yellow;
|
||||
}
|
||||
|
||||
box[type="unsecure"] {
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
|
||||
toolbar[class="main-bar"] {
|
||||
}
|
||||
|
||||
window#main-window {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
iframe#content-frame {
|
||||
min-width: 0px;
|
||||
min-height: 0px;
|
||||
}
|
Загрузка…
Ссылка в новой задаче