Touches on postbox

Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+.
v1.18.x
Quinton Marchi 11 years ago
parent d177e71b46
commit 994791add6

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

Loading…
Cancel
Save