From 0380fa5a83290dbc0cd0bfc8601c049a1ddf6d74 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 2 Aug 2015 15:08:55 -0400 Subject: [PATCH] update image processing --- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/mypreferencesmenu.html | 36 ++++++------------- .../thirdparty/paper-button-style.css | 21 +++++++++-- 3 files changed, 30 insertions(+), 29 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 79d5dd3406..da225e3556 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1531,7 +1531,7 @@ paper-icon-button.listviewMenuButton { @media all and (min-width: 1200px) { - li:hover .listViewUserDataButtons { + paper-icon-item:hover .listViewUserDataButtons { visibility: visible !important; } } diff --git a/dashboard-ui/mypreferencesmenu.html b/dashboard-ui/mypreferencesmenu.html index f51a60747e..b07c985d92 100644 --- a/dashboard-ui/mypreferencesmenu.html +++ b/dashboard-ui/mypreferencesmenu.html @@ -8,45 +8,29 @@