1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

Show quote button when post text is selected

closes #19 closes flarum/core#320
This commit is contained in:
Sajjad Hasehmian
2016-04-16 00:44:33 +04:30
committed by Toby Zerner
parent 8c280b0b15
commit a05600b91e
7 changed files with 310 additions and 66 deletions

View File

@@ -86,3 +86,7 @@
font-weight: bold !important;
white-space: normal !important;
}
.PostQuoteButton {
position: absolute;
box-shadow: 0 2px 4px @shadow-color;
}