Hoverstyle for widget close 'x' buttons

This commit is contained in:
Bryan Housel
2017-06-28 16:32:48 -04:00
parent b12fad8d97
commit 63f50a7499
+5 -1
View File
@@ -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 {