1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Tweak quote button positioning/style

Now appears where your cursor ends the selection, but not overlapping text.
This commit is contained in:
Toby Zerner
2016-05-22 14:05:38 +09:30
parent a05600b91e
commit 310fed2329
4 changed files with 42 additions and 13 deletions

View File

@@ -88,5 +88,5 @@
}
.PostQuoteButton {
position: absolute;
box-shadow: 0 2px 4px @shadow-color;
.Button--color(@tooltip-color, @tooltip-bg);
}