Add vendor prefixes to composer outline

This commit is contained in:
Toby Zerner 2015-07-28 15:49:49 +09:30
parent 864df225c2
commit 9d6d76bf9a

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;