Bug 1300291 - Fix background-color and icon color of all-tabs-menu; r=ntim

This commit is contained in:
Jan Odvarko 2016-09-21 16:10:21 +02:00
parent 6e4511ec24
commit 4a2c019558
4 changed files with 4 additions and 5 deletions

View File

@ -37,7 +37,7 @@
.theme-firebug .toolbar {
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));
}

View File

@ -132,7 +132,6 @@
/* Firebug Theme */
.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));
padding-top: 3px;
padding-left: 3px;

View File

@ -72,7 +72,7 @@
}
.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));
}
@ -168,7 +168,7 @@
.theme-firebug toolbar,
.theme-firebug .devtools-toolbar {
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));
padding-inline-end: 4px;
}

View File

@ -139,7 +139,7 @@
--theme-sidebar-background: #fcfcfc;
--theme-contrast-background: #e6b064;
--theme-tab-toolbar-background: #ebeced;
--theme-tab-toolbar-background: #d8eaf9;
--theme-toolbar-background: #f0f1f2;
--theme-selection-background: #3399ff;
--theme-selection-background-semitransparent: rgba(128,128,128,0.2);