mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900722 - Inconsistent UI for webconsole's input chevron and dev toolbar wrench icon on mac, r=robcee
This commit is contained in:
parent
1db11d3627
commit
bbf809fd21
@ -32,6 +32,10 @@
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
#developer-toolbar-toolbox-button > label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#developer-toolbar-toolbox-button:hover {
|
||||
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
||||
}
|
||||
|
@ -229,6 +229,7 @@
|
||||
|
||||
.jsterm-input-node {
|
||||
background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16) no-repeat;
|
||||
background-position: 0%;
|
||||
}
|
||||
|
||||
:-moz-any(.jsterm-input-node,
|
||||
|
Loading…
Reference in New Issue
Block a user