зеркало из https://github.com/mozilla/gecko-dev.git
Bug 509642: improve styling of menu buttons, r=enn
--HG-- extra : rebase_source : d01e66e2d927cfa5bb5b39ed619e45b5eaab8fa0
This commit is contained in:
Родитель
83a6003d9c
Коммит
5c5bcd6aa8
|
@ -153,6 +153,12 @@ button[type="menu-button"] {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.button-menubutton-button {
|
||||
-moz-appearance: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker,
|
||||
.button-menubutton-dropmarker {
|
||||
-moz-appearance: toolbarbutton-dropdown !important;
|
||||
|
|
|
@ -79,6 +79,11 @@ button[type="menu-button"] {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.button-menubutton-button {
|
||||
-moz-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker,
|
||||
.button-menubutton-dropmarker {
|
||||
-moz-appearance: none !important;
|
||||
|
|
|
@ -144,6 +144,12 @@ button[type="menu-button"] {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.button-menubutton-button {
|
||||
-moz-appearance: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker,
|
||||
.button-menubutton-dropmarker {
|
||||
-moz-appearance: none !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче