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;