mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 872058, revert the CSS changes, r=me
This commit is contained in:
parent
2f820a15ad
commit
a0c046e069
@ -18,7 +18,6 @@
|
||||
|
||||
.devtools-toolbar {
|
||||
-moz-appearance: none;
|
||||
min-height: 34px;
|
||||
padding: 4px 3px;
|
||||
color: hsl(210,30%,85%);
|
||||
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
|
||||
@ -258,7 +257,6 @@
|
||||
|
||||
.devtools-sidebar-tabs > tabs > tab {
|
||||
-moz-appearance: none;
|
||||
min-height: 33px;
|
||||
/* We want to match the height of a toolbar with a toolbarbutton
|
||||
* First, we need to replicated the padding of toolbar (4px),
|
||||
* then, the padding of the button itself from toolbarbutton.css (3px),
|
||||
|
@ -19,6 +19,7 @@
|
||||
#requests-menu-toolbar {
|
||||
padding: 0;
|
||||
-moz-padding-start: 4px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.requests-menu-header:first-child {
|
||||
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
|
||||
/* Responsive sidebar */
|
||||
@media (max-width: 700px) {
|
||||
#requests-menu-toolbar {
|
||||
min-height: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.requests-menu-header-button {
|
||||
|
@ -396,7 +396,6 @@
|
||||
}
|
||||
|
||||
.variables-view-scope > .title {
|
||||
min-height: 20px !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
.devtools-toolbar {
|
||||
-moz-appearance: none;
|
||||
min-height: 34px;
|
||||
padding: 4px 3px;
|
||||
color: hsl(210,30%,85%);
|
||||
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
|
||||
@ -270,7 +269,6 @@
|
||||
|
||||
.devtools-sidebar-tabs > tabs > tab {
|
||||
-moz-appearance: none;
|
||||
min-height: 33px;
|
||||
/* We want to match the height of a toolbar with a toolbarbutton
|
||||
* First, we need to replicated the padding of toolbar (4px),
|
||||
* then, the padding of the button itself from toolbarbutton.css (3px),
|
||||
|
@ -19,6 +19,7 @@
|
||||
#requests-menu-toolbar {
|
||||
padding: 0;
|
||||
-moz-padding-start: 4px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.requests-menu-header:first-child {
|
||||
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
|
||||
/* Responsive sidebar */
|
||||
@media (max-width: 700px) {
|
||||
#requests-menu-toolbar {
|
||||
min-height: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.requests-menu-header-button {
|
||||
|
@ -396,7 +396,6 @@
|
||||
}
|
||||
|
||||
.variables-view-scope > .title {
|
||||
min-height: 20px !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
.devtools-toolbar {
|
||||
-moz-appearance: none;
|
||||
min-height: 34px;
|
||||
padding: 4px 3px;
|
||||
color: hsl(210,30%,85%);
|
||||
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
|
||||
@ -278,7 +277,6 @@
|
||||
|
||||
.devtools-sidebar-tabs > tabs > tab {
|
||||
-moz-appearance: none;
|
||||
min-height: 33px;
|
||||
/* We want to match the height of a toolbar with a toolbarbutton
|
||||
* First, we need to replicated the padding of toolbar (4px),
|
||||
* then, the padding of the button itself from toolbarbutton.css (3px),
|
||||
|
@ -19,6 +19,7 @@
|
||||
#requests-menu-toolbar {
|
||||
padding: 0;
|
||||
-moz-padding-start: 4px;
|
||||
height: 33px;
|
||||
}
|
||||
|
||||
.requests-menu-header:first-child {
|
||||
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
|
||||
/* Responsive sidebar */
|
||||
@media (max-width: 700px) {
|
||||
#requests-menu-toolbar {
|
||||
min-height: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.requests-menu-header-button {
|
||||
|
@ -399,7 +399,6 @@
|
||||
}
|
||||
|
||||
.variables-view-scope > .title {
|
||||
min-height: 20px !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user