mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 03:28:16 +02:00
Touches on postbox
Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user