I changed the page background color for the testing version of QATrack+ administration so it is obvious when you are on
the test server by editing the background color in:
/var/qatrack/qatrackplus/qatrack/static/admin/css/base.css
Tuathan
I changed the page background color for the testing version of QATrack+ administration so it is obvious when you are on the test server by editing the background color in /var/qatrack/qatrackplus/qatrack/static/admin/css/base.css
--Tuaathan
You received this message because you are subscribed to the Google Groups "QATrack+" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qatrack+u...@googlegroups.com.
To post to this group, send email to qat...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/qatrack/7d98c617-ab7e-4437-acdd-bb9f6e71aaf6n%40googlegroups.com.
Thank you all for sharing the details. We have also changed the background color of the header to make it easier to differ between test and production environment.
Unfortunately this does not change the header in the admin page. Is it the same for you?
I found a folder with css-styles for admin, but unfortunately there is no place where the background color of the header can be set.
Oh, I found it after all. In the following path:
deploy\qatrackplus\qatrack\static\admin\css
open the file base.css and change the background color in line 837, section #header {..;background: #904141;..;}.