diff --git a/ChangeLog b/ChangeLog index ebdca5dfe..95bcf6f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ 9. When sholwing group volume dialog when no volume slider shown in toolbar, then scroll to active player's volume. 10. Fix gere names not showing in 'Advanced search' dialog. +11. Move font-size context menu into tab-titles of 'Now playing' and allow main + info text to be selected. 2.3.0 ----- diff --git a/MaterialSkin/HTML/material/html/css/style.css b/MaterialSkin/HTML/material/html/css/style.css index 70085faaa..cfad151f9 100644 --- a/MaterialSkin/HTML/material/html/css/style.css +++ b/MaterialSkin/HTML/material/html/css/style.css @@ -1726,7 +1726,7 @@ div.v-subheader { } /* Long press on buttons sometimes causes select? */ -.v-btn--icon, .v-btn__content, .v-btn__content i, .noselect { +.v-btn--icon, .v-btn__content, .v-btn__content i { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; diff --git a/MaterialSkin/HTML/material/html/js/nowplaying-page.js b/MaterialSkin/HTML/material/html/js/nowplaying-page.js index 3b61615ec..0c99e2ee5 100644 --- a/MaterialSkin/HTML/material/html/js/nowplaying-page.js +++ b/MaterialSkin/HTML/material/html/js/nowplaying-page.js @@ -34,7 +34,7 @@ var lmsNowPlaying = Vue.component("lms-now-playing", { -