Bug 5047 - Remove alternate stylesheets from the HTML5 client
Summary: Remove alternate stylesheets from the HTML5 client
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.4.0
Assignee: Samuel Mannehed
URL:
Keywords: ossman_tester, prosaic
Depends on:
Blocks:
 
Reported: 2014-03-27 13:52 CET by Karl Mikaelsson
Modified: 2015-04-15 11:15 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2014-03-27 13:52:49 CET
We're currently offering the user the choice between three styles for the noVNC client: basic, blue and black, by setting two alternate stylesheets. It's up to the browser how to present this choice to the user.

> <!-- Stylesheets -->
> <link rel="stylesheet" href="include/base.css" />
> <link rel="alternate stylesheet" href="include/black.css" TITLE="Black" />
> <link rel="alternate stylesheet" href="include/blue.css" TITLE="Blue" />

Since most people won't use this feature, it just becomes two additional files to get from the server. Since the Solaris server is so slow this just adds to the pain.
Comment 1 Samuel Mannehed cendio 2014-11-13 17:46:52 CET
Fixed in r29599.
Comment 2 Pierre Ossman cendio 2015-04-15 11:15:06 CEST
They are indeed gone from our templates.

Note You need to log in before you can comment on or make changes to this bug.