From 74f1fda7c7100e233e9ca2dce3ede131b93d1042 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 26 Nov 2024 22:52:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=D0=B6=D0=B0=D1=82=D0=B8=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EmployeeManagmentView/App.xaml | 49 +++++++++++++++++++++------ EmployeeManagmentView/MainWindow.xaml | 7 ++-- 2 files changed, 44 insertions(+), 12 deletions(-) diff --git a/EmployeeManagmentView/App.xaml b/EmployeeManagmentView/App.xaml index a468742..379f75c 100644 --- a/EmployeeManagmentView/App.xaml +++ b/EmployeeManagmentView/App.xaml @@ -8,18 +8,21 @@ - + CornerRadius="15" + BorderBrush="Transparent" + BorderThickness="0" + x:Name="ButtonBorder"> + + + + @@ -27,8 +30,8 @@ + Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)" + To="#0066CC" Duration="0:0:0.2" /> @@ -36,15 +39,16 @@ + Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)" + To="#004890" Duration="0:0:0.2" /> - + + @@ -55,6 +59,30 @@ + + + + + + + + + + + + + + + + @@ -62,6 +90,7 @@ +