Touches on postbox

Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+.
This commit is contained in:
Quinton Marchi
2013-10-02 17:48:27 -04:00
parent d177e71b46
commit 994791add6

View File

@@ -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 {