https://bugs.kde.org/show_bug.cgi?id=387483
Bug ID: 387483 Summary: Elegant theme: Selected frame colors swapped Product: digikam Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Export-HTMLGallery Assignee: digikam-bugs-n...@kde.org Reporter: aspotas...@gmail.com Target Milestone: --- In the HTML export "Elegant" theme - the variable named selectedFrameColor has effect on the border, - the variable named selectedFrameBorderColor has effect on the background color. Should be the other way around. See in digikam/data/htmlgallery/themes/elegant/template.xsl: #content li a { background-color: <xsl:value-of select="$frameColor"/>; border: 1px solid <xsl:value-of select="$frameBorderColor"/>; } #content li a:hover { border: 1px solid <xsl:value-of select="$selectedFrameColor"/>; background-color: <xsl:value-of select="$selectedFrameBorderColor"/>; } -- You are receiving this mail because: You are watching all bug changes.