From 63f50a7499e69533af6fbb11bb5ff7c0561cb522 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 28 Jun 2017 16:32:48 -0400 Subject: [PATCH] Hoverstyle for widget close 'x' buttons --- css/80_app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 87b725bf8..a81a60b49 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2690,7 +2690,11 @@ img.tile-removing { float: right; height: 20px; background: none; - color: white; + color: #ddd; +} + +.widget-title button.close:hover { + color: #fff; } .widget-title button.close .icon {