зеркало из https://github.com/mozilla/pjs.git
Back out 398020 due to test failures.
This commit is contained in:
Родитель
7146d1947f
Коммит
659271e6ea
|
@ -1004,7 +1004,10 @@ statusbarpanel#statusbar-display {
|
||||||
/* ::::: endcaps ::::: */
|
/* ::::: endcaps ::::: */
|
||||||
|
|
||||||
.endcap {
|
.endcap {
|
||||||
margin: 2px 0px 2px 0px;
|
padding: 2px 0px 2px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endcap-box {
|
||||||
-moz-border-radius: 0 4px 4px 0;
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
border: 1px solid ThreeDShadow;
|
border: 1px solid ThreeDShadow;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
|
@ -1013,18 +1016,17 @@ statusbarpanel#statusbar-display {
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.endcap[chromedir="rtl"] {
|
toolbar:not([mode="text"]) .endcap:hover > .endcap-box {
|
||||||
|
background-image: url("chrome://browser/skin/endcap-bkgnd-hover.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.endcap-box[chromedir="rtl"] {
|
||||||
-moz-border-radius: 4px 0 0 4px;
|
-moz-border-radius: 4px 0 0 4px;
|
||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar:not([mode="text"]) .endcap:hover {
|
toolbar[mode="text"] .endcap-box {
|
||||||
background-image: url("chrome://browser/skin/endcap-bkgnd-hover.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
toolbar[mode="text"] .endcap {
|
|
||||||
margin: 0;
|
|
||||||
border: none;
|
border: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
@ -1060,6 +1062,10 @@ toolbar[mode="text"] #go-button {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
toolbar[mode="text"] #go-button-stack {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#go-button > .toolbarbutton-icon {
|
#go-button > .toolbarbutton-icon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -1098,7 +1104,8 @@ toolbar:not([mode="text"]) #star-button[starred="true"],
|
||||||
}
|
}
|
||||||
|
|
||||||
#star-button > .toolbarbutton-icon {
|
#star-button > .toolbarbutton-icon {
|
||||||
margin: 3px;
|
margin-left: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ::::: content area ::::: */
|
/* ::::: content area ::::: */
|
||||||
|
|
|
@ -163,6 +163,10 @@ toolbar[mode="text"] .search-go-button {
|
||||||
-moz-appearance: toolbarbutton;
|
-moz-appearance: toolbarbutton;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
toolbar[mode="text"] .search-go-button-stack {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
toolbar[mode="text"] .search-go-button {
|
toolbar[mode="text"] .search-go-button {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче