Files
radzen-blazor/RadzenBlazorDemos/wwwroot/css/site.css

694 lines
18 KiB
CSS
Raw Normal View History

a.ui-button:hover {
color: #fff;
text-decoration: none;
}
/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.hljs {
display: block;
overflow-x: auto;
background: white;
color: black;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
color: #008000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
color: #00f;
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
color: #a31515;
}
.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
color: #2b91af;
}
.hljs-doctag {
color: #808080;
}
.hljs-attr {
color: #f00;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link {
color: #00b0e8;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
2022-07-13 14:43:49 +03:00
.documentation-links {
position: relative;
float: right;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: -100%;
padding-block-start: 0.5rem;
padding-inline-end: 1rem;
2022-07-13 14:43:49 +03:00
}
2022-04-07 16:35:35 +03:00
.documentation-links a {
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
text-decoration: none !important;
2022-04-07 16:35:35 +03:00
padding: 6px 0;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: 24px;
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
display: inline-flex;
2022-04-07 16:35:35 +03:00
align-items: center;
}
.social-link {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-end: 8px;
text-decoration: none;
}
2021-09-10 12:37:50 +03:00
/* next-demos */
body {
2022-09-23 10:12:23 +03:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2024-08-09 16:00:17 +03:00
--rz-body-font-size: 1rem;
2021-05-25 17:53:07 +03:00
}
2021-09-10 12:37:50 +03:00
.light {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding-block-start: 3rem;
padding-block-end: 6rem;
2021-09-10 12:37:50 +03:00
background-image: url("../images/background.svg");
background-repeat: no-repeat;
2024-08-09 16:00:17 +03:00
background-size: 3000px;
background-position: 50% -1600px;
2021-09-08 15:05:31 +03:00
}
2021-09-10 12:37:50 +03:00
.dark {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding-block-start: 6rem;
padding-block-end: 3rem;
2021-09-10 12:37:50 +03:00
background-color: #050A23;
background-image: url("../images/background.svg");
background-repeat: no-repeat;
background-position: 50% 0;
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
}
2023-01-27 19:01:27 +02:00
.demos-home.dark,
.demos-home.dark h1,
.demos-home.dark h2,
.demos-home.dark h3,
.demos-home.dark h4,
.demos-home.dark h5,
.demos-home.dark h6,
.demos-home.dark p {
color: #ffffff !important;
2021-09-08 15:05:31 +03:00
}
2021-09-10 12:37:50 +03:00
/* Top navigation links */
.nav-links a {
2023-01-27 19:01:27 +02:00
color: var(--rz-text-title-color);
2021-09-10 12:37:50 +03:00
transition: all 0.3s;
text-decoration: none;
2021-09-08 15:05:31 +03:00
}
2025-10-21 16:41:29 +03:00
/* CTA Buttons
2021-09-10 12:37:50 +03:00
2021-09-08 15:05:31 +03:00
.cta-button {
text-decoration: none;
display: inline-block;
2024-08-09 16:00:17 +03:00
font-weight: 600;
2021-09-08 15:05:31 +03:00
font-size: 1rem;
line-height: 1.25rem;
letter-spacing: 0.05em;
text-transform: uppercase;
2021-09-15 14:54:23 +03:00
text-align: center;
white-space: nowrap;
2021-09-08 15:05:31 +03:00
padding: 1rem 2rem;
border-radius: .75rem;
2024-08-09 16:00:17 +03:00
border: 2px solid var(--rz-text-color);
2021-09-08 15:05:31 +03:00
box-sizing: border-box;
2023-01-27 19:01:27 +02:00
color: var(--rz-text-color) !important;
2021-09-09 14:06:20 +03:00
transition: all 0.3s ease-in-out;
2021-09-08 15:05:31 +03:00
}
2021-09-10 12:37:50 +03:00
.dark .cta-button {
2021-09-15 14:54:23 +03:00
border-color: rgba(255,255,255,.3);
color: #ffffff !important;
2021-09-10 12:37:50 +03:00
}
2021-09-08 15:05:31 +03:00
.cta-button.primary {
font-weight: 600;
color: #ffffff !important;
2025-10-21 16:41:29 +03:00
border-color: var(--rz-primary); /*#FF504D
background: var(--rz-primary); /*§#FF504D
2021-09-08 15:05:31 +03:00
}
.cta-button:hover {
text-decoration: none;
2023-01-27 19:01:27 +02:00
color: var(--rz-text-contrast-color) !important;
border-color: var(--rz-base-800);
background: var(--rz-base-800);
2021-09-08 15:05:31 +03:00
}
.dark .cta-button:hover {
text-decoration: none;
color: #050A23 !important;
border-color: #ffffff;
background: #ffffff;
}
.cta-button:active {
color: #c2c2c2 !important;
}
.dark .cta-button:active {
color: #515256 !important;
}
2025-10-21 16:41:29 +03:00
*/
2023-01-27 19:01:27 +02:00
/* Updated layout */
2024-08-09 16:00:17 +03:00
.customers-logos {
img {
height: 20px;
max-width: 100%;
}
.square img {
height: 40px;
}
span {
min-width: 100px;
padding: 8px 12px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
2021-09-10 12:37:50 +03:00
}
/* Radzen Features */
2021-09-08 15:05:31 +03:00
video {
box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.5);
2021-09-09 14:06:20 +03:00
background: rgba(0,0,0,.3) url("../images/play.svg") no-repeat 50% 50%;
2021-09-08 15:05:31 +03:00
}
.radzen-features ul {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-block-start: 0;
margin-block-end: 0;
2021-09-10 12:37:50 +03:00
list-style-image: url("../images/checkmark.svg");
2021-09-08 15:05:31 +03:00
}
.radzen-features li {
cursor: default;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding-block-start: 0.6rem;
padding-block-end: 0.6rem;
2021-09-09 14:06:20 +03:00
transition: all 0.3s ease-in-out;
2021-09-08 15:05:31 +03:00
}
2024-08-09 16:00:17 +03:00
/* Components List */
.components-list {
--rz-link-hover-text-decoration: none;
.rz-link-disabled
{
pointer-events: none;
opacity: 0.5;
}
2024-08-09 16:00:17 +03:00
.rz-link {
2024-08-09 16:29:14 +03:00
display: block;
2024-08-09 16:00:17 +03:00
width: 100%;
font-weight: 600;
position: relative;
2024-08-09 16:29:14 +03:00
border-radius: var(--rz-card-border-radius);
2024-08-09 16:00:17 +03:00
.rz-badge {
--rz-badge-font-size: 12px;
--rz-badge-line-height: 12px;
--rz-badge-padding: 1px 2px;
--rz-badge-border-radius: var(--rz-border-radius-4);
position: absolute;
width: 16px;
height: 16px;
inset-inline-start: 32px;
inset-block-start: -4px;
overflow: hidden;
text-align: start;
transition: width .15s 0.1s linear;
span {
margin: 0 4px;
text-transform: uppercase;
font-size: 9px;
}
}
.rz-link-text {
display: flex;
align-items: center;
gap: 0.5rem;
> .rzi {
font-size: 28px;
font-weight: 300;
width: 12px;
height: 12px;
font-variation-settings: 'opsz' 40;
background-color: var(--rz-primary-lighter);
color: var(--rz-on-primary-lighter);
border-radius: var(--rz-card-border-radius);
width: 44px;
height: 44px;
}
}
}
2024-08-09 16:29:14 +03:00
.rz-link:hover,
.rz-link:focus-visible {
2024-08-09 16:00:17 +03:00
.rz-badge.rz-badge-success {
width: 46px;
}
.rz-badge.rz-badge-info {
width: 66px;
}
}
2024-08-09 16:29:14 +03:00
.rz-link:focus-visible {
outline: var(--rz-outline-focus);
}
2021-09-09 14:06:20 +03:00
}
/* Main Site Navigation on Product pages */
.site-main-top-nav {
--rz-menu-item-icon-margin-inline: 0;
--rz-menu-item-icon-color: var(--rz-on-primary-darker);
--rz-menu-item-icon-hover-color: var(--rz-white);
--rz-menu-background-color: var(--rz-base-darker);
--rz-menu-top-item-color: var(--rz-on-base-darker);
--rz-menu-top-item-background-color: var(--rz-base-darker);
--rz-menu-top-item-hover-color: var(--rz-on-base-darker);
--rz-menu-top-item-selected-color: var(--rz-on-base-darker);
--rz-menu-item-color: var(--rz-on-base-darker);
--rz-menu-item-background-color: var(--rz-base-darker);
--rz-menu-item-hover-color: var(--rz-on-base-dark);
--rz-menu-item-hover-background-color: var(--rz-base-dark);
v10 (#2471) * Chip and ChipList components added Code improved demos improved Update Chip styles Exctract mixins for button, badge and chip styles Update Chip demos Update Chip styles in themes Fix chip styles in dropdowns Fix icon position in different chip sizes Fix chip border-radius Optimize styles Update Chip icon Update premium themes Chip/ChipList keyboard navigation fixed Invalid code fixed Update Chip focus styles * Gantt added code improved demo update with more data more demo improvements more improvements rendering updated Gantt Splitter ChangeStateOnResize set to false Gantt connecting lines added Tooltips added FIltering demo added Gantt editing demos added demo updated scrollbar improved Gantt ExpandRows() added thead height made equal material fixed filtering improved Subtitle2 removed Gantt drag & resize added Critical Path, Dependency Types and Baselines added Today Line, Non-Working Days, TaskRender Callback, Vertical Date Markers and Custom Task Bar Template added Zoom to fit and multiline headers added Rendering optimized Grouped header should be static Invalidate row count on expand/collapse and filter progress, critical path, red vertical line and baseline styling improved frozen columns in demos should have Width set alignment improved Auto scroll to events when switching between views Dependency Data added * Move scheduler month view "more" button to slot header The "+X more" button was absolutely positioned inside the events area, occupying space that could hold an additional appointment. Move it inline into the slot title header next to the day number so it no longer consumes an event slot. - Fix operator precedence bug in MaxAppointmentsInSlot auto-calculation - Style the button end-aligned in the header using flex + margin-inline-start: auto - Add demo appointments to trigger the "more" button in the default demo * Use ResizeObserver to measure month view content height Replace the hardcoded (Height - 60) / 6 calculation with actual measurements from a ResizeObserver on the view content element. This fixes appointment overflow at non-default scheduler heights (e.g. 500px) where the 60px header estimate was inaccurate (~91px actual). The MonthView now uses the existing createResizable JS pattern to observe its own content area and dynamically computes the correct MaxAppointmentsInSlot from the measured height and actual week count. * Replace createScheduler with createResizable for ResizeObserver support The scheduler-specific JS functions only used window resize events. Switch to the shared createResizable/destroyResizable pattern which uses ResizeObserver with a window resize fallback, consistent with charts and gauges. * Replace DocFX with Blazor class library for API reference generation Add Radzen.Blazor.Api and Radzen.Blazor.Api.Generator projects that generate .razor pages from Radzen.Blazor assembly metadata at build time. Pages are generated conditionally (Release builds or -p:GenerateApiPages=true). The API assembly is lazy-loaded to avoid initial payload penalty. Old .html URLs are preserved via 301 redirects in CanonicalRedirectMiddleware. * Improve API reference navigation and member anchors - Add anchor links to member headings via RadzenText Anchor parameter - Fix inherited member links to navigate to the specific member, not just the declaring type - Add nav panel that expands/selects the current type on navigation - Fix RadzenBody to scroll to fragment target instead of resetting to top * Stop RadzenToc from updating URL hash on scroll and fix scroll container - Remove navigateTo call from scroll handler so URL hash is not overwritten - Set TOC Selector to .rz-body so it monitors the correct scrollable container * Align API layout header with MainLayout * Refactor RadzenToc scroll listener disposal and item link updates. Return a disposable JS listener handle instead of storing expando handlers on elements, and move TOC item href refresh to NavigationManager location-change handling so links stay in sync with path/query changes. * Add v10 RadzenToc changelog notes. Document the RadzenToc breaking changes around link rendering, aria-selected semantics, and address bar behavior during scrolling, plus the high-level scroll tracking update. * Fix RadzenToc NullReferenceException during concurrent disposal and API reference redirect loop. Capture scrollListenerRef in a local variable before disposing to prevent a race condition when multiple RadzenTocItem components dispose concurrently. Skip scroll listener re-registration when the parent RadzenToc is already disposed. Remove UseDefaultFiles middleware and fix API Reference link to prevent redirect loops. * Fix RadzenToc scrollspy to match Bootstrap ScrollSpy behavior. Remove fallback that always highlighted the first item on load. Require actual scroll (scrollY > 0) before activating the at-bottom branch so short pages don't highlight the last item. Add click handler to RadzenTocItem so clicking an item activates it immediately (matching the DocFX affix click behavior). * Fix misaligned code examples in generated API documentation XML doc comment code blocks retained source-level indentation after parsing, causing excessive leading whitespace in rendered examples. Replace simple .Trim() with indentation normalization that strips the common leading whitespace prefix from all lines. * Update ApiLayout and MainTopNav * Fixed .Server project Cannot provide a value for property 'AssemblyLoader' on type 'RadzenBlazorDemos.Routes'. * Scatter and Bubble series added to Chart * LinearGauge added * Popup cut off on rightmost columns and flickers Fix #2414, #2181 * CheckBoxList filter options update without clicking Apply Fix #2155 * tests updated * DataGrid Reload() lags one render behind Fix #2214 * Gaps in Data for Charts Fix #765 * DataGrid Fixed Column resizing will show visual white space between fixed columns Fix #2228 * Setting Parameter on RadzenDataGridColumn<T> does not always trigger render of content Fix #2215 * DataGrid column resizing does not work on mobile and tablet devices Fix #2168 * RadzenAccordion invalid ARIA aatributes Fix #1931 * DropDownDataGrid search text clear button added Fix #1555 * Caruosel AnimationDuration added Fix #2438 * Tooltip ARIA attributes improved Fix #2314 * Long tooltip does not wrap Fix #2320 * Clicking into Padding of PanelMenuItem does navigate but not expand Item Fix #2244 * RadzenDatePicker FocusedDate synced with current date Fix #1991 * Dialog OnSideClose gets called when opening and closing Fix #1976 * RadzenNumeric RemoveNonNumericCharacters improved Fix #1937 * Optimize CSS rules and SCSS mixins * Fix percentage values in SCSS * Update premium themes * Line Chart markers cannot be dynamically turned off using @if Fix #1229 * DropDownDataGrid exception when changing data object Fix #1941 * RadzenChat new messages button added Fix #2375 * RadzenHtmlEditor Immediate property added Fix #2279 * Radzen Popup shows wrongly in a RTL Fix #2271 * RadzenListBox/RadzenPickList EmptyTemplate and EmptyText added Fix #2018 * DataGrid footer and header is being incorrectly rendered for frozen columns Fix #1402 * PropertyAccess.GetValue() fixed to work with sub interfaces Fix #1249 * RadzenPickList AllowVirtualization added Fix #2456 * DataGrid add new row issue with LoadData method Fix #365 * Various components keyboard navigation not working as described in the demos Fix #2446 * RadzenDataGrid Keyboard Selection jumps when AllowVirtualization is enabled Fix #2439 * RadzenPanelMenu MenuItemDisplayStyle.IconAndTextStacked added Fix #2368 * RadzenPickList SelectedSourceChanged/SelectedTargetChanged added Fix #2324 * RadzenTabs AllowReorder property added Fix #2318 * RadzenAccordion ExpandAll()/CollapseAll() added Fix #2206 * RadzenDropZoneContainer Start/End Drag events added Fix #2158 * RadzenDataGrid doesn't appear to do colspan/rowspan properly Fix #1064 * Update Gantt styles * Update Gantt styles and premium themes * Update Gantt styles * Update Gantt demos * Update Linear Gauge demos * Update component icons * tests fixed --------- Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2026-03-11 16:13:33 +02:00
--rz-menu-item-selected-color: var(--rz-on-base-darker);
--rz-menu-item-selected-background-color: var(--rz-base-dark);
--rz-text-caption-color: var(--rz-on-base-darker);
v10 (#2471) * Chip and ChipList components added Code improved demos improved Update Chip styles Exctract mixins for button, badge and chip styles Update Chip demos Update Chip styles in themes Fix chip styles in dropdowns Fix icon position in different chip sizes Fix chip border-radius Optimize styles Update Chip icon Update premium themes Chip/ChipList keyboard navigation fixed Invalid code fixed Update Chip focus styles * Gantt added code improved demo update with more data more demo improvements more improvements rendering updated Gantt Splitter ChangeStateOnResize set to false Gantt connecting lines added Tooltips added FIltering demo added Gantt editing demos added demo updated scrollbar improved Gantt ExpandRows() added thead height made equal material fixed filtering improved Subtitle2 removed Gantt drag & resize added Critical Path, Dependency Types and Baselines added Today Line, Non-Working Days, TaskRender Callback, Vertical Date Markers and Custom Task Bar Template added Zoom to fit and multiline headers added Rendering optimized Grouped header should be static Invalidate row count on expand/collapse and filter progress, critical path, red vertical line and baseline styling improved frozen columns in demos should have Width set alignment improved Auto scroll to events when switching between views Dependency Data added * Move scheduler month view "more" button to slot header The "+X more" button was absolutely positioned inside the events area, occupying space that could hold an additional appointment. Move it inline into the slot title header next to the day number so it no longer consumes an event slot. - Fix operator precedence bug in MaxAppointmentsInSlot auto-calculation - Style the button end-aligned in the header using flex + margin-inline-start: auto - Add demo appointments to trigger the "more" button in the default demo * Use ResizeObserver to measure month view content height Replace the hardcoded (Height - 60) / 6 calculation with actual measurements from a ResizeObserver on the view content element. This fixes appointment overflow at non-default scheduler heights (e.g. 500px) where the 60px header estimate was inaccurate (~91px actual). The MonthView now uses the existing createResizable JS pattern to observe its own content area and dynamically computes the correct MaxAppointmentsInSlot from the measured height and actual week count. * Replace createScheduler with createResizable for ResizeObserver support The scheduler-specific JS functions only used window resize events. Switch to the shared createResizable/destroyResizable pattern which uses ResizeObserver with a window resize fallback, consistent with charts and gauges. * Replace DocFX with Blazor class library for API reference generation Add Radzen.Blazor.Api and Radzen.Blazor.Api.Generator projects that generate .razor pages from Radzen.Blazor assembly metadata at build time. Pages are generated conditionally (Release builds or -p:GenerateApiPages=true). The API assembly is lazy-loaded to avoid initial payload penalty. Old .html URLs are preserved via 301 redirects in CanonicalRedirectMiddleware. * Improve API reference navigation and member anchors - Add anchor links to member headings via RadzenText Anchor parameter - Fix inherited member links to navigate to the specific member, not just the declaring type - Add nav panel that expands/selects the current type on navigation - Fix RadzenBody to scroll to fragment target instead of resetting to top * Stop RadzenToc from updating URL hash on scroll and fix scroll container - Remove navigateTo call from scroll handler so URL hash is not overwritten - Set TOC Selector to .rz-body so it monitors the correct scrollable container * Align API layout header with MainLayout * Refactor RadzenToc scroll listener disposal and item link updates. Return a disposable JS listener handle instead of storing expando handlers on elements, and move TOC item href refresh to NavigationManager location-change handling so links stay in sync with path/query changes. * Add v10 RadzenToc changelog notes. Document the RadzenToc breaking changes around link rendering, aria-selected semantics, and address bar behavior during scrolling, plus the high-level scroll tracking update. * Fix RadzenToc NullReferenceException during concurrent disposal and API reference redirect loop. Capture scrollListenerRef in a local variable before disposing to prevent a race condition when multiple RadzenTocItem components dispose concurrently. Skip scroll listener re-registration when the parent RadzenToc is already disposed. Remove UseDefaultFiles middleware and fix API Reference link to prevent redirect loops. * Fix RadzenToc scrollspy to match Bootstrap ScrollSpy behavior. Remove fallback that always highlighted the first item on load. Require actual scroll (scrollY > 0) before activating the at-bottom branch so short pages don't highlight the last item. Add click handler to RadzenTocItem so clicking an item activates it immediately (matching the DocFX affix click behavior). * Fix misaligned code examples in generated API documentation XML doc comment code blocks retained source-level indentation after parsing, causing excessive leading whitespace in rendered examples. Replace simple .Trim() with indentation normalization that strips the common leading whitespace prefix from all lines. * Update ApiLayout and MainTopNav * Fixed .Server project Cannot provide a value for property 'AssemblyLoader' on type 'RadzenBlazorDemos.Routes'. * Scatter and Bubble series added to Chart * LinearGauge added * Popup cut off on rightmost columns and flickers Fix #2414, #2181 * CheckBoxList filter options update without clicking Apply Fix #2155 * tests updated * DataGrid Reload() lags one render behind Fix #2214 * Gaps in Data for Charts Fix #765 * DataGrid Fixed Column resizing will show visual white space between fixed columns Fix #2228 * Setting Parameter on RadzenDataGridColumn<T> does not always trigger render of content Fix #2215 * DataGrid column resizing does not work on mobile and tablet devices Fix #2168 * RadzenAccordion invalid ARIA aatributes Fix #1931 * DropDownDataGrid search text clear button added Fix #1555 * Caruosel AnimationDuration added Fix #2438 * Tooltip ARIA attributes improved Fix #2314 * Long tooltip does not wrap Fix #2320 * Clicking into Padding of PanelMenuItem does navigate but not expand Item Fix #2244 * RadzenDatePicker FocusedDate synced with current date Fix #1991 * Dialog OnSideClose gets called when opening and closing Fix #1976 * RadzenNumeric RemoveNonNumericCharacters improved Fix #1937 * Optimize CSS rules and SCSS mixins * Fix percentage values in SCSS * Update premium themes * Line Chart markers cannot be dynamically turned off using @if Fix #1229 * DropDownDataGrid exception when changing data object Fix #1941 * RadzenChat new messages button added Fix #2375 * RadzenHtmlEditor Immediate property added Fix #2279 * Radzen Popup shows wrongly in a RTL Fix #2271 * RadzenListBox/RadzenPickList EmptyTemplate and EmptyText added Fix #2018 * DataGrid footer and header is being incorrectly rendered for frozen columns Fix #1402 * PropertyAccess.GetValue() fixed to work with sub interfaces Fix #1249 * RadzenPickList AllowVirtualization added Fix #2456 * DataGrid add new row issue with LoadData method Fix #365 * Various components keyboard navigation not working as described in the demos Fix #2446 * RadzenDataGrid Keyboard Selection jumps when AllowVirtualization is enabled Fix #2439 * RadzenPanelMenu MenuItemDisplayStyle.IconAndTextStacked added Fix #2368 * RadzenPickList SelectedSourceChanged/SelectedTargetChanged added Fix #2324 * RadzenTabs AllowReorder property added Fix #2318 * RadzenAccordion ExpandAll()/CollapseAll() added Fix #2206 * RadzenDropZoneContainer Start/End Drag events added Fix #2158 * RadzenDataGrid doesn't appear to do colspan/rowspan properly Fix #1064 * Update Gantt styles * Update Gantt styles and premium themes * Update Gantt styles * Update Gantt demos * Update Linear Gauge demos * Update component icons * tests fixed --------- Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2026-03-11 16:13:33 +02:00
--rz-card-border: 1px solid var(--rz-base-800);
}
.rz-material3 .demos-nav,
.rz-material3-dark .demos-nav {
padding: 0.5rem;
}
2022-01-18 11:13:01 +02:00
2021-09-10 12:37:50 +03:00
/* Footer */
2023-01-27 19:01:27 +02:00
.copyright {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-block-start: 6rem;
2021-09-10 12:37:50 +03:00
opacity: .2;
transition: all 0.4s ease-in-out;
}
2023-01-27 19:01:27 +02:00
.copyright:hover {
opacity: 1;
}
.row.copyright p {
2021-09-10 12:37:50 +03:00
font-size: 1rem;
font-weight: 300;
color: #ACAFB9;
}
2021-09-13 11:15:21 +03:00
/* Demos Content */
p code,
ul code {
display: inline-block;
}
p code,
ul code,
pre {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding: 0 0.5rem;
2021-09-15 15:24:45 +03:00
font-size: 0.8125em !important;
2023-02-28 11:58:25 +02:00
line-height: 1.25rem;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
background: var(--rz-base);
color: var(--rz-on-base);
border-radius: var(--rz-card-border-radius);
letter-spacing: -0.04em;
}
pre {
overflow-x: auto;
2021-09-13 11:15:21 +03:00
}
2021-09-15 14:54:23 +03:00
.rz-sidebar {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
inset-block-end: 0 !important;
2021-09-15 14:54:23 +03:00
}
2021-09-15 15:24:45 +03:00
.rz-card.docu p,
.rz-card.docu ul {
line-height: 1.6;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-block-end: 1rem;
2021-09-15 15:24:45 +03:00
}
2022-09-12 18:00:56 +03:00
.docu img,
.docu svg {
2021-09-15 15:24:45 +03:00
display: block;
2021-09-15 21:52:10 +03:00
width: 100%;
max-width: 700px;
2021-09-15 15:24:45 +03:00
margin: 4rem auto;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
2022-09-10 20:53:23 +03:00
svg.illustration {
2021-09-15 16:23:46 +03:00
box-shadow: none;
max-width: 300px;
min-height: 220px;
}
2021-09-13 11:15:21 +03:00
2022-07-15 17:08:55 +03:00
.example-container {
max-width: 1440px;
}
2022-01-18 11:13:01 +02:00
/* Demos Sidebar */
.demos-sidebar .rz-panel-menu .rz-badge {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: 0.5rem;
font-size: 11px;
line-height: 13px;
2022-01-18 11:13:01 +02:00
}
v10 (#2471) * Chip and ChipList components added Code improved demos improved Update Chip styles Exctract mixins for button, badge and chip styles Update Chip demos Update Chip styles in themes Fix chip styles in dropdowns Fix icon position in different chip sizes Fix chip border-radius Optimize styles Update Chip icon Update premium themes Chip/ChipList keyboard navigation fixed Invalid code fixed Update Chip focus styles * Gantt added code improved demo update with more data more demo improvements more improvements rendering updated Gantt Splitter ChangeStateOnResize set to false Gantt connecting lines added Tooltips added FIltering demo added Gantt editing demos added demo updated scrollbar improved Gantt ExpandRows() added thead height made equal material fixed filtering improved Subtitle2 removed Gantt drag & resize added Critical Path, Dependency Types and Baselines added Today Line, Non-Working Days, TaskRender Callback, Vertical Date Markers and Custom Task Bar Template added Zoom to fit and multiline headers added Rendering optimized Grouped header should be static Invalidate row count on expand/collapse and filter progress, critical path, red vertical line and baseline styling improved frozen columns in demos should have Width set alignment improved Auto scroll to events when switching between views Dependency Data added * Move scheduler month view "more" button to slot header The "+X more" button was absolutely positioned inside the events area, occupying space that could hold an additional appointment. Move it inline into the slot title header next to the day number so it no longer consumes an event slot. - Fix operator precedence bug in MaxAppointmentsInSlot auto-calculation - Style the button end-aligned in the header using flex + margin-inline-start: auto - Add demo appointments to trigger the "more" button in the default demo * Use ResizeObserver to measure month view content height Replace the hardcoded (Height - 60) / 6 calculation with actual measurements from a ResizeObserver on the view content element. This fixes appointment overflow at non-default scheduler heights (e.g. 500px) where the 60px header estimate was inaccurate (~91px actual). The MonthView now uses the existing createResizable JS pattern to observe its own content area and dynamically computes the correct MaxAppointmentsInSlot from the measured height and actual week count. * Replace createScheduler with createResizable for ResizeObserver support The scheduler-specific JS functions only used window resize events. Switch to the shared createResizable/destroyResizable pattern which uses ResizeObserver with a window resize fallback, consistent with charts and gauges. * Replace DocFX with Blazor class library for API reference generation Add Radzen.Blazor.Api and Radzen.Blazor.Api.Generator projects that generate .razor pages from Radzen.Blazor assembly metadata at build time. Pages are generated conditionally (Release builds or -p:GenerateApiPages=true). The API assembly is lazy-loaded to avoid initial payload penalty. Old .html URLs are preserved via 301 redirects in CanonicalRedirectMiddleware. * Improve API reference navigation and member anchors - Add anchor links to member headings via RadzenText Anchor parameter - Fix inherited member links to navigate to the specific member, not just the declaring type - Add nav panel that expands/selects the current type on navigation - Fix RadzenBody to scroll to fragment target instead of resetting to top * Stop RadzenToc from updating URL hash on scroll and fix scroll container - Remove navigateTo call from scroll handler so URL hash is not overwritten - Set TOC Selector to .rz-body so it monitors the correct scrollable container * Align API layout header with MainLayout * Refactor RadzenToc scroll listener disposal and item link updates. Return a disposable JS listener handle instead of storing expando handlers on elements, and move TOC item href refresh to NavigationManager location-change handling so links stay in sync with path/query changes. * Add v10 RadzenToc changelog notes. Document the RadzenToc breaking changes around link rendering, aria-selected semantics, and address bar behavior during scrolling, plus the high-level scroll tracking update. * Fix RadzenToc NullReferenceException during concurrent disposal and API reference redirect loop. Capture scrollListenerRef in a local variable before disposing to prevent a race condition when multiple RadzenTocItem components dispose concurrently. Skip scroll listener re-registration when the parent RadzenToc is already disposed. Remove UseDefaultFiles middleware and fix API Reference link to prevent redirect loops. * Fix RadzenToc scrollspy to match Bootstrap ScrollSpy behavior. Remove fallback that always highlighted the first item on load. Require actual scroll (scrollY > 0) before activating the at-bottom branch so short pages don't highlight the last item. Add click handler to RadzenTocItem so clicking an item activates it immediately (matching the DocFX affix click behavior). * Fix misaligned code examples in generated API documentation XML doc comment code blocks retained source-level indentation after parsing, causing excessive leading whitespace in rendered examples. Replace simple .Trim() with indentation normalization that strips the common leading whitespace prefix from all lines. * Update ApiLayout and MainTopNav * Fixed .Server project Cannot provide a value for property 'AssemblyLoader' on type 'RadzenBlazorDemos.Routes'. * Scatter and Bubble series added to Chart * LinearGauge added * Popup cut off on rightmost columns and flickers Fix #2414, #2181 * CheckBoxList filter options update without clicking Apply Fix #2155 * tests updated * DataGrid Reload() lags one render behind Fix #2214 * Gaps in Data for Charts Fix #765 * DataGrid Fixed Column resizing will show visual white space between fixed columns Fix #2228 * Setting Parameter on RadzenDataGridColumn<T> does not always trigger render of content Fix #2215 * DataGrid column resizing does not work on mobile and tablet devices Fix #2168 * RadzenAccordion invalid ARIA aatributes Fix #1931 * DropDownDataGrid search text clear button added Fix #1555 * Caruosel AnimationDuration added Fix #2438 * Tooltip ARIA attributes improved Fix #2314 * Long tooltip does not wrap Fix #2320 * Clicking into Padding of PanelMenuItem does navigate but not expand Item Fix #2244 * RadzenDatePicker FocusedDate synced with current date Fix #1991 * Dialog OnSideClose gets called when opening and closing Fix #1976 * RadzenNumeric RemoveNonNumericCharacters improved Fix #1937 * Optimize CSS rules and SCSS mixins * Fix percentage values in SCSS * Update premium themes * Line Chart markers cannot be dynamically turned off using @if Fix #1229 * DropDownDataGrid exception when changing data object Fix #1941 * RadzenChat new messages button added Fix #2375 * RadzenHtmlEditor Immediate property added Fix #2279 * Radzen Popup shows wrongly in a RTL Fix #2271 * RadzenListBox/RadzenPickList EmptyTemplate and EmptyText added Fix #2018 * DataGrid footer and header is being incorrectly rendered for frozen columns Fix #1402 * PropertyAccess.GetValue() fixed to work with sub interfaces Fix #1249 * RadzenPickList AllowVirtualization added Fix #2456 * DataGrid add new row issue with LoadData method Fix #365 * Various components keyboard navigation not working as described in the demos Fix #2446 * RadzenDataGrid Keyboard Selection jumps when AllowVirtualization is enabled Fix #2439 * RadzenPanelMenu MenuItemDisplayStyle.IconAndTextStacked added Fix #2368 * RadzenPickList SelectedSourceChanged/SelectedTargetChanged added Fix #2324 * RadzenTabs AllowReorder property added Fix #2318 * RadzenAccordion ExpandAll()/CollapseAll() added Fix #2206 * RadzenDropZoneContainer Start/End Drag events added Fix #2158 * RadzenDataGrid doesn't appear to do colspan/rowspan properly Fix #1064 * Update Gantt styles * Update Gantt styles and premium themes * Update Gantt styles * Update Gantt demos * Update Linear Gauge demos * Update component icons * tests fixed --------- Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2026-03-11 16:13:33 +02:00
/* API Reference Sidebar */
.demos-sidebar .rz-treenode-label .rz-link {
--rz-link-hover-text-decoration: none;
}
/* Demos Tabs */
.example-tabs > .rz-tabview-panels {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
border-inline-end: none;
border-block-end: none;
border-inline-start: none;
}
.example-tabs > .rz-tabview-nav {
background-color: var(--rz-tabs-tab-background-color);
border-radius: var(--rz-card-border-radius) var(--rz-card-border-radius) 0 0;
padding: 0 1rem;
}
.rz-tabview-top.example-tabs > .rz-tabview-nav > li {
z-index: 1;
border-radius: 0;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
border-inline-start: none;
border-inline-end: none;
border-block-end: none;
transition: none;
2023-02-15 16:58:36 +02:00
overflow: hidden;
}
.rz-tabview-top.example-tabs > .rz-tabview-nav > li > a > .rz-tabview-title {
overflow: hidden;
text-overflow: ellipsis;
}
.monaco-editor .view-overlays .current-line {
border: none !important;
}
.source-tab-item {
margin: calc(-1 * var(--rz-tabs-padding));
overflow: hidden;
}
2023-02-02 15:34:01 +02:00
/* Demos TOC */
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
.demos-right-nav {
2023-02-02 15:34:01 +02:00
position: sticky;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
inset-block-start: 2rem;
2023-02-02 15:34:01 +02:00
}
2024-11-18 12:42:56 +02:00
/* Promo */
.promo-alert {
2025-01-07 10:43:26 +02:00
background: linear-gradient(110deg, rgba(0,0,0,0.4) 100%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.4) 100%),linear-gradient(110deg, #000 20%, #AA01E4 75%, #534EEB 100%);
2024-12-20 09:11:00 +02:00
background-size: cover;
padding: 2rem !important;
2024-11-18 12:42:56 +02:00
}
2021-09-10 12:37:50 +03:00
/* Responsive */
@media (max-width: 1024px) {
2022-04-07 16:35:35 +03:00
.documentation-links {
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
float: none;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: 0;
margin-block-end: 1rem;
}
2022-04-07 16:35:35 +03:00
.documentation-links a {
display: flex;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: 0;
2022-04-07 16:35:35 +03:00
}
}
2021-09-10 12:37:50 +03:00
@media (max-width: 767px) {
.nav-links a {
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-inline-start: 1rem;
2021-09-10 12:37:50 +03:00
}
2025-10-21 16:41:29 +03:00
.rz-layout .rz-layout:not(:has(>.rz-sidebar:nth-of-type(2))) .rz-header,
.rz-layout .rz-layout:not(:has(>.rz-sidebar:nth-of-type(2))) .rz-footer,
.rz-layout .rz-layout:not(:has(>.rz-sidebar:nth-of-type(2))) .rz-body {
width: initial;
}
2021-09-10 12:37:50 +03:00
}
@media (max-width: 576px) {
.all-components h4 {
font-size: 1.25rem;
font-weight: 700;
}
.all-components a {
font-size: 1.25rem;
font-weight: 400;
}
.popular-components a {
width: 7rem;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
margin-block-end: 2rem;
2021-09-10 12:37:50 +03:00
}
.customers h3 {
margin: 1rem 0 0;
}
.copyright {
opacity: 1;
}
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
}
v10 (#2471) * Chip and ChipList components added Code improved demos improved Update Chip styles Exctract mixins for button, badge and chip styles Update Chip demos Update Chip styles in themes Fix chip styles in dropdowns Fix icon position in different chip sizes Fix chip border-radius Optimize styles Update Chip icon Update premium themes Chip/ChipList keyboard navigation fixed Invalid code fixed Update Chip focus styles * Gantt added code improved demo update with more data more demo improvements more improvements rendering updated Gantt Splitter ChangeStateOnResize set to false Gantt connecting lines added Tooltips added FIltering demo added Gantt editing demos added demo updated scrollbar improved Gantt ExpandRows() added thead height made equal material fixed filtering improved Subtitle2 removed Gantt drag & resize added Critical Path, Dependency Types and Baselines added Today Line, Non-Working Days, TaskRender Callback, Vertical Date Markers and Custom Task Bar Template added Zoom to fit and multiline headers added Rendering optimized Grouped header should be static Invalidate row count on expand/collapse and filter progress, critical path, red vertical line and baseline styling improved frozen columns in demos should have Width set alignment improved Auto scroll to events when switching between views Dependency Data added * Move scheduler month view "more" button to slot header The "+X more" button was absolutely positioned inside the events area, occupying space that could hold an additional appointment. Move it inline into the slot title header next to the day number so it no longer consumes an event slot. - Fix operator precedence bug in MaxAppointmentsInSlot auto-calculation - Style the button end-aligned in the header using flex + margin-inline-start: auto - Add demo appointments to trigger the "more" button in the default demo * Use ResizeObserver to measure month view content height Replace the hardcoded (Height - 60) / 6 calculation with actual measurements from a ResizeObserver on the view content element. This fixes appointment overflow at non-default scheduler heights (e.g. 500px) where the 60px header estimate was inaccurate (~91px actual). The MonthView now uses the existing createResizable JS pattern to observe its own content area and dynamically computes the correct MaxAppointmentsInSlot from the measured height and actual week count. * Replace createScheduler with createResizable for ResizeObserver support The scheduler-specific JS functions only used window resize events. Switch to the shared createResizable/destroyResizable pattern which uses ResizeObserver with a window resize fallback, consistent with charts and gauges. * Replace DocFX with Blazor class library for API reference generation Add Radzen.Blazor.Api and Radzen.Blazor.Api.Generator projects that generate .razor pages from Radzen.Blazor assembly metadata at build time. Pages are generated conditionally (Release builds or -p:GenerateApiPages=true). The API assembly is lazy-loaded to avoid initial payload penalty. Old .html URLs are preserved via 301 redirects in CanonicalRedirectMiddleware. * Improve API reference navigation and member anchors - Add anchor links to member headings via RadzenText Anchor parameter - Fix inherited member links to navigate to the specific member, not just the declaring type - Add nav panel that expands/selects the current type on navigation - Fix RadzenBody to scroll to fragment target instead of resetting to top * Stop RadzenToc from updating URL hash on scroll and fix scroll container - Remove navigateTo call from scroll handler so URL hash is not overwritten - Set TOC Selector to .rz-body so it monitors the correct scrollable container * Align API layout header with MainLayout * Refactor RadzenToc scroll listener disposal and item link updates. Return a disposable JS listener handle instead of storing expando handlers on elements, and move TOC item href refresh to NavigationManager location-change handling so links stay in sync with path/query changes. * Add v10 RadzenToc changelog notes. Document the RadzenToc breaking changes around link rendering, aria-selected semantics, and address bar behavior during scrolling, plus the high-level scroll tracking update. * Fix RadzenToc NullReferenceException during concurrent disposal and API reference redirect loop. Capture scrollListenerRef in a local variable before disposing to prevent a race condition when multiple RadzenTocItem components dispose concurrently. Skip scroll listener re-registration when the parent RadzenToc is already disposed. Remove UseDefaultFiles middleware and fix API Reference link to prevent redirect loops. * Fix RadzenToc scrollspy to match Bootstrap ScrollSpy behavior. Remove fallback that always highlighted the first item on load. Require actual scroll (scrollY > 0) before activating the at-bottom branch so short pages don't highlight the last item. Add click handler to RadzenTocItem so clicking an item activates it immediately (matching the DocFX affix click behavior). * Fix misaligned code examples in generated API documentation XML doc comment code blocks retained source-level indentation after parsing, causing excessive leading whitespace in rendered examples. Replace simple .Trim() with indentation normalization that strips the common leading whitespace prefix from all lines. * Update ApiLayout and MainTopNav * Fixed .Server project Cannot provide a value for property 'AssemblyLoader' on type 'RadzenBlazorDemos.Routes'. * Scatter and Bubble series added to Chart * LinearGauge added * Popup cut off on rightmost columns and flickers Fix #2414, #2181 * CheckBoxList filter options update without clicking Apply Fix #2155 * tests updated * DataGrid Reload() lags one render behind Fix #2214 * Gaps in Data for Charts Fix #765 * DataGrid Fixed Column resizing will show visual white space between fixed columns Fix #2228 * Setting Parameter on RadzenDataGridColumn<T> does not always trigger render of content Fix #2215 * DataGrid column resizing does not work on mobile and tablet devices Fix #2168 * RadzenAccordion invalid ARIA aatributes Fix #1931 * DropDownDataGrid search text clear button added Fix #1555 * Caruosel AnimationDuration added Fix #2438 * Tooltip ARIA attributes improved Fix #2314 * Long tooltip does not wrap Fix #2320 * Clicking into Padding of PanelMenuItem does navigate but not expand Item Fix #2244 * RadzenDatePicker FocusedDate synced with current date Fix #1991 * Dialog OnSideClose gets called when opening and closing Fix #1976 * RadzenNumeric RemoveNonNumericCharacters improved Fix #1937 * Optimize CSS rules and SCSS mixins * Fix percentage values in SCSS * Update premium themes * Line Chart markers cannot be dynamically turned off using @if Fix #1229 * DropDownDataGrid exception when changing data object Fix #1941 * RadzenChat new messages button added Fix #2375 * RadzenHtmlEditor Immediate property added Fix #2279 * Radzen Popup shows wrongly in a RTL Fix #2271 * RadzenListBox/RadzenPickList EmptyTemplate and EmptyText added Fix #2018 * DataGrid footer and header is being incorrectly rendered for frozen columns Fix #1402 * PropertyAccess.GetValue() fixed to work with sub interfaces Fix #1249 * RadzenPickList AllowVirtualization added Fix #2456 * DataGrid add new row issue with LoadData method Fix #365 * Various components keyboard navigation not working as described in the demos Fix #2446 * RadzenDataGrid Keyboard Selection jumps when AllowVirtualization is enabled Fix #2439 * RadzenPanelMenu MenuItemDisplayStyle.IconAndTextStacked added Fix #2368 * RadzenPickList SelectedSourceChanged/SelectedTargetChanged added Fix #2324 * RadzenTabs AllowReorder property added Fix #2318 * RadzenAccordion ExpandAll()/CollapseAll() added Fix #2206 * RadzenDropZoneContainer Start/End Drag events added Fix #2158 * RadzenDataGrid doesn't appear to do colspan/rowspan properly Fix #1064 * Update Gantt styles * Update Gantt styles and premium themes * Update Gantt styles * Update Gantt demos * Update Linear Gauge demos * Update component icons * tests fixed --------- Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2026-03-11 16:13:33 +02:00
@media (min-width: 576px) and (max-width: 768px) {
.rz-learning-resources {
flex-wrap: wrap;
width: auto;
.rz-card {
border: 0 !important;
min-width: 50%;
}
}
}
@media (min-width: 769px) and (max-width: 1279px) {
.rz-learning-resources {
width: 470px;
flex-wrap: wrap;
.rz-card {
border: 0 !important;
min-width: 50%;
}
}
}
@media (min-width: 1280px) {
.rz-learning-resources {
width: 800px;
}
}
.rz-learn-title {
display: block;
--rz-text-caption-line-height: 1.4;
v10 (#2471) * Chip and ChipList components added Code improved demos improved Update Chip styles Exctract mixins for button, badge and chip styles Update Chip demos Update Chip styles in themes Fix chip styles in dropdowns Fix icon position in different chip sizes Fix chip border-radius Optimize styles Update Chip icon Update premium themes Chip/ChipList keyboard navigation fixed Invalid code fixed Update Chip focus styles * Gantt added code improved demo update with more data more demo improvements more improvements rendering updated Gantt Splitter ChangeStateOnResize set to false Gantt connecting lines added Tooltips added FIltering demo added Gantt editing demos added demo updated scrollbar improved Gantt ExpandRows() added thead height made equal material fixed filtering improved Subtitle2 removed Gantt drag & resize added Critical Path, Dependency Types and Baselines added Today Line, Non-Working Days, TaskRender Callback, Vertical Date Markers and Custom Task Bar Template added Zoom to fit and multiline headers added Rendering optimized Grouped header should be static Invalidate row count on expand/collapse and filter progress, critical path, red vertical line and baseline styling improved frozen columns in demos should have Width set alignment improved Auto scroll to events when switching between views Dependency Data added * Move scheduler month view "more" button to slot header The "+X more" button was absolutely positioned inside the events area, occupying space that could hold an additional appointment. Move it inline into the slot title header next to the day number so it no longer consumes an event slot. - Fix operator precedence bug in MaxAppointmentsInSlot auto-calculation - Style the button end-aligned in the header using flex + margin-inline-start: auto - Add demo appointments to trigger the "more" button in the default demo * Use ResizeObserver to measure month view content height Replace the hardcoded (Height - 60) / 6 calculation with actual measurements from a ResizeObserver on the view content element. This fixes appointment overflow at non-default scheduler heights (e.g. 500px) where the 60px header estimate was inaccurate (~91px actual). The MonthView now uses the existing createResizable JS pattern to observe its own content area and dynamically computes the correct MaxAppointmentsInSlot from the measured height and actual week count. * Replace createScheduler with createResizable for ResizeObserver support The scheduler-specific JS functions only used window resize events. Switch to the shared createResizable/destroyResizable pattern which uses ResizeObserver with a window resize fallback, consistent with charts and gauges. * Replace DocFX with Blazor class library for API reference generation Add Radzen.Blazor.Api and Radzen.Blazor.Api.Generator projects that generate .razor pages from Radzen.Blazor assembly metadata at build time. Pages are generated conditionally (Release builds or -p:GenerateApiPages=true). The API assembly is lazy-loaded to avoid initial payload penalty. Old .html URLs are preserved via 301 redirects in CanonicalRedirectMiddleware. * Improve API reference navigation and member anchors - Add anchor links to member headings via RadzenText Anchor parameter - Fix inherited member links to navigate to the specific member, not just the declaring type - Add nav panel that expands/selects the current type on navigation - Fix RadzenBody to scroll to fragment target instead of resetting to top * Stop RadzenToc from updating URL hash on scroll and fix scroll container - Remove navigateTo call from scroll handler so URL hash is not overwritten - Set TOC Selector to .rz-body so it monitors the correct scrollable container * Align API layout header with MainLayout * Refactor RadzenToc scroll listener disposal and item link updates. Return a disposable JS listener handle instead of storing expando handlers on elements, and move TOC item href refresh to NavigationManager location-change handling so links stay in sync with path/query changes. * Add v10 RadzenToc changelog notes. Document the RadzenToc breaking changes around link rendering, aria-selected semantics, and address bar behavior during scrolling, plus the high-level scroll tracking update. * Fix RadzenToc NullReferenceException during concurrent disposal and API reference redirect loop. Capture scrollListenerRef in a local variable before disposing to prevent a race condition when multiple RadzenTocItem components dispose concurrently. Skip scroll listener re-registration when the parent RadzenToc is already disposed. Remove UseDefaultFiles middleware and fix API Reference link to prevent redirect loops. * Fix RadzenToc scrollspy to match Bootstrap ScrollSpy behavior. Remove fallback that always highlighted the first item on load. Require actual scroll (scrollY > 0) before activating the at-bottom branch so short pages don't highlight the last item. Add click handler to RadzenTocItem so clicking an item activates it immediately (matching the DocFX affix click behavior). * Fix misaligned code examples in generated API documentation XML doc comment code blocks retained source-level indentation after parsing, causing excessive leading whitespace in rendered examples. Replace simple .Trim() with indentation normalization that strips the common leading whitespace prefix from all lines. * Update ApiLayout and MainTopNav * Fixed .Server project Cannot provide a value for property 'AssemblyLoader' on type 'RadzenBlazorDemos.Routes'. * Scatter and Bubble series added to Chart * LinearGauge added * Popup cut off on rightmost columns and flickers Fix #2414, #2181 * CheckBoxList filter options update without clicking Apply Fix #2155 * tests updated * DataGrid Reload() lags one render behind Fix #2214 * Gaps in Data for Charts Fix #765 * DataGrid Fixed Column resizing will show visual white space between fixed columns Fix #2228 * Setting Parameter on RadzenDataGridColumn<T> does not always trigger render of content Fix #2215 * DataGrid column resizing does not work on mobile and tablet devices Fix #2168 * RadzenAccordion invalid ARIA aatributes Fix #1931 * DropDownDataGrid search text clear button added Fix #1555 * Caruosel AnimationDuration added Fix #2438 * Tooltip ARIA attributes improved Fix #2314 * Long tooltip does not wrap Fix #2320 * Clicking into Padding of PanelMenuItem does navigate but not expand Item Fix #2244 * RadzenDatePicker FocusedDate synced with current date Fix #1991 * Dialog OnSideClose gets called when opening and closing Fix #1976 * RadzenNumeric RemoveNonNumericCharacters improved Fix #1937 * Optimize CSS rules and SCSS mixins * Fix percentage values in SCSS * Update premium themes * Line Chart markers cannot be dynamically turned off using @if Fix #1229 * DropDownDataGrid exception when changing data object Fix #1941 * RadzenChat new messages button added Fix #2375 * RadzenHtmlEditor Immediate property added Fix #2279 * Radzen Popup shows wrongly in a RTL Fix #2271 * RadzenListBox/RadzenPickList EmptyTemplate and EmptyText added Fix #2018 * DataGrid footer and header is being incorrectly rendered for frozen columns Fix #1402 * PropertyAccess.GetValue() fixed to work with sub interfaces Fix #1249 * RadzenPickList AllowVirtualization added Fix #2456 * DataGrid add new row issue with LoadData method Fix #365 * Various components keyboard navigation not working as described in the demos Fix #2446 * RadzenDataGrid Keyboard Selection jumps when AllowVirtualization is enabled Fix #2439 * RadzenPanelMenu MenuItemDisplayStyle.IconAndTextStacked added Fix #2368 * RadzenPickList SelectedSourceChanged/SelectedTargetChanged added Fix #2324 * RadzenTabs AllowReorder property added Fix #2318 * RadzenAccordion ExpandAll()/CollapseAll() added Fix #2206 * RadzenDropZoneContainer Start/End Drag events added Fix #2158 * RadzenDataGrid doesn't appear to do colspan/rowspan properly Fix #1064 * Update Gantt styles * Update Gantt styles and premium themes * Update Gantt styles * Update Gantt demos * Update Linear Gauge demos * Update component icons * tests fixed --------- Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2026-03-11 16:13:33 +02:00
padding-inline: var(--rz-menu-item-padding-inline);
color: var(--rz-text-tertiary-color) !important;
}
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
#blazor-error-ui {
background: lightyellow;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
inset-block-end: 0;
inset-inline-start: 0;
padding-block: 0.6rem 0.7rem;
padding-inline: 1.25rem;
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
position: fixed;
width: 100%;
z-index: 1000;
}
#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
inset-inline-end: 0.75rem;
inset-block-start: 0.5rem;
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
}
.blazor-error-boundary {
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding-block: 1rem;
padding-inline: 3.7rem 1rem;
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
color: white;
}
.blazor-error-boundary::after {
content: "An error has occurred."
}
.rz-app-loading {
position: fixed;
inset: 0;
background: var(--rz-base-background-color);
z-index: 1000;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.loading-progress {
position: relative;
display: block;
width: 8rem;
height: 8rem;
margin: 20vh auto 1rem auto;
}
.loading-progress circle {
fill: none;
stroke: #e0e0e0;
stroke-width: 0.6rem;
transform-origin: 50% 50%;
transform: rotate(-90deg);
}
.loading-progress circle:last-child {
stroke: #1b6ec2;
stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
position: absolute;
text-align: center;
font-weight: bold;
inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
content: var(--blazor-load-percentage-text, "Loading");
}
.logo-loading {
width: 240px !important;
height: 240px !important;
position: relative;
border-radius: 120px;
animation: boxShadow 2s infinite alternate-reverse;
animation-delay: 0ms;
}
.logo-loading:before {
position: absolute;
content: "";
inset: 0;
background: radial-gradient(circle at bottom, #FE9041 0%, #FF504D 33%, #BD00FF 66%, #534EEB 100%) top right/300% 400%;
-webkit-mask: url('data:image/svg+xml;utf8,<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 44.3294 6.9729 55.0303 17.1903 60.3741L17.2101 60L16.4699 46H24.9016C24.9016 46 24.0901 52.403 24.0901 60C24.0901 61.0352 24.1059 62.0482 24.1332 63.0258C26.65 63.662 29.2855 64 32 64ZM34.7165 21.1563C31.3677 23.0897 29.6006 26.3148 28.9123 27.8485L24.1052 31.7768C24.0954 31.1937 24.0901 30.6006 24.0901 30C24.0901 22.403 24.9405 16 24.9405 16H16.4699C16.4699 16 17.2101 22.403 17.2101 30C17.2101 37.597 16.4699 44 16.4699 44H24.9405C24.9405 44 24.3074 39.2329 24.1337 33.0449L24.9155 32.4061C25.6087 33.3444 27.4753 35.436 30.8322 36.2859C35.2237 37.3978 43.2636 36.6629 43.2636 36.6629C43.2636 36.6629 36.4332 32.6211 32.0416 31.5092C29.5122 30.8687 27.4277 31.108 26.1147 31.4261L29.3775 28.7599C30.9421 28.8081 34.5296 28.6878 38.0541 26.937C42.743 24.6078 51.9471 15.2096 51.9471 15.2096C51.9471 15.2096 39.2279 18.5516 34.7165 21.1563Z"/></svg>') center/contain;
mask: url('data:image/svg+xml;utf8,<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 44.3294 6.9729 55.0303 17.1903 60.3741L17.2101 60L16.4699 46H24.9016C24.9016 46 24.0901 52.403 24.0901 60C24.0901 61.0352 24.1059 62.0482 24.1332 63.0258C26.65 63.662 29.2855 64 32 64ZM34.7165 21.1563C31.3677 23.0897 29.6006 26.3148 28.9123 27.8485L24.1052 31.7768C24.0954 31.1937 24.0901 30.6006 24.0901 30C24.0901 22.403 24.9405 16 24.9405 16H16.4699C16.4699 16 17.2101 22.403 17.2101 30C17.2101 37.597 16.4699 44 16.4699 44H24.9405C24.9405 44 24.3074 39.2329 24.1337 33.0449L24.9155 32.4061C25.6087 33.3444 27.4753 35.436 30.8322 36.2859C35.2237 37.3978 43.2636 36.6629 43.2636 36.6629C43.2636 36.6629 36.4332 32.6211 32.0416 31.5092C29.5122 30.8687 27.4277 31.108 26.1147 31.4261L29.3775 28.7599C30.9421 28.8081 34.5296 28.6878 38.0541 26.937C42.743 24.6078 51.9471 15.2096 51.9471 15.2096C51.9471 15.2096 39.2279 18.5516 34.7165 21.1563Z"/></svg>') center/contain;
animation: colorChange 2s infinite alternate-reverse;
animation-delay: 0ms;
}
@keyframes colorChange {
to {
background-position: bottom right;
}
}
@keyframes boxShadow {
0% {
box-shadow: 0 0 0 20px rgba(97, 92, 237, 0.2), 0 0 0 40px rgba(97, 92, 237, 0.2);
}
100% {
box-shadow: 0 0 0 20px rgba(255, 80, 77, 0.2), 0 0 0 40px rgba(255, 80, 77, 0.2);
}
Keyboard navigation and accessibility improvements added to all components (#1379) * Components keyboard navigation improved * Tree CheckBox TabIndex set to -1 * DataGrid and Pager keyboard navigation section added to first demo * DataFilter keyboard navigation info added to first page * Tree keyboard navigation info added to first page * Scheduler keyboard navigation info added to first page * DropDownDataGrid keyboard navigation info added to first page * DatePicker keyboard navigation info added to first page * FileInput keyboard navigation info added to first page * demo updated * SplitButton keyboard navigation info added to first page * Upload keyboard navigation info added * Chart keyboard navigation info added to first page * demo updated * focusTableRow() fixed * more focusTableRow() fixes * even more focusTableRow() fixes * Update Accessibility page content * Update anchors in navigation components demos and add keyboard navigation shortcuts * Update MainLayout * Update Scheduler focus styles * Update keyboard navigation wording * Appointments focus improved * Update and document HTMLEditor shortcuts * Appointment focus improvements for week view * Replace ripple's background transition with background-size * focus contentView on enter * focus View on enter * persist selected theme * YearPlannerView keyboard navigation improved * YearTimelineView keyboard navigation improved * months focus state fixed * days navigation fixed * code fixed * ScrollIntoView added * Update anchors in components demos * Update Scheduler focus styles * Update premium themes --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-02-19 10:31:27 +02:00
}
.embed-container {
position: relative;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
padding-block-end: 56.25%;
Keyboard navigation and accessibility improvements added to all components (#1379) * Components keyboard navigation improved * Tree CheckBox TabIndex set to -1 * DataGrid and Pager keyboard navigation section added to first demo * DataFilter keyboard navigation info added to first page * Tree keyboard navigation info added to first page * Scheduler keyboard navigation info added to first page * DropDownDataGrid keyboard navigation info added to first page * DatePicker keyboard navigation info added to first page * FileInput keyboard navigation info added to first page * demo updated * SplitButton keyboard navigation info added to first page * Upload keyboard navigation info added * Chart keyboard navigation info added to first page * demo updated * focusTableRow() fixed * more focusTableRow() fixes * even more focusTableRow() fixes * Update Accessibility page content * Update anchors in navigation components demos and add keyboard navigation shortcuts * Update MainLayout * Update Scheduler focus styles * Update keyboard navigation wording * Appointments focus improved * Update and document HTMLEditor shortcuts * Appointment focus improvements for week view * Replace ripple's background transition with background-size * focus contentView on enter * focus View on enter * persist selected theme * YearPlannerView keyboard navigation improved * YearTimelineView keyboard navigation improved * months focus state fixed * days navigation fixed * code fixed * ScrollIntoView added * Update anchors in components demos * Update Scheduler focus styles * Update premium themes --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-02-19 10:31:27 +02:00
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
5.0 (#1603) * Initial commit Update spacing css classes in demos Update spacing css classes in demos Improve Notification layout and styles Fix Notification with custom position in RTL mode Update spacing css classes in demos Add box-sizing: border-box to components Remove bootstrap css from App.razor Fix text-align in tabs demos Rename CSS classes and update markup in RadzenDatePicker Remove bootstrap scss Tabs anchor element should inherit the text color Update margins in typography Remove bootstrap instructions from get started page Remove bootstrap css from demos Update premium themes Add variable fonts Remove legacy color tokens and token maps Remove --rz-form-group-margin-bottom as it is not used Add base color tokens Add Base style values Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Remove -styles scss map and use and styles maps instead Format button's styles Reset body margin to 0 Splitter icons should use --rz-icon-font-family Add styles for image and svg Replace MaterialIcons font with MaterialSymbols variable font Update RadzenButton's demos Update RadzenBadge's demos Update Colors demo page Update RadzenProgressBars' demos Use Base instead of Secondary button style in Confirm Dialog Update DataGrid Hierarchy demos Unify DataGrid filter buttons Replace light with base button styles Replace secondary with base button style RadzenTheme, RadzenThemeSwitch and ThemeService. Reorder base color variables Add rtl mode animation to ProgressBar Update SpeechToTextButton default button style and animation Add CookieThemeService. Fix base color variable value in software theme Add Software Dark and Humanistic Dark themes Update RadzenThemeSwitch Default base text button should inherit color from its parent element Update ColoPicker background for transparent color preview Add Material Dark theme Material Dark theme is now free Remove ambiguous method name. Update demos configurator Update premium themes Update the services to follow the options pattern for DI registration. Improve RadzenThemeSwitch to use the current theme. Rename ThemeSwitch to AppearanceToggle and add a demo page Update SplitButton's dropdown icon demo Create getting-started.html Update getting-started.html Update getting-started.html Add --rz-grid-group-header-item-color and fix column footer color Fix demos code snippet colors Add changelog and update demo status badges Update Changelog Persist the current theme. Update getting-started.html Rename getting-started.html to md. Render the theme CSS class at RadzenLayout level. Hide the right sidebar by default. Isolate CSS variables in a single rule Revamp the getting started help article. Remove nested README.md. Link getting started instructions. Add Scheduler highlight background color css variable Sidebar border right should be inline-end Inputs should inherit font-family Buttons in code viewer and event console should use base button style Add Standard Dark theme Update Changelog Sidebar border right in themes should be inline-end Render RadzenTheme only when needed. Add cursor pointer to SidebarToggle Fix AppearanceToggle margin Update default theme colors Update standard theme colors Fix filter color in humanistic dark theme Update software dark theme colors Add humanistic dark wcag theme Add software dark wcag theme Add standard dark wcag theme Buttons for add and remove now use base button style Update Get Started styling Update Dark WCAG theme colors Update SideBar transition styles Remove theme name css class Add premium themes code fixed more code fixes * Update Icon demo page content * Fix --rz-grid-filter-buttons-background-color in Standard theme * Remove obsolete fonts * tests fixed --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-07-18 16:24:20 +03:00
inset-block-start: 0;
inset-inline-start: 0;
Keyboard navigation and accessibility improvements added to all components (#1379) * Components keyboard navigation improved * Tree CheckBox TabIndex set to -1 * DataGrid and Pager keyboard navigation section added to first demo * DataFilter keyboard navigation info added to first page * Tree keyboard navigation info added to first page * Scheduler keyboard navigation info added to first page * DropDownDataGrid keyboard navigation info added to first page * DatePicker keyboard navigation info added to first page * FileInput keyboard navigation info added to first page * demo updated * SplitButton keyboard navigation info added to first page * Upload keyboard navigation info added * Chart keyboard navigation info added to first page * demo updated * focusTableRow() fixed * more focusTableRow() fixes * even more focusTableRow() fixes * Update Accessibility page content * Update anchors in navigation components demos and add keyboard navigation shortcuts * Update MainLayout * Update Scheduler focus styles * Update keyboard navigation wording * Appointments focus improved * Update and document HTMLEditor shortcuts * Appointment focus improvements for week view * Replace ripple's background transition with background-size * focus contentView on enter * focus View on enter * persist selected theme * YearPlannerView keyboard navigation improved * YearTimelineView keyboard navigation improved * months focus state fixed * days navigation fixed * code fixed * ScrollIntoView added * Update anchors in components demos * Update Scheduler focus styles * Update premium themes --------- Co-authored-by: yordanov <vasil@yordanov.info>
2024-02-19 10:31:27 +02:00
width: 100%;
height: 100%;
}
.code-editor {
height: 500px;
width: 100%;
}
.playground .code-editor {
height: 100%;
width: 100%;
}
@media (max-width: 768px) {
.rz-tabview-nav {
flex-wrap: wrap;
}
}