Completed
Last Updated: 08 May 2017 13:57 by ADMIN
ADMIN
Marin Bratanov
Created on: 23 Jan 2017 14:39
Category: Window
Type: Bug Report
0
Appearance issues in RadWindow in R1 2017
Most notable issues 
- Metro skin does not show the correct (blue) color. For a timeline and status updates for the Lightweight mode follow https://feedback.telerik.com/Project/108/Feedback/Details/216601-wrong-titlebar-colors-in-metro-and-metrotouch-skins-in-lightweight-rendermode
- RTL mode does not order the buttons properly

Workarounds for both:

                         /*lightweight mode*/
			.RadWindow_Metro div.rwTitleBar,
			.RadWindow_MetroTouch div.rwTitleBar
			{
			background-color: #25a0da;
			}
			/* if you want all the borders blue */
			div.RadWindow_Metro,
			div.RadWindow_MetroTouch
			{
			border-color: #25a0da;
			background-color: #25a0da;
			}

			.rwRtl .rwCommands li.rwListItem
			{
				float: right; 
			}


                       /* classic mode- metro skin color issue*/
			div.RadWindow_Metro .rwTitleRow
			{
			    background-color: #25a0da;
			}
3 comments
ADMIN
Marin Bratanov
Posted on: 08 May 2017 13:54
The buttons and various other issues are fixed in R2 2017, the metro skins that are missing the blue colors will be fixed in the next release (follow  https://feedback.telerik.com/Project/108/Feedback/Details/216601-wrong-titlebar-colors-in-metro-and-metrotouch-skins-in-lightweight-rendermode).

@smoidu - if your site has a global stylesheet all pages use, you can add the rule(s) there
Allianz
Posted on: 13 Mar 2017 14:30
Hi

How can we apply this style to the entire project other than adding the style individually in 
each page.
Damodar
Posted on: 13 Feb 2017 02:19
Are you going to publish this in future release?