Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.11.0-b1
-
Fix Version/s: 5.11.0-b1
-
Component/s: Client Interface
-
Labels:None
Description
In 5.11 we added CORE-5095 which allows custom CSS overrides be added to staff and client themes.
Update the existing client theme FIVE to include the following custom CSS. It should look like the attached screenshot once implemented.
Note that the official FIVE theme is not editable, and it will remain so, users can export the theme and re-import it as a new theme if they want to make changes, as in the past.
body { background-color: #f0f0f0; } body[class^="plugin-order"], body[class^="plugin-support_managerclient-knowledgebase"] { background-color: #ffffff; } body.plugin-orderclient-orders-index { background-color: #f0f0f0; } body.client-client_login-index { background-color: #ffffff; } .nav-content .navbar { font-size: 1rem; } .nav-content .container, .nav-content .container-md { padding: 10px 5px; } .top-nav .dropdown a.dropdown-toggle, .top-nav .dropdown a.dropdown-toggle:focus { color: #8c8c8c !important; } .top-nav .dropdown a.dropdown-toggle:hover { color: #2e3338 !important; } .title { height: 60px; } .title h3 { line-height: 60px; } .cards .card { border-bottom: .4em solid #2e33388a; } .card-blesta>.card-header, .panel .card-blesta>.panel-heading { padding: 14px 15px; font-size: 1rem; } .cards .card .card-content { width: 100%; padding: 10px; } .alert { padding: 1.25rem; } .footer { min-height: 90px; }
Issue Links
- is blocked by
-
CORE-5235 Add class to body tag related to the current url
- Closed
Note: A few known issues:
How can we make order pages and login page white while still overriding t he background on the login pages?