mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1208078, improve drag feedback appearance in e10s, r=jared
This commit is contained in:
parent
f731d220ed
commit
1d9f4fd998
@ -1282,3 +1282,9 @@ toolbarpaletteitem[place="palette"][hidden] {
|
||||
.popup-notification-invalid-input[focused] {
|
||||
box-shadow: 0 0 2px 2px rgba(255,0,0,0.4);
|
||||
}
|
||||
|
||||
.dragfeedback-tab {
|
||||
-moz-appearance: none;
|
||||
opacity: 0.65;
|
||||
-moz-window-shadow: none;
|
||||
}
|
||||
|
@ -5866,6 +5866,7 @@
|
||||
if (!this._dndPanel) {
|
||||
this._dndCanvas = canvas;
|
||||
this._dndPanel = document.createElement("panel");
|
||||
this._dndPanel.className = "dragfeedback-tab";
|
||||
this._dndPanel.setAttribute("type", "drag");
|
||||
let wrapper = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
|
||||
wrapper.style.width = "160px";
|
||||
|
Loading…
Reference in New Issue
Block a user