1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 03:33:42 +01:00

Add vendor prefixes to composer outline

This commit is contained in:
Toby Zerner 2015-07-28 15:49:49 +09:30
parent 02944548a1
commit d445b49d7a

View File

@ -198,7 +198,7 @@
background: @body-bg; background: @body-bg;
} }
&.active:not(.fullScreen) { &.active:not(.fullScreen) {
box-shadow: 0 0 0 2px @primary-color, 0 2px 6px @shadow-color; .box-shadow(0 0 0 2px @primary-color, 0 2px 6px @shadow-color);
} }
&.fullScreen { &.fullScreen {
position: fixed; position: fixed;