From 994791add6ea539748af759739629f67ed5e7502 Mon Sep 17 00:00:00 2001 From: Quinton Marchi Date: Wed, 2 Oct 2013 17:48:27 -0400 Subject: [PATCH] Touches on postbox Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+. --- public/themes/vanilla/modules/postWindow.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/themes/vanilla/modules/postWindow.less b/public/themes/vanilla/modules/postWindow.less index 5f97d9cbe7..54db9b44a1 100644 --- a/public/themes/vanilla/modules/postWindow.less +++ b/public/themes/vanilla/modules/postWindow.less @@ -10,6 +10,9 @@ height: 100%; background: rgba(64, 64, 64, 0.6); visibility: visible; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; .btn-toolbar { &.formatting-bar {