зеркало из https://github.com/mozilla/pjs.git
Bug 411648 - "Bug 407931 made some CSS too specific" (Change CSS rules to match the old buttonstyle styles) [p=philip.chee@gmail.com (Philip Chee) r=stefanh sr=Neil]
This commit is contained in:
Родитель
2909d100b8
Коммит
f8ea2ef401
|
@ -61,12 +61,12 @@
|
|||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1,
|
||||
toolbar[mode="icons"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
||||
toolbar[mode="icons"] .toolbarbutton-menubutton-button {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1 .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-1 .toolbarbutton-icon {
|
||||
toolbar[mode="icons"] .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -78,12 +78,12 @@
|
|||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1,
|
||||
toolbar[mode="icons"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
||||
toolbar[mode="icons"] .toolbarbutton-menubutton-button {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1 .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-1 .toolbarbutton-icon {
|
||||
toolbar[mode="icons"] .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
toolbar[mode="text"] .toolbarbutton-1 .toolbarbutton-text {
|
||||
toolbar[mode="text"] .toolbarbutton-text {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -86,18 +86,16 @@ toolbar[mode="text"] .toolbarbutton-1 {
|
|||
min-width: 46px;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1 .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-1 .toolbarbutton-icon {
|
||||
toolbar[mode="icons"] .toolbarbutton-text,
|
||||
toolbar[mode="text"] .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] .toolbarbutton-1 > .toolbarbutton-menubutton-stack
|
||||
> .toolbarbutton-menubutton-dropmarker {
|
||||
toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker {
|
||||
margin: 20px 0px 0px 40px;
|
||||
}
|
||||
|
||||
toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-menubutton-stack
|
||||
> .toolbarbutton-menubutton-dropmarker {
|
||||
toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker {
|
||||
margin: 8px 0px 0px 40px;
|
||||
}
|
||||
|
||||
|
@ -107,5 +105,3 @@ toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-menubutton-stack
|
|||
-moz-user-focus: ignore !important;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче