mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 1300291 - Fix background-color and icon color of all-tabs-menu; r=ntim
This commit is contained in:
parent
6e4511ec24
commit
4a2c019558
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
.theme-firebug .toolbar {
|
.theme-firebug .toolbar {
|
||||||
border-bottom: 1px solid rgb(170, 188, 207);
|
border-bottom: 1px solid rgb(170, 188, 207);
|
||||||
background-color: rgb(219, 234, 249) !important;
|
background-color: var(--theme-tab-toolbar-background) !important;
|
||||||
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +132,6 @@
|
|||||||
/* Firebug Theme */
|
/* Firebug Theme */
|
||||||
|
|
||||||
.theme-firebug .tabs .tabs-navigation {
|
.theme-firebug .tabs .tabs-navigation {
|
||||||
background-color: rgb(219, 234, 249);
|
|
||||||
background-image: linear-gradient(rgba(253, 253, 253, 0.2), rgba(253, 253, 253, 0));
|
background-image: linear-gradient(rgba(253, 253, 253, 0.2), rgba(253, 253, 253, 0));
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-firebug .devtools-sidebar-tabs tabs {
|
.theme-firebug .devtools-sidebar-tabs tabs {
|
||||||
background-color: rgb(219, 234, 249) !important;
|
background-color: var(--theme-tab-toolbar-background) !important;
|
||||||
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -168,7 +168,7 @@
|
|||||||
.theme-firebug toolbar,
|
.theme-firebug toolbar,
|
||||||
.theme-firebug .devtools-toolbar {
|
.theme-firebug .devtools-toolbar {
|
||||||
border-bottom: 1px solid rgb(170, 188, 207) !important;
|
border-bottom: 1px solid rgb(170, 188, 207) !important;
|
||||||
background-color: rgb(219, 234, 249) !important;
|
background-color: var(--theme-tab-toolbar-background) !important;
|
||||||
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
|
||||||
padding-inline-end: 4px;
|
padding-inline-end: 4px;
|
||||||
}
|
}
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
--theme-sidebar-background: #fcfcfc;
|
--theme-sidebar-background: #fcfcfc;
|
||||||
--theme-contrast-background: #e6b064;
|
--theme-contrast-background: #e6b064;
|
||||||
|
|
||||||
--theme-tab-toolbar-background: #ebeced;
|
--theme-tab-toolbar-background: #d8eaf9;
|
||||||
--theme-toolbar-background: #f0f1f2;
|
--theme-toolbar-background: #f0f1f2;
|
||||||
--theme-selection-background: #3399ff;
|
--theme-selection-background: #3399ff;
|
||||||
--theme-selection-background-semitransparent: rgba(128,128,128,0.2);
|
--theme-selection-background-semitransparent: rgba(128,128,128,0.2);
|
||||||
|
Loading…
Reference in New Issue
Block a user