decreased the severity of the border radii on the post window, and removed

them completely from the bottom of the window, as it conflicts with the
taskbar
v1.18.x
Julian Lam 11 years ago
parent 08130e8088
commit 64e35c734e

@ -10,9 +10,13 @@
height: 100%;
background: rgba(64, 64, 64, 0.6);
visibility: visible;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
.btn-toolbar {
&.formatting-bar {

Loading…
Cancel
Save