mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942112 - Black bottom line missing from the toolbars;r=paul
This commit is contained in:
parent
9ade62782f
commit
cb539149e2
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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 */
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user