From 84e5cae90e7bb4557a0b47634590e9ec95e8c774 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Mon, 18 Mar 2013 14:30:56 -0400 Subject: [PATCH] fix cursor for preset grid area backgrounds --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index e326be3d2..fa9aaca19 100644 --- a/css/app.css +++ b/css/app.css @@ -808,6 +808,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} /* Preset icon colors */ .preset-icon-fill.area { + cursor: inherit; height: 45px; width: 45px; margin: auto; @@ -2078,4 +2079,4 @@ a.success-action { } ::-webkit-scrollbar-corner { background: transparent -} \ No newline at end of file +}