Add the dialog class to quote preview for softer borders.
This commit is contained in:
parent
0cd5b57604
commit
ca8d119e57
@ -2583,7 +2583,7 @@
|
||||
var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results;
|
||||
qp = ui.el = $.el('div', {
|
||||
id: 'qp',
|
||||
className: 'reply'
|
||||
className: 'reply dialog'
|
||||
});
|
||||
$.add(d.body, qp);
|
||||
id = this.hash.slice(1);
|
||||
@ -3215,7 +3215,7 @@
|
||||
.move {\
|
||||
cursor: move;\
|
||||
}\
|
||||
label, .favicon, #qr img {\
|
||||
label, .favicon, #qr_form > div > img {\
|
||||
cursor: pointer;\
|
||||
}\
|
||||
a[href="javascript:;"] {\
|
||||
@ -3401,7 +3401,6 @@
|
||||
}\
|
||||
\
|
||||
#qp {\
|
||||
border: 1px solid;\
|
||||
padding-bottom: 5px;\
|
||||
}\
|
||||
.qphl {\
|
||||
|
||||
@ -2036,7 +2036,7 @@ quotePreview =
|
||||
mouseover: (e) ->
|
||||
qp = ui.el = $.el 'div',
|
||||
id: 'qp'
|
||||
className: 'reply'
|
||||
className: 'reply dialog'
|
||||
$.add d.body, qp
|
||||
|
||||
id = @hash[1..]
|
||||
@ -2758,7 +2758,6 @@ Main =
|
||||
}
|
||||
|
||||
#qp {
|
||||
border: 1px solid;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.qphl {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user