зеркало из https://github.com/mozilla/pjs.git
Disabling arrow panel style on Linux because of bug 620658. a=bustage-fix
--HG-- extra : rebase_source : ef33ba2f39763c08ff604434eacc7494669dbc07
This commit is contained in:
Родитель
fd667079d8
Коммит
76fb64cf38
|
@ -1108,7 +1108,6 @@ toolbar[iconsize="small"] #feed-button {
|
||||||
/* Identity popup bounding box */
|
/* Identity popup bounding box */
|
||||||
#identity-popup-container {
|
#identity-popup-container {
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Invalid form popup */
|
/* Invalid form popup */
|
||||||
|
|
|
@ -47,8 +47,13 @@ panel {
|
||||||
color: MenuText;
|
color: MenuText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ::::: arrow panel ::::: */
|
||||||
|
|
||||||
|
/*XXX: mostly disabled because of bug 620658 */
|
||||||
|
|
||||||
panel[type="arrow"] {
|
panel[type="arrow"] {
|
||||||
-moz-transition: opacity 300ms;
|
-moz-transition: opacity 300ms;
|
||||||
|
/*
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,10 +67,12 @@ panel[type="arrow"][side="left"],
|
||||||
panel[type="arrow"][side="right"] {
|
panel[type="arrow"][side="right"] {
|
||||||
margin-top: -23px;
|
margin-top: -23px;
|
||||||
margin-bottom: -23px;
|
margin-bottom: -23px;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-arrowcontent {
|
.panel-arrowcontent {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
/*
|
||||||
color: -moz-DialogText;
|
color: -moz-DialogText;
|
||||||
background: -moz-Dialog;
|
background: -moz-Dialog;
|
||||||
border: 1px solid ThreeDShadow;
|
border: 1px solid ThreeDShadow;
|
||||||
|
@ -103,6 +110,7 @@ panel[type="arrow"][side="right"] {
|
||||||
.panel-arrow[side="right"] {
|
.panel-arrow[side="right"] {
|
||||||
-moz-transform: scaleX(-1);
|
-moz-transform: scaleX(-1);
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ::::: tooltip ::::: */
|
/* ::::: tooltip ::::: */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче