Adjust equation builder styling

This commit is contained in:
Brian Miyaji
2014-05-30 18:25:42 +10:00
parent 3ee3adaf71
commit 4b8f07214a

View File

@@ -49,7 +49,8 @@
font-size: 14px; font-size: 14px;
position: absolute; position: absolute;
top: -10px; top: -10px;
left: -8px; right: -8px;
color: #999;
border: 1px solid #ccc; border: 1px solid #ccc;
background: #f7f7f7; background: #f7f7f7;
display: block; display: block;
@@ -71,5 +72,5 @@
} }
.sp-equation-formula .button .remove:hover { .sp-equation-formula .button .remove:hover {
background: #e0e0e0; color: #d00;
} }