View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
19624Bug reportsQuestion themepublic2024-06-21 17:54
ReporterWitz Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Product Version6.5.x 
Summary19624: Survey navigation bar bg-color changing after them entension
Description

I wanted to make a change on one of default theme, bootswatch so I extended it and switched it to the extended theme without any change.

Just after extending a theme without any change, the bg-color of survey navigation bar is changed.

I found the difference in Class file.

--- Original ---
<div id="survey-nav" class="navbar navbar-default bg-primary navbar-expand-md fixed-top border-bottom pt-0 pb-0">

-- After Extension ---
<div id="survey-nav" class="navbar navbar-light bg-light navbar-expand-md fixed-top border-bottom pt-0 pb-0">

Steps To Reproduce

Steps to reproduce

  1. Go to Theme editor
  2. Extend a theme, bootwatch without any change.
  3. Apply a new extend a theme on the survey
  4. Run a survey
  5. You will see the bg-color of survey navigation bar changed.

Expected result

bg-color should be bgb(444, 62, 80)

Actual result

bg-color is changed to rgb(236,240, 241)

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)6.5.13
I will donate to the project if issue is resolvedNo
BrowserGoogle Chrome
Database type & versionDon't know, it's being hosted at limesurvey.net
Server OS (if known)
Webserver software & version (if known)
PHP VersionDon't know, it's being hosted at limesurvey.net

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-06-21 17:54 Witz New Issue