diff --git a/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css
index 2efaa9bb6cfd0fc5bee754a5a67df79e8d833626..0460e3bf5e7daa676d0ae787ecfdf3a18c1484db 100644
--- a/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Blue/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #3a44e6 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,7 +94,8 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #3a44e6;
+  font-weight: bold;
+  background-color: #2F2F2F;
   color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
@@ -102,8 +103,9 @@ stage {
 }
 
 .modal-dialog-linked-button:hover {
-  color: #f7f7f7;
+  font-weight: bold;
   background-color: rgba(58, 68, 230, 0.4);
+  color: #3A44E6;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(58, 68, 230, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #3A44E6;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(58, 68, 230, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #3A44E6;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(58, 68, 230, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(58, 68, 230, 0.4);
+  color: #3A44E6;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css
index ff850c87eeb8c2b3f2b923ce02e5d96555903803..ffa72ea37d43f2ffd7a2e5bc97a5b8ca9d6fae51 100644
--- a/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Blue/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(58, 68, 230, 0.4);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #3A44E6;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css
index 1a28153fe2531e8b6b14f086fb335faa780f6025..08f5a5111e01a61fbb5e545daa18cee05da895f2 100644
--- a/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Green/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #45C847 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #45C847;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #2F2F2F;
+  color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #f7f7f7;
+  font-weight: bold;
   background-color: rgba(69, 200, 71, 0.4);
+  color: #45C847;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(69, 200, 71, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #45C847;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(69, 200, 71, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #45c847;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(69, 200, 71, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(69, 200, 71, 0.4);
+  color: #45C847;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(247, 247, 247, 0.2);
-  color: #241f1c;
+  color: #f7f7f7;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css
index f7ba809e12b5bd50796402f0a5b96019b1968fa8..6665713b7e865bf2cc3b4022004ee55499a99bf5 100644
--- a/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Green/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(69, 200, 71, 0.32);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #45c847;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css
index f8046915e926dddcc0b3102c215c714597ea54bc..eab12a261860195a53d189f21fe89429ad170688 100644
--- a/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Magenta/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #CD2CD8 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,7 +94,8 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #CD2CD8;
+  font-weight: bold;
+  background-color: #2F2F2F;
   color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
@@ -102,8 +103,9 @@ stage {
 }
 
 .modal-dialog-linked-button:hover {
-  color: #f7f7f7;
+  font-weight: bold;
   background-color: rgba(205, 44, 216, 0.4);
+  color: #CD2CD8;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(205, 44, 216, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #CD2CD8;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(205, 44, 216, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #cd2cd8;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(205, 44, 216, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(205, 44, 216, 0.4);
+  color: #CD2CD8;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css
index c1819d95c8604ec6b9b70c237f0eb8093dbd2062..72113892415b646a189e80074e2741957c793bde 100644
--- a/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Magenta/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(205, 44, 216, 0.32);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #cd2cd8;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css
index e62190c44a71e503bb64350f2226a887d13adcf6..3c6cc04c3f79f8c153751a455441dda912b1e733 100644
--- a/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Orange/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E6823A !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E6823A;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #2F2F2F;
+  color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #f7f7f7;
+  font-weight: bold;
   background-color: rgba(230, 130, 58, 0.4);
+  color: #E6823A;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(230, 130, 58, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #e6823a;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(230, 130, 58, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e6823a;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(230, 130, 58, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(230, 130, 58, 0.4);
+  color: #E6823A;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(247, 247, 247, 0.2);
-  color: #241f1c;
+  color: #f7f7f7;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css
index 6737d6b773b1698f6a3f499db8801776ad7c7249..b426a7f9122ea295834fc761868ef3e6349d1ed2 100644
--- a/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Orange/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(230, 130, 58, 0.32);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e6823a;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css
index 6cace342336342dfcc341ab776af8fed528d76fa..925cf96da2d15ee70d7cb25187f7bc5c0ea7758a 100644
--- a/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Red/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E63D3A !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,7 +94,8 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E63D3A;
+  font-weight: bold;
+  background-color: #2F2F2F;
   color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
@@ -102,8 +103,9 @@ stage {
 }
 
 .modal-dialog-linked-button:hover {
-  color: #f7f7f7;
+  font-weight: bold;
   background-color: rgba(230, 61, 58, 0.4);
+  color: #E63D3A;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(230, 61, 58, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #E63D3A;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(230, 61, 58, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e63d3a;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(230, 61, 58, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(230, 61, 58, 0.4);
+  color: #E63D3A;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css
index b9ae43912a718fe057c151b972a9db9b32433b59..557d66b98bc8994471292740e59f7886e98fb878 100644
--- a/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Red/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(230, 61, 58, 0.32);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e63d3a;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css
index 893eba5f78565479a21fd869d106247bda3a76ca..7c78f8aa2701dd660cd8e147c2ac25dace4b87b6 100644
--- a/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Dark_Yellow/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E9E71B !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(247, 247, 247, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E9E71B;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #2F2F2F;
+  color: #f7f7f7;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(233, 231, 27, 0.4);
+  color: #E9E71B;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(247, 247, 247, 0.08);
+  background-color: rgba(233, 231, 27, 0.4);
   color: #f7f7f7;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #E9E71B;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #f7f7f7;
   background-color: #282828;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(233, 231, 27, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e9e71b;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #f7f7f7;
   background-color: #282828;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(233, 231, 27, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(233, 231, 27, 0.4);
+  color: #E9E71B;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(247, 247, 247, 0.2);
-  color: #241f1c;
+  color: #f7f7f7;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css
index f8de0c50c7d034307cadbedeaa6d7cba15b91bf1..ca23f577e290c264b66fbd1de8dc60484308b169 100644
--- a/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Dark_Yellow/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(247, 247, 247, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #f7f7f7;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(247, 247, 247, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #2F2F2F;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(233, 231, 27, 0.32);
+  color:#ffffff;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color:rgba(255, 255, 255, 0.3);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
   background-color: #282828;
   color: #f7f7f7;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,13 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  background-color: transparent;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e9e71b;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3673,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css
index 4b66ce4b597539c28dec57faf0329e6d4addfb73..3b6345d5aff8dcd233348aa2cc70665d0003690a 100644
--- a/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Blue/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #3a44e6 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #3a44e6;
-  color: #f7f7f7;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(58, 68, 230, 0.4);
+  color: #3A44E6;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(58, 68, 230, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #3A44E6;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(58, 68, 230, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #3A44E6;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(58, 68, 230, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(58, 68, 230, 0.4);
+  color: #3A44E6;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(36, 31, 28, 0.2);
-  color: #f7f7f7;
+  color: #241f1c;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css
index 8f018a7c4fd2f47eb84f0c03724e6cca38d8d223..c8cba8333a557907911c4687780b1185076023e1 100644
--- a/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Blue/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(58, 68, 230, 0.4);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #3A44E6;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css
index dc29242f1d1484bc214779186379c663e21d9c47..890e580c4228214abf7b0ea012c9acdaf47839be 100644
--- a/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Green/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #45C847 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #45C847;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(69, 200, 71, 0.4);
+  color: #45C847;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(69, 200, 71, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #45C847;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(69, 200, 71, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #45c847;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(69, 200, 71, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(69, 200, 71, 0.4);
+  color: #45C847;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css
index 9b285760fb63ef6088915adef7f696bef3495c4f..6d1755f34019e921bd696a151190c24236b8e7c7 100644
--- a/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Green/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(69, 200, 71, 0.32);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #45c847;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css
index 1c69c855415ee6aff5ab3cbc8c24715d62827619..96cf8829b3122678ab9cd1eee50b6b3d1f9f78f1 100644
--- a/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Magenta/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #CD2CD8 !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #CD2CD8;
-  color: #f7f7f7;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(205, 44, 216, 0.4);
+  color: #CD2CD8;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(205, 44, 216, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #CD2CD8;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(205, 44, 216, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #cd2cd8;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(205, 44, 216, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(205, 44, 216, 0.4);
+  color: #CD2CD8;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(36, 31, 28, 0.2);
-  color: #f7f7f7;
+  color: #241f1c;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css
index 5c6c03f1a3ae5eb6fb5e464a6f19eb09fe1103de..9ca70438b72d5684b8ab09473df196e42e6f0d58 100644
--- a/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Magenta/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(205, 44, 216, 0.32);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #cd2cd8;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css
index b72f6b632de3bd337e8890d4fc96917ad60d4dfa..a3299131fbbfeb522cb2d78f063db33f1dac7e11 100644
--- a/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Orange/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E6823A !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E6823A;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(230, 130, 58, 0.4);
+  color: #E6823A;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(230, 130, 58, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #e6823a;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(230, 130, 58, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e6823a;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(230, 130, 58, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(230, 130, 58, 0.4);
+  color: #E6823A;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css
index b0121e11e3bf642018443360e5b1d12501d47ac2..0228d6324383526899ddb57d1463d38b04c306be 100644
--- a/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Orange/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(230, 130, 58, 0.32);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e6823a;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css
index 4728d88fa297239f24305ec7b809a764a0f7ffae..e3875070eee6a61b785252147b1bc7eb4656bc89 100644
--- a/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Red/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E63D3A !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E63D3A;
-  color: #f7f7f7;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(230, 61, 58, 0.4);
+  color: #E63D3A;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(230, 61, 58, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #E63D3A;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(230, 61, 58, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e63d3a;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,26 +2243,27 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(230, 61, 58, 0.8);
-  color: #f7f7f7;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(230, 61, 58, 0.4);
+  color: #E63D3A;
 }
 
 .notification-banner .notification-button:active {
   transition-duration: 200ms;
   background-color: rgba(36, 31, 28, 0.2);
-  color: #f7f7f7;
+  color: #241f1c;
 }
 
 .summary-source-counter {
diff --git a/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css
index 8a1ef13e7f72e85b97976bd5c049fa1f0c13fdd9..9df57fd9aeb6d2b1c923b7360b80faf22f3ef198 100644
--- a/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Red/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(230, 61, 58, 0.32);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e63d3a;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css b/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css
index dd32cee2b8761a6b4c8c3fc2a0863d361b830fd6..5994ab01b4a39d3fdf399cde6e82904b66964269 100644
--- a/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css
+++ b/GTK_Gnome/Bazik_Light_Yellow/gnome-shell/gnome-shell.css
@@ -81,10 +81,10 @@ stage {
 .modal-dialog-linked-button {
   min-height: 36px;
   padding: 0 8px;
-  border-top: 1px solid #E9E71B !important;
+  border-top: 1px solid transparent !important;
   border-right-width: 0;
   font-size: 10.5pt;
-  font-weight: 500;
+  font-weight: bold;
   color: rgba(36, 31, 28, 0.7);
   background-color: transparent;
   border-color: transparent;
@@ -94,16 +94,18 @@ stage {
 }
 
 .modal-dialog-linked-button:focus {
-  background-color: #E9E71B;
-  color: #241f1c;
+  font-weight: bold;
+  background-color: #F6F6F6;
+  color: #1c1c1c;
   text-shadow: none;
   icon-shadow: none;
   box-shadow: 0 0 transparent;
 }
 
 .modal-dialog-linked-button:hover {
-  color: #241f1c;
+  font-weight: bold;
   background-color: rgba(233, 231, 27, 0.4);
+  color: #E9E71B;
   border-color: transparent;
   box-shadow: 0 0 transparent;
   text-shadow: none;
@@ -130,17 +132,17 @@ stage {
 }
 
 .modal-dialog-linked-button:first-child {
-  border-radius: 0px 0px 0px 5px;
+  border-radius: 0px 0px 0px 20px;
 }
 
 .modal-dialog-linked-button:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 0px;
+  border-radius: 0px 0px 20px 0px;
 }
 
 .modal-dialog-linked-button:first-child:last-child {
   border-right-width: 0px;
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
 /* Entries */
@@ -356,7 +358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .modal-dialog {
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -1614,7 +1616,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .system-menu-action:hover, .system-menu-action:focus {
-  background-color: rgba(36, 31, 28, 0.08);
+  background-color: rgba(233, 231, 27, 0.4);
   color: #241f1c;
   border: none;
   padding: 16px;
@@ -1796,7 +1798,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .window-clone-border {
   border: #E9E71B;
-  border-radius: 5px;
+  border-radius: 20px;
   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
 }
 
@@ -1934,7 +1936,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .dash-label {
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 7px 8px;
   color: #241f1c;
   background-color: #ffffff;
@@ -2112,7 +2114,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 .page-indicator .page-indicator-icon {
   width: 14px;
   height: 14px;
-  border-radius: 14px;
   border: none;
   background-image: none;
   background-color: white;
@@ -2121,12 +2122,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 
 .page-indicator:hover .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.5);
+  background-color: rgba(233, 231, 27, 0.4);
 }
 
 .page-indicator:active .page-indicator-icon {
   background-image: none;
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: #e9e71b;
 }
 
 .page-indicator:checked .page-indicator-icon {
@@ -2197,7 +2198,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
   font-size: 1em;
   width: 34em;
   min-height: 64px;
-  border-radius: 5px;
+  border-radius: 20px;
   color: #241f1c;
   background-color: #ffffff;
   border: none;
@@ -2242,20 +2243,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
 }
 
 .notification-banner .notification-button:first-child {
-  border-radius: 0 0 0 5px;
+  border-radius: 0 0 0 20px;
 }
 
 .notification-banner .notification-button:last-child {
-  border-radius: 0 0 5px 0;
+  border-radius: 0 0 20px 0;
 }
 
 .notification-banner .notification-button:first-child:last-child {
-  border-radius: 0px 0px 5px 5px;
+  border-radius: 0px 0px 20px 20px;
 }
 
-.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
-  background-color: rgba(233, 231, 27, 0.8);
-  color: #241f1c;
+.notification-banner .notification-button:hover, .notification-banner .notification-button:focus {
+  font-weight: bold;
+  background-color: rgba(233, 231, 27, 0.4);
+  color: #E9E71B;
 }
 
 .notification-banner .notification-button:active {
diff --git a/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css b/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css
index 726330981c9c6d596061e621efbabb835667b87e..1ca057f93533000e0560ce8cb168a504858eb621 100644
--- a/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css
+++ b/GTK_Gnome/Bazik_Light_Yellow/gtk-3.0/gtk.css
@@ -525,9 +525,9 @@ button.flat {
 }
 
 modelbutton.flat:hover,
-.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
-popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
-radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover,
+notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
+radio:hover, calendar.button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover,
 actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover,
 button.flat:hover {
   box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08);
@@ -535,9 +535,9 @@ button.flat:hover {
 }
 
 modelbutton.flat:active,
-.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
-popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
-radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active,
+notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
+radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active,
 actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active,
 button.flat:active {
   transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
@@ -549,9 +549,9 @@ button.flat:active {
 }
 
 modelbutton.flat:disabled,
-.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
-popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
-radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
+.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled,
+notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
+radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled,
 actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled,
 button.flat:disabled {
   box-shadow: none;
@@ -559,14 +559,14 @@ button.flat:disabled {
   color: rgba(36, 31, 28, 0.3);
 }
 
-:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked,
 actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked,
 button.flat:checked {
   background-color: alpha(currentColor, 0.24);
   color: #241f1c;
 }
 
-:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
+:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled,
 actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled,
 button.flat:checked:disabled {
   background-color: rgba(36, 31, 28, 0.12);
@@ -1922,9 +1922,22 @@ popover.background toolbar {
 
 popover.background.menu button,
 popover.background button.model {
+  background-color: #F6F6F6;
   min-height: 32px;
   padding: 0 8px;
-  border-radius: 5px;
+  border-radius: 0px;
+}
+
+popover.background.menu button:hover,
+popover.background button.model:hover {
+  background-color: rgba(233, 231, 27, 0.32);
+  color:#1a1a1a;
+}
+
+popover.background.menu button:disabled,
+popover.background button.model:disabled {
+  background-color: transparent;
+  color: rgba(36, 31, 28, 0.5);
 }
 
 popover.background separator {
@@ -3211,8 +3224,8 @@ messagedialog .titlebar {
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
   background-color: #ffffff;
   color: #241f1c;
-  border-top-left-radius: 7px;
-  border-top-right-radius: 7px;
+  border-top-left-radius: 20px;
+  border-top-right-radius: 20px;
 }
 
 messagedialog .titlebar:backdrop {
@@ -3220,8 +3233,8 @@ messagedialog .titlebar:backdrop {
 }
 
 messagedialog.csd.background {
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-bottom-left-radius: 20px;
+  border-bottom-right-radius: 20px;
 }
 
 messagedialog.csd .dialog-action-area {
@@ -3230,7 +3243,12 @@ messagedialog.csd .dialog-action-area {
 }
 
 messagedialog.csd .dialog-action-area button {
-  border-radius: 5px;
+  border-radius: 20px;
+}
+
+messagedialog.csd .dialog-action-area button:hover {
+  background-color: transparent;
+  color: #e9e71b;
 }
 
 messagedialog.csd .dialog-action-area button:not(:last-child) {
@@ -3654,7 +3672,7 @@ tooltip.csd decoration {
 }
 
 messagedialog.csd decoration {
-  border-radius: 5px;
+  border-radius: 20px;
 }
 
 .solid-csd decoration {
diff --git a/LastUpdates b/LastUpdates
index cc9ed134b2b052006bc6bd9d3a2e7a248e9c9a33..ed097fb9617e72136f66dd3865c80a993d7e932c 100644
--- a/LastUpdates
+++ b/LastUpdates
@@ -1,3 +1,5 @@
 -Solid color on xfce4 panel.
--Fixed GTK3 tooltips border radius.
+-Fixed tooltips border radius.
 -Some changes to some buttons.
+-Changed some windows border radius.
+-Colored GS Page-indicator