From 4b8f07214a1ec70c80851be5a104b943c0eaadb8 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 30 May 2014 18:25:42 +1000 Subject: [PATCH] Adjust equation builder styling --- assets/css/equation.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/equation.css b/assets/css/equation.css index 75a0b9e9..37536d68 100644 --- a/assets/css/equation.css +++ b/assets/css/equation.css @@ -49,7 +49,8 @@ font-size: 14px; position: absolute; top: -10px; - left: -8px; + right: -8px; + color: #999; border: 1px solid #ccc; background: #f7f7f7; display: block; @@ -71,5 +72,5 @@ } .sp-equation-formula .button .remove:hover { - background: #e0e0e0; + color: #d00; } \ No newline at end of file