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
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
In 5.11 we added Update the existing client theme FIVE to include the following custom CSS. {code:css} body { background-color: #f0f0f0; } .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; } {code} |
In 5.11 we added Update the existing client theme FIVE to include the following custom CSS. {code:html} body { background-color: #f0f0f0; } .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; } {code} |
Paul Phillips
made changes -
Attachment | screenshot-1.png [ 13001 ] |
Paul Phillips
made changes -
Description |
In 5.11 we added Update the existing client theme FIVE to include the following custom CSS. {code:html} body { background-color: #f0f0f0; } .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; } {code} |
In 5.11 we added 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. {code:html} body { background-color: #f0f0f0; } .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; } {code} |
Paul Phillips
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Jonathan Reissmueller
made changes -
Jonathan Reissmueller
made changes -
Paul Phillips
made changes -
Description |
In 5.11 we added 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. {code:html} body { background-color: #f0f0f0; } .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; } {code} |
In 5.11 we added 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. {code:html} 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; } .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; } {code} |
Paul Phillips
made changes -
Description |
In 5.11 we added 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. {code:html} 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; } .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; } {code} |
In 5.11 we added 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. {code:html} 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; } {code} |
Jonathan Reissmueller
made changes -
Sprint | 5.11.0 Sprint 5 [ 204 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 2 hours, 18 minutes [ 8280 ] | |
Worklog Id | 17405 [ 17405 ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |
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?