зеркало из https://github.com/mozilla/gecko-dev.git
Change background color on mac only, bug 391549.
This commit is contained in:
Родитель
e34a7049e1
Коммит
bc19123a51
|
@ -84,7 +84,7 @@
|
|||
<tab label="&qa.preferences.title;" id="qa-tabbar-prefs" class="tabbrowser-tab" />
|
||||
<tab label="&qa.help.title;" class="tabbrowser-tab" />
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanels id="qa_tabpanels">
|
||||
<tabpanel id="qa-tab-qmo"></tabpanel>
|
||||
<tabpanel id="qa-tab-litmus"></tabpanel>
|
||||
<tabpanel id="qa-tab-bugzilla"></tabpanel>
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
#qa-tabbar-spacer {
width: 17px !important;
}
#qa-tabbar-qmo {
margin-left: 10px !important;
margin-right: 17px !important;
}
|
||||
#qa-tabbar-spacer {
width: 17px !important;
}
#qa-tabbar-qmo {
margin-left: 10px !important;
margin-right: 17px !important;
}
|
||||
|
||||
#qa_tabpanels * {
|
||||
background-color: #ebebeb !important;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче