зеркало из https://github.com/mozilla/pjs.git
Bug 620059 - Fix specificity of background and box-shadow overrides for tab strip buttons. r=dao, a=final
This commit is contained in:
Родитель
d7791a224c
Коммит
3122699b2f
|
@ -1837,8 +1837,8 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1:not([type="menu-button"]),
|
||||
|
|
Загрузка…
Ссылка в новой задаче