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