Bug 942112 - Black bottom line missing from the toolbars;r=paul

This commit is contained in:
Brian Grinstead 2013-11-22 09:33:56 -06:00
parent 9ade62782f
commit cb539149e2
5 changed files with 7 additions and 12 deletions

View File

@ -19,9 +19,8 @@
.devtools-toolbar {
-moz-appearance: none;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-color: #343c45;
border-bottom: 1px solid #060a0d;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.devtools-menulist,

View File

@ -20,9 +20,8 @@
.devtools-toolbar {
-moz-appearance: none;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-color: #343c45;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.devtools-menulist,

View File

@ -135,9 +135,8 @@
.theme-toolbar,
.devtools-toolbar { /* General toolbar styling */
color: hsl(210,30%,85%);
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
background-color: #343c45;
border-color: #060a0d;
box-shadow: 0 1px 0 hsla(204,45%,98%,.05) inset, -1px 0 0 hsla(204,45%,98%,.05) inset, 0 -1px 0 hsla(204,45%,98%,.05) inset;
}
.theme-fg-contrast { /* To be used for text on theme-bg-contrast */

View File

@ -138,9 +138,8 @@
.theme-toolbar,
.devtools-toolbar { /* General toolbar styling */
color: hsl(210,30%,85%);
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
background-color: #343c45;
border-color: #060a0d;
box-shadow: 0 1px 0 hsla(204,45%,98%,.05) inset, -1px 0 0 hsla(204,45%,98%,.05) inset, 0 -1px 0 hsla(204,45%,98%,.05) inset;
}
.ruleview-colorswatch,

View File

@ -18,9 +18,8 @@
.devtools-toolbar {
-moz-appearance: none;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-color: #343c45;
border-bottom: 1px solid #060a0d;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.devtools-menulist,