Unplanned
Last Updated: 09 Dec 2021 14:55 by John
John
Created on: 02 Dec 2021 17:19
Category: TabStrip
Type: Bug Report
0
Dark theme highlighting bug
not sure 100% if this is our issue or yours but we recently implemented dark theme using kendo.black.min.css.  On line 3485 (in our version) it applies a glass.png texture to selected objects, giving it a glowing highlight.  That's great.  However, displaying a floating window, it also has k-state-active on it, and we get a horizontal bar in the center of the popup caused by this css.  See photo.

3 comments
John
Posted on: 09 Dec 2021 14:55

i'll implement that, thanks.

 

ADMIN
Dimitar
Posted on: 09 Dec 2021 10:56

Hello John,

Thank you for your feedback. The screenshot shows that the glass.png is applied as background-image of TabStrip's content - demo. To change the appearance, the following CSS may be applied - Dojo snippet:

    <style>
      html body .k-tabstrip .k-tabstrip-content  {
        background-image: none;
      }
    </style>

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

John
Posted on: 02 Dec 2021 17:31

apologizing for the title.  That was totally accidental and i can't fix it.  Can someone edit it to say "Dark theme highlighting bug"?