window.citation-dialog { background: transparent; padding: 0; -moz-appearance: none; } .citation-dialog.entry { background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%); padding: 10px; /* mouse events on win don't fire right at the edge of the window. The dialog has a gap before the window edges to ensure the window can be dragged from any point of the dialog */ margin:10px; } .note-dialog .citation-dialog.entry { background: -moz-linear-gradient(-90deg, rgb(249, 231, 179) 0, rgb(228, 193, 94) 50%, rgb(221, 184, 81) 50%); } .citation-dialog.entry:not([square="true"]) { -moz-border-radius: 15px; border-radius: 15px; }