From 46101ec1f03018ef3d3548b0f615adfd264cf040 Mon Sep 17 00:00:00 2001 From: UTkarsh Date: Sun, 5 Feb 2017 22:58:22 +0530 Subject: [PATCH] Switch to pointer on clickable items - Use pointer on artist and album on the bottom_bar - Use pointer on cover on the bottom_bar - Use pointer on the options ellipses and the dropdown - Use default cursor on the table headers for song list --- static/css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 1129f9c..267fc46 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -119,6 +119,9 @@ body { table-layout: fixed; margin-bottom: 0; } +.song_table > thead > tr > th { + cursor: default; +} .song_table tbody > tr > td { padding: 0 !important; line-height: 40px; @@ -154,9 +157,15 @@ tr:hover .options { max-height: 300px; overflow-y: auto; } +.options-menu > li { + cursor: pointer; +} .song_text { z-index: 0; } +.colsearch { + cursor: pointer; +} .colsearch:hover { text-decoration: underline; } @@ -278,6 +287,7 @@ tr:hover .options { width: 60px; height: 60px; margin-right: 10px; + cursor: pointer; } .detailed_info_cover { max-width: 200px; @@ -311,6 +321,7 @@ tr:hover .options { } .info_options { margin-left: 20px; + cursor: pointer; } .info_options:hover { color: #444;