Ben Z 86 Posted November 14, 2015 Posted November 14, 2015 I'm really new to CSS personalisation. I did the following as modifications to css: /*Enable vertical scrolling on the custom css text box*/ #txtCustomCss{ overflow-y:scroll !important; height: 500px !important; } /*Remove 'Missing Trailer' icon in metadata editor, I don't use trailers*/ img[src='css/images/editor/missingtrailer.png'] { display:none; } /*Red border and glow for userview cards */ div[data-itemtype="CollectionFolder"] .cardContent, div[data-itemtype="UserView"] .cardContent, div[data-itemtype="PlaylistsFolder"] .cardContent{ border: 1px solid rgba(232,17,35,.5); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(232,17,35,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(232,17,35,.6); } /* Deeper red in links/bottom border to match Disparity*/ .libraryViewNav .ui-btn-active { border-bottom-color: #E81123; } .libraryViewNav a:not(.ui-btn-active):hover { color: #E81123 !important; } .ui-page-theme-b a:visited, html .ui-bar-b a:visited, html .ui-body-b a:visited, html body .ui-group-theme-b a:visited { color: #E81123; } .ui-page-theme-b a:hover, html .ui-bar-b a:hover, html .ui-body-b a:hover, html body .ui-group-theme-b a:hover { color: #E81123; } It seems that the changes only work when I go to my web server from 192.xxx.x.xxx:8096. When I try to connect from app.emby.media (any users), it doesn't do anything. Am I missing something? I attached some pics.
Luke 39654 Posted November 14, 2015 Posted November 14, 2015 It is supposed to work from the online web client. I will have to test. Thanks for reporting.
schaduwheer 1 Posted December 3, 2015 Posted December 3, 2015 it's kind of weird but after seeing the above question/issue and logging in myself, i have the exact same issue. neither the css, nor the languages are the same as on my actual server. the language i have when i log in to it on the external ip adress is dutch, same as when i log in from the internal network. But when i login at app.emby.media, nearly everything is in english. when i head into for example the notification settings, the normal text is in english, but the options are dutch.
Solution Luke 39654 Posted December 4, 2015 Solution Posted December 4, 2015 The language setting is for the local web client only. Every other ago has either is own language setting or it inherits the language of the device is running on. The hosted web client has its Karyn setting. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now