This commit is contained in:
vinceliuice 2020-12-25 21:50:01 +08:00
parent 0ce8401e93
commit c7886cf69c
13 changed files with 553 additions and 553 deletions

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: rgba(36, 36, 36, 0.95); background-color: rgba(36, 36, 36, 0.95);
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #afafaf; color: #afafaf;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: #242424; background-color: #242424;
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #afafaf; color: #afafaf;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: #242424; background-color: #242424;
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #afafaf; color: #afafaf;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: rgba(36, 36, 36, 0.95); background-color: rgba(36, 36, 36, 0.95);
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #afafaf; color: #afafaf;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: rgba(245, 245, 245, 0.95); background-color: rgba(245, 245, 245, 0.95);
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #424242; color: #424242;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #424242; color: #424242;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #424242; color: #424242;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);

View File

@ -921,7 +921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */ /* Popovers/Menus */
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { .candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
background-color: rgba(245, 245, 245, 0.95); background-color: rgba(245, 245, 245, 0.95);
border-radius: 14px; border-radius: 12px;
border: none; border: none;
} }
@ -933,7 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0 6px; margin: 0 6px;
@ -942,7 +942,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-sub-menu .popup-menu-item { .popup-menu .popup-sub-menu .popup-menu-item {
margin: 0; margin: 0;
border-radius: 10px; border-radius: 8px;
} }
.popup-menu .popup-sub-menu .popup-menu-item:hover { .popup-menu .popup-sub-menu .popup-menu-item:hover {
@ -956,7 +956,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { .popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child {
border-radius: 0 0 10px 10px; border-radius: 0 0 8px 8px;
} }
.popup-menu .popup-menu-content { .popup-menu .popup-menu-content {
@ -970,7 +970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
padding: 6px; padding: 6px;
color: #424242; color: #424242;
text-shadow: none; text-shadow: none;
border-radius: 10px; border-radius: 8px;
margin: 0 6px; margin: 0 6px;
transition-duration: 0ms; transition-duration: 0ms;
} }
@ -987,7 +987,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal; font-weight: normal;
border-radius: 10px 10px 0 0; border-radius: 8px 8px 0 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.75);

View File

@ -41,7 +41,7 @@
} }
.background.csd { .background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.maximized, .background.solid-csd { .background.maximized, .background.solid-csd {
@ -1402,7 +1402,7 @@ actionbar {
} }
.background.csd revealer > actionbar { .background.csd revealer > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
headerbar { headerbar {
@ -1613,7 +1613,7 @@ headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.defau
} }
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop { .maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
@ -1621,7 +1621,7 @@ separator:first-child + headerbar, separator:first-child + headerbar:backdrop, h
} }
headerbar:last-child, headerbar:last-child:backdrop { headerbar:last-child, headerbar:last-child:backdrop {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop { .maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
@ -1629,21 +1629,21 @@ headerbar:last-child, headerbar:last-child:backdrop {
} }
stack headerbar:first-child, stack headerbar:last-child { stack headerbar:first-child, stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
window headerbar:last-child:backdrop, window headerbar:last-child { window headerbar:last-child:backdrop, window headerbar:last-child {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child { window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
@ -1652,8 +1652,8 @@ window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerb
} }
.titlebar, .titlebar.background { .titlebar, .titlebar.background {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.titlebar, .titlebar headerbar { .titlebar, .titlebar headerbar {
@ -2254,7 +2254,7 @@ menu > arrow,
menu > arrow.top, menu > arrow.top,
.menu > arrow.top { .menu > arrow.top {
margin-top: -6px; margin-top: -6px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
} }
@ -2265,7 +2265,7 @@ menu > arrow.bottom,
.menu > arrow.bottom { .menu > arrow.bottom {
margin-top: 12px; margin-top: 12px;
margin-bottom: -16px; margin-bottom: -16px;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
} }
@ -2289,7 +2289,7 @@ menu > arrow:disabled,
popover, popover,
popover.background { popover.background {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
background-clip: border-box; background-clip: border-box;
background-color: #333333; background-color: #333333;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.55); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.55);
@ -2297,7 +2297,7 @@ popover.background {
.csd popover, popover, .csd popover.background, .csd popover, popover, .csd popover.background,
popover.background { popover.background {
border-radius: 14px; border-radius: 12px;
border: 1px solid #424242; border: 1px solid #424242;
} }
@ -2361,7 +2361,7 @@ notebook > stack:not(:only-child) {
} }
notebook:not(.frame), notebook:not(.frame) > stack { notebook:not(.frame), notebook:not(.frame) > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
notebook > header { notebook > header {
@ -3903,14 +3903,14 @@ messagedialog .dialog-action-area button.suggested-action, messagedialog .dialog
} }
messagedialog.csd.background { messagedialog.csd.background {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border: none; border: none;
} }
.csd filechooser { .csd filechooser {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser placessidebar.sidebar { .csd filechooser placessidebar.sidebar {
@ -3921,7 +3921,7 @@ messagedialog.csd.background {
color: #dadada; color: #dadada;
background-color: transparent; background-color: transparent;
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
.csd filechooser actionbar label, .csd filechooser actionbar combobox { .csd filechooser actionbar label, .csd filechooser actionbar combobox {
@ -3934,7 +3934,7 @@ messagedialog.csd.background {
.csd filechooser stack.view scrolledwindow { .csd filechooser stack.view scrolledwindow {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser stack.view scrolledwindow list { .csd filechooser stack.view scrolledwindow list {
@ -4481,7 +4481,7 @@ stackswitcher button.text-button {
decoration { decoration {
transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 16px 16px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 16px 16px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
margin: 6px; margin: 6px;
} }
@ -4497,12 +4497,12 @@ decoration:backdrop {
.popup decoration { .popup decoration {
box-shadow: none; box-shadow: none;
border-radius: 14px; border-radius: 12px;
} }
.ssd decoration { .ssd decoration {
margin: -5px; margin: -5px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
} }
@ -4516,12 +4516,12 @@ decoration:backdrop {
} }
tooltip.csd decoration { tooltip.csd decoration {
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
} }
messagedialog.csd decoration { messagedialog.csd decoration {
border-radius: 14px; border-radius: 12px;
} }
.solid-csd decoration { .solid-csd decoration {
@ -4702,7 +4702,7 @@ row:selected label, label:selected {
*********/ *********/
popover.emoji-picker { popover.emoji-picker {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
} }
popover.emoji-picker entry { popover.emoji-picker entry {
@ -4767,7 +4767,7 @@ terminal-window.background.csd {
} }
terminal-window decoration { terminal-window decoration {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
terminal-window notebook button.flat.toggle.popup { terminal-window notebook button.flat.toggle.popup {
@ -4785,7 +4785,7 @@ window.background.csd > box.vertical > box.horizontal > frame > border {
} }
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame {
@ -4793,7 +4793,7 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
filechooser paned > separator, filechooser paned > separator,
@ -4801,7 +4801,7 @@ filechooser paned > separator,
border: none; border: none;
background-color: transparent; background-color: transparent;
background-image: image(#242424); background-image: image(#242424);
background-size: 14px 14px; background-size: 12px 12px;
background-position: left bottom; background-position: left bottom;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -4824,7 +4824,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd { .nautilus-window.background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: transparent; background-color: transparent;
background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%);
} }
@ -4845,7 +4845,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { .nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.nautilus-window headerbar .path-bar-box { .nautilus-window headerbar .path-bar-box {
@ -4874,7 +4874,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window placessidebar.sidebar { .nautilus-window placessidebar.sidebar {
margin-bottom: 14px; margin-bottom: 12px;
border: none; border: none;
min-width: 200px; min-width: 200px;
background-color: transparent; background-color: transparent;
@ -5004,7 +5004,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window notebook, .nautilus-window notebook > stack { .nautilus-window notebook, .nautilus-window notebook > stack {
border-radius: 0 0 16px 16px; border-radius: 0 0 14px 14px;
} }
.nautilus-window notebook > stack { .nautilus-window notebook > stack {
@ -5017,7 +5017,7 @@ filechooser paned > separator:hover,
.nautilus-window notebook infobar { .nautilus-window notebook infobar {
margin: 6px 10px 10px 6px; margin: 6px 10px 10px 6px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
padding: 0 6px; padding: 0 6px;
} }
@ -5026,7 +5026,7 @@ filechooser paned > separator:hover,
padding: 2px; padding: 2px;
background-color: #0860f2; background-color: #0860f2;
color: white; color: white;
border-radius: 8px; border-radius: 6px;
margin: 6px; margin: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
} }
@ -5057,7 +5057,7 @@ filechooser paned > separator:hover,
.nautilus-window placesview actionbar.background { .nautilus-window placesview actionbar.background {
background-color: #333333; background-color: #333333;
margin: 6px; margin: 6px;
border-radius: 8px; border-radius: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1);
border: none; border: none;
} }
@ -5096,7 +5096,7 @@ filechooser paned > separator:hover,
.nautilus-list-view { .nautilus-list-view {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) {
@ -5284,7 +5284,7 @@ filechooser paned > separator:hover,
} }
.view.cs-category-view { .view.cs-category-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title { window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title {
@ -5297,7 +5297,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned >
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
@ -5381,7 +5381,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
.gedit-side-panel-paned statusbar { .gedit-side-panel-paned statusbar {
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
background-color: #333333; background-color: #333333;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.gedit-side-panel-paned statusbar frame > border { .gedit-side-panel-paned statusbar frame > border {
@ -5618,19 +5618,19 @@ preferencesbin entry.search {
} }
dzlpreferencesview stacksidebar.sidebar { dzlpreferencesview stacksidebar.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list { dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#buildui.buildui list.sidebar { dzldockbin#buildui.buildui list.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) {
@ -5638,7 +5638,7 @@ dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned t
} }
ideeditorutilities.bottom.pinned.dzldockbinedge { ideeditorutilities.bottom.pinned.dzldockbinedge {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
gstyleslidein #scale_box button.toggle:checked, gstyleslidein #scale_box button.toggle:checked,
@ -5657,7 +5657,7 @@ configurationview list {
} }
dzldockbin actionbar { dzldockbin actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
workbench.csd > stack.titlebar:not(headerbar) { workbench.csd > stack.titlebar:not(headerbar) {
@ -5668,7 +5668,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
} }
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry { window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry {
@ -5693,7 +5693,7 @@ window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlm
} }
window.background > box.vertical box.horizontal list.categories { window.background > box.vertical box.horizontal list.categories {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
@ -5793,7 +5793,7 @@ widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
widget#PERFORMANCE .sidebar { widget#PERFORMANCE .sidebar {
background-color: #242424; background-color: #242424;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
graph-switcher-button.toggle { graph-switcher-button.toggle {
@ -5932,7 +5932,7 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) { .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) {
border-radius: 14px; border-radius: 12px;
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
border: none; border: none;
@ -5944,23 +5944,23 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
border-radius: 14px; border-radius: 12px;
} }
hdyleaflet list > row.activatable, leaflet list > row.activatable { hdyleaflet list > row.activatable, leaflet list > row.activatable {
margin: 2px 4px; margin: 2px 4px;
border-radius: 10px; border-radius: 8px;
-gtk-outline-radius: 8px; -gtk-outline-radius: 6px;
} }
hdyleaflet frame > border, leaflet frame > border { hdyleaflet frame > border, leaflet frame > border {
@ -5990,7 +5990,7 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator {
window.background.csd > hdyleaflet > box.vertical > stack.main-container { window.background.csd > hdyleaflet > box.vertical > stack.main-container {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
row#AutostartTitle.tweak { row#AutostartTitle.tweak {
@ -6009,7 +6009,7 @@ row#AutostartTitle.tweak {
.tweak-categories { .tweak-categories {
background-image: none; background-image: none;
background-color: #333333; background-color: #333333;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
.tweak-categories > separator { .tweak-categories > separator {
@ -6019,14 +6019,14 @@ row#AutostartTitle.tweak {
} }
window.background.csd > stack { window.background.csd > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > leaflet > stack.background, window.background.csd > leaflet > stack.background,
window.background.csd > hdyleaflet > stack.background, window.background.csd > hdyleaflet > stack.background,
window.background.csd > box.horizontal > stack.background { window.background.csd > box.horizontal > stack.background {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active, window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active,
@ -6042,7 +6042,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical, window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical,
@ -6055,7 +6055,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view,
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 15px; border-bottom-left-radius: 13px;
} }
window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack,
@ -6084,7 +6084,7 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
window#gnome-system-monitor.background.csd > box.vertical > stack { window#gnome-system-monitor.background.csd > box.vertical > stack {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) { window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) {
@ -6093,11 +6093,11 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
stack > grid.vertical > scrolledwindow { stack > grid.vertical > scrolledwindow {
border: none; border: none;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical > scrolledwindow > viewport.frame list { stack > grid.vertical > scrolledwindow > viewport.frame list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical scrolledwindow.frame.emptyGrid { stack > grid.vertical scrolledwindow.frame.emptyGrid {
@ -6116,19 +6116,19 @@ window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
} }
window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form { window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form {
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical, window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical,
window.background.csd > overlay > leaflet > stack > frame > grid.vertical { window.background.csd > overlay > leaflet > stack > frame > grid.vertical {
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame { window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button,
@ -6162,26 +6162,26 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
} }
notebook.main-notebook webkitwebview { notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > overlay > stack.background { window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
#weather-page, #weather-page,
#weekly-forecast-frame { #weekly-forecast-frame {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
#weather-page-content-view { #weather-page-content-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd.unified { window.background.csd.unified {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
@ -6197,13 +6197,13 @@ viewswitcherbar > actionbar {
.polari-room-list .sidebar { .polari-room-list .sidebar {
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
stack.view.polari-entry-area { stack.view.polari-entry-area {
background-color: #333333; background-color: #333333;
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover { stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover {
@ -6551,7 +6551,7 @@ flowboxchild.bookmark-tag-widget-selected {
} }
.background.csd.main-window .sidebar.rooms-sidebar { .background.csd.main-window .sidebar.rooms-sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.documents-scrolledwin { .documents-scrolledwin {
@ -6579,21 +6579,21 @@ flowboxchild.bookmark-tag-widget-selected {
} }
window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar { window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) { window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
background-color: transparent; background-color: transparent;
border-radius: 14px; border-radius: 12px;
} }
window.background.csd evview.view.content-view { window.background.csd evview.view.content-view {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #242424; background-color: #242424;
} }
@ -6602,7 +6602,7 @@ window.background.csd evview.view.content-view {
} }
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
background-color: #333333; background-color: #333333;
} }
@ -6654,11 +6654,11 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwin
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child {
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
@ -6667,7 +6667,7 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scr
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow,
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #242424; background-color: #242424;
} }
@ -6677,7 +6677,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) {
@ -6689,20 +6689,20 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.
} }
dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-width: 1px 0 0 0; border-width: 1px 0 0 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox separator.vertical { dialog.background.csd > box.vertical.dialog-vbox separator.vertical {
@ -6722,11 +6722,11 @@ dialog.background.csd > box.vertical.dialog-vbox > .dialog-action-box > .dialog-
} }
dialog.background.csd stack scrolledwindow.frame { dialog.background.csd stack scrolledwindow.frame {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view { dialog.background.csd stack scrolledwindow.frame textview.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view > text { dialog.background.csd stack scrolledwindow.frame textview.view > text {
@ -6738,7 +6738,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:
} }
dialog.background.csd stack scrolledwindow viewport.frame.view { dialog.background.csd stack scrolledwindow viewport.frame.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area { dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area {
@ -7022,7 +7022,7 @@ window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
} }
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background-color: #333333; background-color: #333333;
} }
@ -7145,7 +7145,7 @@ window.thunar notebook header.top tab.reorderable-page > box > label {
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar,
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar { window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar,
@ -7167,13 +7167,13 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
.geary-main-window.background.csd stack#conversation_viewer, .geary-main-window.background.csd stack#conversation_viewer,
window#GearyMainWindow.background.csd stack#conversation_viewer { window#GearyMainWindow.background.csd stack#conversation_viewer {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame { window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox,
@ -7202,7 +7202,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusb
margin: -8px -12px; margin: -8px -12px;
border: none; border: none;
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border, .geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border,
@ -7567,15 +7567,15 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-
} }
window.background.csd > box.horizontal > stack > box.vertical > notebook > stack { window.background.csd > box.horizontal > stack > box.vertical > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
toolbar#SubToolBox { toolbar#SubToolBox {
@ -7948,7 +7948,7 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) { window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background: none; background: none;
} }
@ -7992,11 +7992,11 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list { window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.dynamic-notebook > notebook > stack { .dynamic-notebook > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
background-color: #242424; background-color: #242424;
} }
@ -8113,7 +8113,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
.gala-notification { .gala-notification {
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, #2a2a2a, #2a2a2a); background-image: linear-gradient(to bottom, #2a2a2a, #2a2a2a);
background-color: transparent; background-color: transparent;
@ -8187,14 +8187,14 @@ UnityDecoration {
} }
UnityDecoration.background { UnityDecoration.background {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
} }
UnityDecoration .top { UnityDecoration .top {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);
border-bottom-width: 0; border-bottom-width: 0;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
padding: 1px 6px 0 6px; padding: 1px 6px 0 6px;
background-color: #373737; background-color: #373737;
color: #FDFDFD; color: #FDFDFD;
@ -8848,7 +8848,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
.budgie-settings-window list.sidebar { .budgie-settings-window list.sidebar {
background-color: #242424; background-color: #242424;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
border-color: #0e0e0e; border-color: #0e0e0e;
} }
@ -8856,7 +8856,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
margin: 0; margin: 0;
padding: 0; padding: 0;
border-color: #474747; border-color: #474747;
border-radius: 14px; border-radius: 12px;
background-color: #333333; background-color: #333333;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
} }
@ -9186,7 +9186,7 @@ popover.background.places-menu row {
} }
.bottom .budgie-panel { .bottom .budgie-panel {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
.bottom .budgie-panel.dock-mode { .bottom .budgie-panel.dock-mode {
@ -9194,7 +9194,7 @@ popover.background.places-menu row {
} }
.left .budgie-panel { .left .budgie-panel {
border-radius: 0 14px 14px 0; border-radius: 0 12px 12px 0;
} }
.left .budgie-panel.dock-mode { .left .budgie-panel.dock-mode {
@ -9202,7 +9202,7 @@ popover.background.places-menu row {
} }
.right .budgie-panel { .right .budgie-panel {
border-radius: 14px 0 0 14px; border-radius: 12px 0 0 12px;
} }
.right .budgie-panel.dock-mode { .right .budgie-panel.dock-mode {
@ -9942,7 +9942,7 @@ calendar.raven-calendar.highlight {
.budgie-notification-window { .budgie-notification-window {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 14px; border-radius: 12px;
} }
.budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button,
@ -9975,22 +9975,22 @@ calendar.raven-calendar.highlight {
} }
window.budgie-switcher-window { window.budgie-switcher-window {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
window.budgie-switcher-window flowboxchild { window.budgie-switcher-window flowboxchild {
margin: 2px; margin: 2px;
border-radius: 14px; border-radius: 12px;
-gtk-outline-radius: 14px; -gtk-outline-radius: 12px;
background-image: none; background-image: none;
} }
window.budgie-switcher-window .drop-shadow, .drop-shadow { window.budgie-switcher-window .drop-shadow, .drop-shadow {
margin: 5px 9px; margin: 5px 9px;
padding: 8px; padding: 8px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06); box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
background-color: #242424; background-color: #242424;
background-image: none; background-image: none;
@ -10002,19 +10002,19 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
.budgie-run-dialog, .budgie-session-dialog, .budgie-run-dialog, .budgie-session-dialog,
.budgie-polkit-dialog { .budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
background-color: #333333; background-color: #333333;
border: 1px solid #4d4d4d; border: 1px solid #4d4d4d;
} }
.background.budgie-run-dialog, .background.budgie-session-dialog, .background.budgie-run-dialog, .background.budgie-session-dialog,
.background.budgie-polkit-dialog { .background.budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
} }
.budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
.budgie-polkit-dialog decoration { .budgie-polkit-dialog decoration {
border-radius: 14px; border-radius: 12px;
} }
.budgie-session-dialog label:not(:last-child), .budgie-session-dialog label:not(:last-child),
@ -10029,7 +10029,7 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
padding: 8px 16px; padding: 8px 16px;
margin: 8px 3px; margin: 8px 3px;
border: none; border: none;
border-radius: 6px; border-radius: 4px;
} }
.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, .budgie-session-dialog buttonbox.linked.horizontal > button:first-child,

View File

@ -41,7 +41,7 @@
} }
.background.csd { .background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.maximized, .background.solid-csd { .background.maximized, .background.solid-csd {
@ -1402,7 +1402,7 @@ actionbar {
} }
.background.csd revealer > actionbar { .background.csd revealer > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
headerbar { headerbar {
@ -1613,7 +1613,7 @@ headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.defau
} }
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop { .maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
@ -1621,7 +1621,7 @@ separator:first-child + headerbar, separator:first-child + headerbar:backdrop, h
} }
headerbar:last-child, headerbar:last-child:backdrop { headerbar:last-child, headerbar:last-child:backdrop {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop { .maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
@ -1629,21 +1629,21 @@ headerbar:last-child, headerbar:last-child:backdrop {
} }
stack headerbar:first-child, stack headerbar:last-child { stack headerbar:first-child, stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
window headerbar:last-child:backdrop, window headerbar:last-child { window headerbar:last-child:backdrop, window headerbar:last-child {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child { window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
@ -1652,8 +1652,8 @@ window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerb
} }
.titlebar, .titlebar.background { .titlebar, .titlebar.background {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.titlebar, .titlebar headerbar { .titlebar, .titlebar headerbar {
@ -2254,7 +2254,7 @@ menu > arrow,
menu > arrow.top, menu > arrow.top,
.menu > arrow.top { .menu > arrow.top {
margin-top: -6px; margin-top: -6px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
} }
@ -2265,7 +2265,7 @@ menu > arrow.bottom,
.menu > arrow.bottom { .menu > arrow.bottom {
margin-top: 12px; margin-top: 12px;
margin-bottom: -16px; margin-bottom: -16px;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
} }
@ -2289,7 +2289,7 @@ menu > arrow:disabled,
popover, popover,
popover.background { popover.background {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
background-clip: border-box; background-clip: border-box;
background-color: rgba(51, 51, 51, 0.95); background-color: rgba(51, 51, 51, 0.95);
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.55); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.55);
@ -2297,7 +2297,7 @@ popover.background {
.csd popover, popover, .csd popover.background, .csd popover, popover, .csd popover.background,
popover.background { popover.background {
border-radius: 14px; border-radius: 12px;
border: 1px solid rgba(66, 66, 66, 0.95); border: 1px solid rgba(66, 66, 66, 0.95);
} }
@ -2361,7 +2361,7 @@ notebook > stack:not(:only-child) {
} }
notebook:not(.frame), notebook:not(.frame) > stack { notebook:not(.frame), notebook:not(.frame) > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
notebook > header { notebook > header {
@ -3903,14 +3903,14 @@ messagedialog .dialog-action-area button.suggested-action, messagedialog .dialog
} }
messagedialog.csd.background { messagedialog.csd.background {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border: none; border: none;
} }
.csd filechooser { .csd filechooser {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser placessidebar.sidebar { .csd filechooser placessidebar.sidebar {
@ -3921,7 +3921,7 @@ messagedialog.csd.background {
color: #dadada; color: #dadada;
background-color: transparent; background-color: transparent;
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
.csd filechooser actionbar label, .csd filechooser actionbar combobox { .csd filechooser actionbar label, .csd filechooser actionbar combobox {
@ -3934,7 +3934,7 @@ messagedialog.csd.background {
.csd filechooser stack.view scrolledwindow { .csd filechooser stack.view scrolledwindow {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser stack.view scrolledwindow list { .csd filechooser stack.view scrolledwindow list {
@ -4481,7 +4481,7 @@ stackswitcher button.text-button {
decoration { decoration {
transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 16px 16px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 16px 16px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
margin: 6px; margin: 6px;
} }
@ -4497,12 +4497,12 @@ decoration:backdrop {
.popup decoration { .popup decoration {
box-shadow: none; box-shadow: none;
border-radius: 14px; border-radius: 12px;
} }
.ssd decoration { .ssd decoration {
margin: -5px; margin: -5px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
} }
@ -4516,12 +4516,12 @@ decoration:backdrop {
} }
tooltip.csd decoration { tooltip.csd decoration {
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
} }
messagedialog.csd decoration { messagedialog.csd decoration {
border-radius: 14px; border-radius: 12px;
} }
.solid-csd decoration { .solid-csd decoration {
@ -4702,7 +4702,7 @@ row:selected label, label:selected {
*********/ *********/
popover.emoji-picker { popover.emoji-picker {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
} }
popover.emoji-picker entry { popover.emoji-picker entry {
@ -4767,7 +4767,7 @@ terminal-window.background.csd {
} }
terminal-window decoration { terminal-window decoration {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
terminal-window notebook button.flat.toggle.popup { terminal-window notebook button.flat.toggle.popup {
@ -4785,7 +4785,7 @@ window.background.csd > box.vertical > box.horizontal > frame > border {
} }
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame {
@ -4793,7 +4793,7 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
filechooser paned > separator, filechooser paned > separator,
@ -4801,7 +4801,7 @@ filechooser paned > separator,
border: none; border: none;
background-color: transparent; background-color: transparent;
background-image: image(#242424); background-image: image(#242424);
background-size: 14px 14px; background-size: 12px 12px;
background-position: left bottom; background-position: left bottom;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -4824,7 +4824,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd { .nautilus-window.background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: transparent; background-color: transparent;
background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%);
} }
@ -4841,7 +4841,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { .nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.nautilus-window headerbar .path-bar-box { .nautilus-window headerbar .path-bar-box {
@ -4870,7 +4870,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window placessidebar.sidebar { .nautilus-window placessidebar.sidebar {
margin-bottom: 14px; margin-bottom: 12px;
border: none; border: none;
min-width: 200px; min-width: 200px;
background-color: transparent; background-color: transparent;
@ -5000,7 +5000,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window notebook, .nautilus-window notebook > stack { .nautilus-window notebook, .nautilus-window notebook > stack {
border-radius: 0 0 16px 16px; border-radius: 0 0 14px 14px;
} }
.nautilus-window notebook > stack { .nautilus-window notebook > stack {
@ -5013,7 +5013,7 @@ filechooser paned > separator:hover,
.nautilus-window notebook infobar { .nautilus-window notebook infobar {
margin: 6px 10px 10px 6px; margin: 6px 10px 10px 6px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
padding: 0 6px; padding: 0 6px;
} }
@ -5022,7 +5022,7 @@ filechooser paned > separator:hover,
padding: 2px; padding: 2px;
background-color: #0860f2; background-color: #0860f2;
color: white; color: white;
border-radius: 8px; border-radius: 6px;
margin: 6px; margin: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
} }
@ -5053,7 +5053,7 @@ filechooser paned > separator:hover,
.nautilus-window placesview actionbar.background { .nautilus-window placesview actionbar.background {
background-color: rgba(51, 51, 51, 0.95); background-color: rgba(51, 51, 51, 0.95);
margin: 6px; margin: 6px;
border-radius: 8px; border-radius: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1);
border: none; border: none;
} }
@ -5092,7 +5092,7 @@ filechooser paned > separator:hover,
.nautilus-list-view { .nautilus-list-view {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) {
@ -5280,7 +5280,7 @@ filechooser paned > separator:hover,
} }
.view.cs-category-view { .view.cs-category-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title { window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title {
@ -5293,7 +5293,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned >
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
@ -5377,7 +5377,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
.gedit-side-panel-paned statusbar { .gedit-side-panel-paned statusbar {
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
background-color: #333333; background-color: #333333;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.gedit-side-panel-paned statusbar frame > border { .gedit-side-panel-paned statusbar frame > border {
@ -5614,19 +5614,19 @@ preferencesbin entry.search {
} }
dzlpreferencesview stacksidebar.sidebar { dzlpreferencesview stacksidebar.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list { dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#buildui.buildui list.sidebar { dzldockbin#buildui.buildui list.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) {
@ -5634,7 +5634,7 @@ dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned t
} }
ideeditorutilities.bottom.pinned.dzldockbinedge { ideeditorutilities.bottom.pinned.dzldockbinedge {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
gstyleslidein #scale_box button.toggle:checked, gstyleslidein #scale_box button.toggle:checked,
@ -5653,7 +5653,7 @@ configurationview list {
} }
dzldockbin actionbar { dzldockbin actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
workbench.csd > stack.titlebar:not(headerbar) { workbench.csd > stack.titlebar:not(headerbar) {
@ -5664,7 +5664,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
} }
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry { window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry {
@ -5689,7 +5689,7 @@ window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlm
} }
window.background > box.vertical box.horizontal list.categories { window.background > box.vertical box.horizontal list.categories {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
@ -5789,7 +5789,7 @@ widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
widget#PERFORMANCE .sidebar { widget#PERFORMANCE .sidebar {
background-color: #242424; background-color: #242424;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
graph-switcher-button.toggle { graph-switcher-button.toggle {
@ -5928,7 +5928,7 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) { .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) {
border-radius: 14px; border-radius: 12px;
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
border: none; border: none;
@ -5940,23 +5940,23 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
border-radius: 14px; border-radius: 12px;
} }
hdyleaflet list > row.activatable, leaflet list > row.activatable { hdyleaflet list > row.activatable, leaflet list > row.activatable {
margin: 2px 4px; margin: 2px 4px;
border-radius: 10px; border-radius: 8px;
-gtk-outline-radius: 8px; -gtk-outline-radius: 6px;
} }
hdyleaflet frame > border, leaflet frame > border { hdyleaflet frame > border, leaflet frame > border {
@ -5986,7 +5986,7 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator {
window.background.csd > hdyleaflet > box.vertical > stack.main-container { window.background.csd > hdyleaflet > box.vertical > stack.main-container {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
row#AutostartTitle.tweak { row#AutostartTitle.tweak {
@ -6005,7 +6005,7 @@ row#AutostartTitle.tweak {
.tweak-categories { .tweak-categories {
background-image: none; background-image: none;
background-color: #333333; background-color: #333333;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
.tweak-categories > separator { .tweak-categories > separator {
@ -6015,14 +6015,14 @@ row#AutostartTitle.tweak {
} }
window.background.csd > stack { window.background.csd > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > leaflet > stack.background, window.background.csd > leaflet > stack.background,
window.background.csd > hdyleaflet > stack.background, window.background.csd > hdyleaflet > stack.background,
window.background.csd > box.horizontal > stack.background { window.background.csd > box.horizontal > stack.background {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active, window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active,
@ -6038,7 +6038,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical, window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical,
@ -6051,7 +6051,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view,
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 15px; border-bottom-left-radius: 13px;
} }
window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack,
@ -6080,7 +6080,7 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
window#gnome-system-monitor.background.csd > box.vertical > stack { window#gnome-system-monitor.background.csd > box.vertical > stack {
background-color: #242424; background-color: #242424;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) { window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) {
@ -6089,11 +6089,11 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
stack > grid.vertical > scrolledwindow { stack > grid.vertical > scrolledwindow {
border: none; border: none;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical > scrolledwindow > viewport.frame list { stack > grid.vertical > scrolledwindow > viewport.frame list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical scrolledwindow.frame.emptyGrid { stack > grid.vertical scrolledwindow.frame.emptyGrid {
@ -6112,19 +6112,19 @@ window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
} }
window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form { window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form {
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical, window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical,
window.background.csd > overlay > leaflet > stack > frame > grid.vertical { window.background.csd > overlay > leaflet > stack > frame > grid.vertical {
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame { window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button,
@ -6158,26 +6158,26 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
} }
notebook.main-notebook webkitwebview { notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > overlay > stack.background { window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
#weather-page, #weather-page,
#weekly-forecast-frame { #weekly-forecast-frame {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
#weather-page-content-view { #weather-page-content-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd.unified { window.background.csd.unified {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
@ -6193,13 +6193,13 @@ viewswitcherbar > actionbar {
.polari-room-list .sidebar { .polari-room-list .sidebar {
background-color: rgba(51, 51, 51, 0.95); background-color: rgba(51, 51, 51, 0.95);
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
stack.view.polari-entry-area { stack.view.polari-entry-area {
background-color: #333333; background-color: #333333;
border-top: 1px solid rgba(255, 255, 255, 0.12); border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover { stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover {
@ -6547,7 +6547,7 @@ flowboxchild.bookmark-tag-widget-selected {
} }
.background.csd.main-window .sidebar.rooms-sidebar { .background.csd.main-window .sidebar.rooms-sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.documents-scrolledwin { .documents-scrolledwin {
@ -6575,21 +6575,21 @@ flowboxchild.bookmark-tag-widget-selected {
} }
window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar { window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) { window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
background-color: transparent; background-color: transparent;
border-radius: 14px; border-radius: 12px;
} }
window.background.csd evview.view.content-view { window.background.csd evview.view.content-view {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #242424; background-color: #242424;
} }
@ -6598,7 +6598,7 @@ window.background.csd evview.view.content-view {
} }
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
background-color: #333333; background-color: #333333;
} }
@ -6650,11 +6650,11 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwin
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child {
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
@ -6663,7 +6663,7 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scr
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow,
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #242424; background-color: #242424;
} }
@ -6673,7 +6673,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) {
@ -6685,20 +6685,20 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.
} }
dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-width: 1px 0 0 0; border-width: 1px 0 0 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox separator.vertical { dialog.background.csd > box.vertical.dialog-vbox separator.vertical {
@ -6718,11 +6718,11 @@ dialog.background.csd > box.vertical.dialog-vbox > .dialog-action-box > .dialog-
} }
dialog.background.csd stack scrolledwindow.frame { dialog.background.csd stack scrolledwindow.frame {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view { dialog.background.csd stack scrolledwindow.frame textview.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view > text { dialog.background.csd stack scrolledwindow.frame textview.view > text {
@ -6734,7 +6734,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:
} }
dialog.background.csd stack scrolledwindow viewport.frame.view { dialog.background.csd stack scrolledwindow viewport.frame.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area { dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area {
@ -7018,7 +7018,7 @@ window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
} }
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background-color: rgba(51, 51, 51, 0.95); background-color: rgba(51, 51, 51, 0.95);
} }
@ -7141,7 +7141,7 @@ window.thunar notebook header.top tab.reorderable-page > box > label {
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar,
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar { window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar,
@ -7163,13 +7163,13 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
.geary-main-window.background.csd stack#conversation_viewer, .geary-main-window.background.csd stack#conversation_viewer,
window#GearyMainWindow.background.csd stack#conversation_viewer { window#GearyMainWindow.background.csd stack#conversation_viewer {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame { window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
background-color: #242424; background-color: #242424;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox,
@ -7198,7 +7198,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusb
margin: -8px -12px; margin: -8px -12px;
border: none; border: none;
background-color: #333333; background-color: #333333;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border, .geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border,
@ -7563,15 +7563,15 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-
} }
window.background.csd > box.horizontal > stack > box.vertical > notebook > stack { window.background.csd > box.horizontal > stack > box.vertical > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
toolbar#SubToolBox { toolbar#SubToolBox {
@ -7944,7 +7944,7 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) { window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background: none; background: none;
} }
@ -7988,11 +7988,11 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list { window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.dynamic-notebook > notebook > stack { .dynamic-notebook > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
background-color: #242424; background-color: #242424;
} }
@ -8109,7 +8109,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
.gala-notification { .gala-notification {
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.9), rgba(42, 42, 42, 0.9)); background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.9), rgba(42, 42, 42, 0.9));
background-color: transparent; background-color: transparent;
@ -8183,14 +8183,14 @@ UnityDecoration {
} }
UnityDecoration.background { UnityDecoration.background {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
} }
UnityDecoration .top { UnityDecoration .top {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);
border-bottom-width: 0; border-bottom-width: 0;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
padding: 1px 6px 0 6px; padding: 1px 6px 0 6px;
background-color: #373737; background-color: #373737;
color: #FDFDFD; color: #FDFDFD;
@ -8844,7 +8844,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
.budgie-settings-window list.sidebar { .budgie-settings-window list.sidebar {
background-color: #242424; background-color: #242424;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
border-color: #0e0e0e; border-color: #0e0e0e;
} }
@ -8852,7 +8852,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
margin: 0; margin: 0;
padding: 0; padding: 0;
border-color: rgba(71, 71, 71, 0.95); border-color: rgba(71, 71, 71, 0.95);
border-radius: 14px; border-radius: 12px;
background-color: rgba(51, 51, 51, 0.95); background-color: rgba(51, 51, 51, 0.95);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
} }
@ -9182,7 +9182,7 @@ popover.background.places-menu row {
} }
.bottom .budgie-panel { .bottom .budgie-panel {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
.bottom .budgie-panel.dock-mode { .bottom .budgie-panel.dock-mode {
@ -9190,7 +9190,7 @@ popover.background.places-menu row {
} }
.left .budgie-panel { .left .budgie-panel {
border-radius: 0 14px 14px 0; border-radius: 0 12px 12px 0;
} }
.left .budgie-panel.dock-mode { .left .budgie-panel.dock-mode {
@ -9198,7 +9198,7 @@ popover.background.places-menu row {
} }
.right .budgie-panel { .right .budgie-panel {
border-radius: 14px 0 0 14px; border-radius: 12px 0 0 12px;
} }
.right .budgie-panel.dock-mode { .right .budgie-panel.dock-mode {
@ -9938,7 +9938,7 @@ calendar.raven-calendar.highlight {
.budgie-notification-window { .budgie-notification-window {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 14px; border-radius: 12px;
} }
.budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button,
@ -9971,22 +9971,22 @@ calendar.raven-calendar.highlight {
} }
window.budgie-switcher-window { window.budgie-switcher-window {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
window.budgie-switcher-window flowboxchild { window.budgie-switcher-window flowboxchild {
margin: 2px; margin: 2px;
border-radius: 14px; border-radius: 12px;
-gtk-outline-radius: 14px; -gtk-outline-radius: 12px;
background-image: none; background-image: none;
} }
window.budgie-switcher-window .drop-shadow, .drop-shadow { window.budgie-switcher-window .drop-shadow, .drop-shadow {
margin: 5px 9px; margin: 5px 9px;
padding: 8px; padding: 8px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06); box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
background-color: rgba(36, 36, 36, 0.95); background-color: rgba(36, 36, 36, 0.95);
background-image: none; background-image: none;
@ -9998,19 +9998,19 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
.budgie-run-dialog, .budgie-session-dialog, .budgie-run-dialog, .budgie-session-dialog,
.budgie-polkit-dialog { .budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
background-color: #333333; background-color: #333333;
border: 1px solid rgba(77, 77, 77, 0.95); border: 1px solid rgba(77, 77, 77, 0.95);
} }
.background.budgie-run-dialog, .background.budgie-session-dialog, .background.budgie-run-dialog, .background.budgie-session-dialog,
.background.budgie-polkit-dialog { .background.budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
} }
.budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
.budgie-polkit-dialog decoration { .budgie-polkit-dialog decoration {
border-radius: 14px; border-radius: 12px;
} }
.budgie-session-dialog label:not(:last-child), .budgie-session-dialog label:not(:last-child),
@ -10025,7 +10025,7 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
padding: 8px 16px; padding: 8px 16px;
margin: 8px 3px; margin: 8px 3px;
border: none; border: none;
border-radius: 6px; border-radius: 4px;
} }
.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, .budgie-session-dialog buttonbox.linked.horizontal > button:first-child,

View File

@ -41,7 +41,7 @@
} }
.background.csd { .background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.maximized, .background.solid-csd { .background.maximized, .background.solid-csd {
@ -1410,7 +1410,7 @@ actionbar {
} }
.background.csd revealer > actionbar { .background.csd revealer > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
headerbar { headerbar {
@ -1621,7 +1621,7 @@ headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.defau
} }
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop { .maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
@ -1629,7 +1629,7 @@ separator:first-child + headerbar, separator:first-child + headerbar:backdrop, h
} }
headerbar:last-child, headerbar:last-child:backdrop { headerbar:last-child, headerbar:last-child:backdrop {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop { .maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
@ -1637,21 +1637,21 @@ headerbar:last-child, headerbar:last-child:backdrop {
} }
stack headerbar:first-child, stack headerbar:last-child { stack headerbar:first-child, stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
window headerbar:last-child:backdrop, window headerbar:last-child { window headerbar:last-child:backdrop, window headerbar:last-child {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child { window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
@ -1660,8 +1660,8 @@ window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerb
} }
.titlebar, .titlebar.background { .titlebar, .titlebar.background {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.titlebar, .titlebar headerbar { .titlebar, .titlebar headerbar {
@ -2262,7 +2262,7 @@ menu > arrow,
menu > arrow.top, menu > arrow.top,
.menu > arrow.top { .menu > arrow.top {
margin-top: -6px; margin-top: -6px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-bottom: 1px solid rgba(0, 0, 0, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
} }
@ -2273,7 +2273,7 @@ menu > arrow.bottom,
.menu > arrow.bottom { .menu > arrow.bottom {
margin-top: 12px; margin-top: 12px;
margin-bottom: -16px; margin-bottom: -16px;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
} }
@ -2297,7 +2297,7 @@ menu > arrow:disabled,
popover, popover,
popover.background { popover.background {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
background-clip: border-box; background-clip: border-box;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
@ -2305,7 +2305,7 @@ popover.background {
.csd popover, popover, .csd popover.background, .csd popover, popover, .csd popover.background,
popover.background { popover.background {
border-radius: 14px; border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
} }
@ -2369,7 +2369,7 @@ notebook > stack:not(:only-child) {
} }
notebook:not(.frame), notebook:not(.frame) > stack { notebook:not(.frame), notebook:not(.frame) > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
notebook > header { notebook > header {
@ -3914,14 +3914,14 @@ messagedialog .dialog-action-area button.suggested-action, messagedialog .dialog
} }
messagedialog.csd.background { messagedialog.csd.background {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border: none; border: none;
} }
.csd filechooser { .csd filechooser {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser placessidebar.sidebar { .csd filechooser placessidebar.sidebar {
@ -3932,7 +3932,7 @@ messagedialog.csd.background {
color: #363636; color: #363636;
background-color: transparent; background-color: transparent;
border-color: rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.12);
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
.csd filechooser actionbar label, .csd filechooser actionbar combobox { .csd filechooser actionbar label, .csd filechooser actionbar combobox {
@ -3945,7 +3945,7 @@ messagedialog.csd.background {
.csd filechooser stack.view scrolledwindow { .csd filechooser stack.view scrolledwindow {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser stack.view scrolledwindow list { .csd filechooser stack.view scrolledwindow list {
@ -4503,7 +4503,7 @@ stackswitcher button.text-button {
decoration { decoration {
transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 16px 16px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 16px 16px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12);
margin: 6px; margin: 6px;
} }
@ -4519,12 +4519,12 @@ decoration:backdrop {
.popup decoration { .popup decoration {
box-shadow: none; box-shadow: none;
border-radius: 14px; border-radius: 12px;
} }
.ssd decoration { .ssd decoration {
margin: -5px; margin: -5px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12);
} }
@ -4538,12 +4538,12 @@ decoration:backdrop {
} }
tooltip.csd decoration { tooltip.csd decoration {
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
} }
messagedialog.csd decoration { messagedialog.csd decoration {
border-radius: 14px; border-radius: 12px;
} }
.solid-csd decoration { .solid-csd decoration {
@ -4724,7 +4724,7 @@ row:selected label, label:selected {
*********/ *********/
popover.emoji-picker { popover.emoji-picker {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
} }
popover.emoji-picker entry { popover.emoji-picker entry {
@ -4789,7 +4789,7 @@ terminal-window.background.csd {
} }
terminal-window decoration { terminal-window decoration {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
terminal-window notebook button.flat.toggle.popup { terminal-window notebook button.flat.toggle.popup {
@ -4807,7 +4807,7 @@ window.background.csd > box.vertical > box.horizontal > frame > border {
} }
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame {
@ -4815,7 +4815,7 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
filechooser paned > separator, filechooser paned > separator,
@ -4823,7 +4823,7 @@ filechooser paned > separator,
border: none; border: none;
background-color: transparent; background-color: transparent;
background-image: image(#ffffff); background-image: image(#ffffff);
background-size: 14px 14px; background-size: 12px 12px;
background-position: left bottom; background-position: left bottom;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -4846,7 +4846,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd { .nautilus-window.background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: transparent; background-color: transparent;
background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%);
} }
@ -4867,7 +4867,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { .nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.nautilus-window headerbar .path-bar-box { .nautilus-window headerbar .path-bar-box {
@ -4896,7 +4896,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window placessidebar.sidebar { .nautilus-window placessidebar.sidebar {
margin-bottom: 14px; margin-bottom: 12px;
border: none; border: none;
min-width: 200px; min-width: 200px;
background-color: transparent; background-color: transparent;
@ -5026,7 +5026,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window notebook, .nautilus-window notebook > stack { .nautilus-window notebook, .nautilus-window notebook > stack {
border-radius: 0 0 16px 16px; border-radius: 0 0 14px 14px;
} }
.nautilus-window notebook > stack { .nautilus-window notebook > stack {
@ -5039,7 +5039,7 @@ filechooser paned > separator:hover,
.nautilus-window notebook infobar { .nautilus-window notebook infobar {
margin: 6px 10px 10px 6px; margin: 6px 10px 10px 6px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
padding: 0 6px; padding: 0 6px;
} }
@ -5048,7 +5048,7 @@ filechooser paned > separator:hover,
padding: 2px; padding: 2px;
background-color: #0860f2; background-color: #0860f2;
color: white; color: white;
border-radius: 8px; border-radius: 6px;
margin: 6px; margin: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
} }
@ -5079,7 +5079,7 @@ filechooser paned > separator:hover,
.nautilus-window placesview actionbar.background { .nautilus-window placesview actionbar.background {
background-color: #ffffff; background-color: #ffffff;
margin: 6px; margin: 6px;
border-radius: 8px; border-radius: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.65); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.65);
border: none; border: none;
} }
@ -5118,7 +5118,7 @@ filechooser paned > separator:hover,
.nautilus-list-view { .nautilus-list-view {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) {
@ -5306,7 +5306,7 @@ filechooser paned > separator:hover,
} }
.view.cs-category-view { .view.cs-category-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title { window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title {
@ -5319,7 +5319,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned >
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
@ -5403,7 +5403,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
.gedit-side-panel-paned statusbar { .gedit-side-panel-paned statusbar {
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.gedit-side-panel-paned statusbar frame > border { .gedit-side-panel-paned statusbar frame > border {
@ -5641,19 +5641,19 @@ preferencesbin entry.search {
} }
dzlpreferencesview stacksidebar.sidebar { dzlpreferencesview stacksidebar.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list { dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#buildui.buildui list.sidebar { dzldockbin#buildui.buildui list.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) {
@ -5661,7 +5661,7 @@ dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned t
} }
ideeditorutilities.bottom.pinned.dzldockbinedge { ideeditorutilities.bottom.pinned.dzldockbinedge {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
gstyleslidein #scale_box button.toggle:checked, gstyleslidein #scale_box button.toggle:checked,
@ -5680,7 +5680,7 @@ configurationview list {
} }
dzldockbin actionbar { dzldockbin actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
workbench.csd > stack.titlebar:not(headerbar) { workbench.csd > stack.titlebar:not(headerbar) {
@ -5691,7 +5691,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
} }
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry { window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry {
@ -5716,7 +5716,7 @@ window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlm
} }
window.background > box.vertical box.horizontal list.categories { window.background > box.vertical box.horizontal list.categories {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
@ -5816,7 +5816,7 @@ widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
widget#PERFORMANCE .sidebar { widget#PERFORMANCE .sidebar {
background-color: #ffffff; background-color: #ffffff;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
graph-switcher-button.toggle { graph-switcher-button.toggle {
@ -5955,7 +5955,7 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) { .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) {
border-radius: 14px; border-radius: 12px;
box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.03); background-color: rgba(0, 0, 0, 0.03);
border: none; border: none;
@ -5967,23 +5967,23 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
border-radius: 14px; border-radius: 12px;
} }
hdyleaflet list > row.activatable, leaflet list > row.activatable { hdyleaflet list > row.activatable, leaflet list > row.activatable {
margin: 2px 4px; margin: 2px 4px;
border-radius: 10px; border-radius: 8px;
-gtk-outline-radius: 8px; -gtk-outline-radius: 6px;
} }
hdyleaflet frame > border, leaflet frame > border { hdyleaflet frame > border, leaflet frame > border {
@ -6013,7 +6013,7 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator {
window.background.csd > hdyleaflet > box.vertical > stack.main-container { window.background.csd > hdyleaflet > box.vertical > stack.main-container {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
row#AutostartTitle.tweak { row#AutostartTitle.tweak {
@ -6032,7 +6032,7 @@ row#AutostartTitle.tweak {
.tweak-categories { .tweak-categories {
background-image: none; background-image: none;
background-color: #f0f0f0; background-color: #f0f0f0;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
.tweak-categories > separator { .tweak-categories > separator {
@ -6042,14 +6042,14 @@ row#AutostartTitle.tweak {
} }
window.background.csd > stack { window.background.csd > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > leaflet > stack.background, window.background.csd > leaflet > stack.background,
window.background.csd > hdyleaflet > stack.background, window.background.csd > hdyleaflet > stack.background,
window.background.csd > box.horizontal > stack.background { window.background.csd > box.horizontal > stack.background {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active, window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active,
@ -6065,7 +6065,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical, window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical,
@ -6078,7 +6078,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view,
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 15px; border-bottom-left-radius: 13px;
} }
window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack,
@ -6107,7 +6107,7 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
window#gnome-system-monitor.background.csd > box.vertical > stack { window#gnome-system-monitor.background.csd > box.vertical > stack {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) { window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) {
@ -6116,11 +6116,11 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
stack > grid.vertical > scrolledwindow { stack > grid.vertical > scrolledwindow {
border: none; border: none;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical > scrolledwindow > viewport.frame list { stack > grid.vertical > scrolledwindow > viewport.frame list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical scrolledwindow.frame.emptyGrid { stack > grid.vertical scrolledwindow.frame.emptyGrid {
@ -6139,19 +6139,19 @@ window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
} }
window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form { window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form {
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical, window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical,
window.background.csd > overlay > leaflet > stack > frame > grid.vertical { window.background.csd > overlay > leaflet > stack > frame > grid.vertical {
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame { window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
background-color: white; background-color: white;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button,
@ -6185,26 +6185,26 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
} }
notebook.main-notebook webkitwebview { notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > overlay > stack.background { window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
#weather-page, #weather-page,
#weekly-forecast-frame { #weekly-forecast-frame {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
#weather-page-content-view { #weather-page-content-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd.unified { window.background.csd.unified {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
@ -6220,13 +6220,13 @@ viewswitcherbar > actionbar {
.polari-room-list .sidebar { .polari-room-list .sidebar {
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
stack.view.polari-entry-area { stack.view.polari-entry-area {
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover { stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover {
@ -6567,7 +6567,7 @@ flowboxchild.bookmark-tag-widget-selected {
} }
.background.csd.main-window .sidebar.rooms-sidebar { .background.csd.main-window .sidebar.rooms-sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.documents-scrolledwin { .documents-scrolledwin {
@ -6595,21 +6595,21 @@ flowboxchild.bookmark-tag-widget-selected {
} }
window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar { window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) { window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
background-color: transparent; background-color: transparent;
border-radius: 14px; border-radius: 12px;
} }
window.background.csd evview.view.content-view { window.background.csd evview.view.content-view {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -6618,7 +6618,7 @@ window.background.csd evview.view.content-view {
} }
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
@ -6670,11 +6670,11 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwin
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child {
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
@ -6683,7 +6683,7 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scr
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow,
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -6693,7 +6693,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) {
@ -6705,20 +6705,20 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.
} }
dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-width: 1px 0 0 0; border-width: 1px 0 0 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox separator.vertical { dialog.background.csd > box.vertical.dialog-vbox separator.vertical {
@ -6738,11 +6738,11 @@ dialog.background.csd > box.vertical.dialog-vbox > .dialog-action-box > .dialog-
} }
dialog.background.csd stack scrolledwindow.frame { dialog.background.csd stack scrolledwindow.frame {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view { dialog.background.csd stack scrolledwindow.frame textview.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view > text { dialog.background.csd stack scrolledwindow.frame textview.view > text {
@ -6754,7 +6754,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:
} }
dialog.background.csd stack scrolledwindow viewport.frame.view { dialog.background.csd stack scrolledwindow viewport.frame.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area { dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area {
@ -7038,7 +7038,7 @@ window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
} }
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background-color: #f0f0f0; background-color: #f0f0f0;
} }
@ -7161,7 +7161,7 @@ window.thunar notebook header.top tab.reorderable-page > box > label {
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar,
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar { window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar,
@ -7183,13 +7183,13 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
.geary-main-window.background.csd stack#conversation_viewer, .geary-main-window.background.csd stack#conversation_viewer,
window#GearyMainWindow.background.csd stack#conversation_viewer { window#GearyMainWindow.background.csd stack#conversation_viewer {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame { window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox,
@ -7218,7 +7218,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusb
margin: -8px -12px; margin: -8px -12px;
border: none; border: none;
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border, .geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border,
@ -7594,15 +7594,15 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-
} }
window.background.csd > box.horizontal > stack > box.vertical > notebook > stack { window.background.csd > box.horizontal > stack > box.vertical > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
toolbar#SubToolBox { toolbar#SubToolBox {
@ -7976,7 +7976,7 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) { window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background: none; background: none;
} }
@ -8020,11 +8020,11 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list { window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.dynamic-notebook > notebook > stack { .dynamic-notebook > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -8144,7 +8144,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
.gala-notification { .gala-notification {
border: 1px solid rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, #2a2a2a, #2a2a2a); background-image: linear-gradient(to bottom, #2a2a2a, #2a2a2a);
background-color: transparent; background-color: transparent;
@ -8218,14 +8218,14 @@ UnityDecoration {
} }
UnityDecoration.background { UnityDecoration.background {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
} }
UnityDecoration .top { UnityDecoration .top {
border: 1px solid rgba(0, 0, 0, 0.12); border: 1px solid rgba(0, 0, 0, 0.12);
border-bottom-width: 0; border-bottom-width: 0;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
padding: 1px 6px 0 6px; padding: 1px 6px 0 6px;
background-color: #ffffff; background-color: #ffffff;
color: #575757; color: #575757;
@ -8886,7 +8886,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
.budgie-settings-window list.sidebar { .budgie-settings-window list.sidebar {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
border-color: #d6d6d6; border-color: #d6d6d6;
} }
@ -8894,7 +8894,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
margin: 0; margin: 0;
padding: 0; padding: 0;
border-color: rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.12);
border-radius: 14px; border-radius: 12px;
background-color: #f5f5f5; background-color: #f5f5f5;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 0, 0, 0);
} }
@ -9224,7 +9224,7 @@ popover.background.places-menu row {
} }
.bottom .budgie-panel { .bottom .budgie-panel {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
.bottom .budgie-panel.dock-mode { .bottom .budgie-panel.dock-mode {
@ -9232,7 +9232,7 @@ popover.background.places-menu row {
} }
.left .budgie-panel { .left .budgie-panel {
border-radius: 0 14px 14px 0; border-radius: 0 12px 12px 0;
} }
.left .budgie-panel.dock-mode { .left .budgie-panel.dock-mode {
@ -9240,7 +9240,7 @@ popover.background.places-menu row {
} }
.right .budgie-panel { .right .budgie-panel {
border-radius: 14px 0 0 14px; border-radius: 12px 0 0 12px;
} }
.right .budgie-panel.dock-mode { .right .budgie-panel.dock-mode {
@ -9980,7 +9980,7 @@ calendar.raven-calendar.highlight {
.budgie-notification-window { .budgie-notification-window {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 14px; border-radius: 12px;
} }
.budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button,
@ -10013,22 +10013,22 @@ calendar.raven-calendar.highlight {
} }
window.budgie-switcher-window { window.budgie-switcher-window {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
window.budgie-switcher-window flowboxchild { window.budgie-switcher-window flowboxchild {
margin: 2px; margin: 2px;
border-radius: 14px; border-radius: 12px;
-gtk-outline-radius: 14px; -gtk-outline-radius: 12px;
background-image: none; background-image: none;
} }
window.budgie-switcher-window .drop-shadow, .drop-shadow { window.budgie-switcher-window .drop-shadow, .drop-shadow {
margin: 5px 9px; margin: 5px 9px;
padding: 8px; padding: 8px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.06); box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
background-color: #ffffff; background-color: #ffffff;
background-image: none; background-image: none;
@ -10040,18 +10040,18 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
.budgie-run-dialog, .budgie-session-dialog, .budgie-run-dialog, .budgie-session-dialog,
.budgie-polkit-dialog { .budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.background.budgie-run-dialog, .background.budgie-session-dialog, .background.budgie-run-dialog, .background.budgie-session-dialog,
.background.budgie-polkit-dialog { .background.budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
} }
.budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
.budgie-polkit-dialog decoration { .budgie-polkit-dialog decoration {
border-radius: 14px; border-radius: 12px;
} }
.budgie-session-dialog label:not(:last-child), .budgie-session-dialog label:not(:last-child),
@ -10066,7 +10066,7 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
padding: 8px 16px; padding: 8px 16px;
margin: 8px 3px; margin: 8px 3px;
border: none; border: none;
border-radius: 6px; border-radius: 4px;
} }
.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, .budgie-session-dialog buttonbox.linked.horizontal > button:first-child,

View File

@ -41,7 +41,7 @@
} }
.background.csd { .background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.maximized, .background.solid-csd { .background.maximized, .background.solid-csd {
@ -1410,7 +1410,7 @@ actionbar {
} }
.background.csd revealer > actionbar { .background.csd revealer > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
headerbar { headerbar {
@ -1621,7 +1621,7 @@ headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.defau
} }
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop { .maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
@ -1629,7 +1629,7 @@ separator:first-child + headerbar, separator:first-child + headerbar:backdrop, h
} }
headerbar:last-child, headerbar:last-child:backdrop { headerbar:last-child, headerbar:last-child:backdrop {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop { .maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
@ -1637,21 +1637,21 @@ headerbar:last-child, headerbar:last-child:backdrop {
} }
stack headerbar:first-child, stack headerbar:last-child { stack headerbar:first-child, stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
} }
window headerbar:last-child:backdrop, window headerbar:last-child { window headerbar:last-child:backdrop, window headerbar:last-child {
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child { window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
@ -1660,8 +1660,8 @@ window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerb
} }
.titlebar, .titlebar.background { .titlebar, .titlebar.background {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
.titlebar, .titlebar headerbar { .titlebar, .titlebar headerbar {
@ -2262,7 +2262,7 @@ menu > arrow,
menu > arrow.top, menu > arrow.top,
.menu > arrow.top { .menu > arrow.top {
margin-top: -6px; margin-top: -6px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-bottom: 1px solid rgba(0, 0, 0, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
} }
@ -2273,7 +2273,7 @@ menu > arrow.bottom,
.menu > arrow.bottom { .menu > arrow.bottom {
margin-top: 12px; margin-top: 12px;
margin-bottom: -16px; margin-bottom: -16px;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
} }
@ -2297,7 +2297,7 @@ menu > arrow:disabled,
popover, popover,
popover.background { popover.background {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
background-clip: border-box; background-clip: border-box;
background-color: rgba(255, 255, 255, 0.95); background-color: rgba(255, 255, 255, 0.95);
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
@ -2305,7 +2305,7 @@ popover.background {
.csd popover, popover, .csd popover.background, .csd popover, popover, .csd popover.background,
popover.background { popover.background {
border-radius: 14px; border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
} }
@ -2369,7 +2369,7 @@ notebook > stack:not(:only-child) {
} }
notebook:not(.frame), notebook:not(.frame) > stack { notebook:not(.frame), notebook:not(.frame) > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
notebook > header { notebook > header {
@ -3914,14 +3914,14 @@ messagedialog .dialog-action-area button.suggested-action, messagedialog .dialog
} }
messagedialog.csd.background { messagedialog.csd.background {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border: none; border: none;
} }
.csd filechooser { .csd filechooser {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser placessidebar.sidebar { .csd filechooser placessidebar.sidebar {
@ -3932,7 +3932,7 @@ messagedialog.csd.background {
color: #363636; color: #363636;
background-color: transparent; background-color: transparent;
border-color: rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.12);
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
.csd filechooser actionbar label, .csd filechooser actionbar combobox { .csd filechooser actionbar label, .csd filechooser actionbar combobox {
@ -3945,7 +3945,7 @@ messagedialog.csd.background {
.csd filechooser stack.view scrolledwindow { .csd filechooser stack.view scrolledwindow {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.csd filechooser stack.view scrolledwindow list { .csd filechooser stack.view scrolledwindow list {
@ -4503,7 +4503,7 @@ stackswitcher button.text-button {
decoration { decoration {
transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 16px 16px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 16px 16px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12);
margin: 6px; margin: 6px;
} }
@ -4519,12 +4519,12 @@ decoration:backdrop {
.popup decoration { .popup decoration {
box-shadow: none; box-shadow: none;
border-radius: 14px; border-radius: 12px;
} }
.ssd decoration { .ssd decoration {
margin: -5px; margin: -5px;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.12);
} }
@ -4538,12 +4538,12 @@ decoration:backdrop {
} }
tooltip.csd decoration { tooltip.csd decoration {
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
} }
messagedialog.csd decoration { messagedialog.csd decoration {
border-radius: 14px; border-radius: 12px;
} }
.solid-csd decoration { .solid-csd decoration {
@ -4724,7 +4724,7 @@ row:selected label, label:selected {
*********/ *********/
popover.emoji-picker { popover.emoji-picker {
padding: 0; padding: 0;
border-radius: 14px; border-radius: 12px;
} }
popover.emoji-picker entry { popover.emoji-picker entry {
@ -4789,7 +4789,7 @@ terminal-window.background.csd {
} }
terminal-window decoration { terminal-window decoration {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
terminal-window notebook button.flat.toggle.popup { terminal-window notebook button.flat.toggle.popup {
@ -4807,7 +4807,7 @@ window.background.csd > box.vertical > box.horizontal > frame > border {
} }
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame {
@ -4815,7 +4815,7 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
} }
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
filechooser paned > separator, filechooser paned > separator,
@ -4823,7 +4823,7 @@ filechooser paned > separator,
border: none; border: none;
background-color: transparent; background-color: transparent;
background-image: image(#ffffff); background-image: image(#ffffff);
background-size: 14px 14px; background-size: 12px 12px;
background-position: left bottom; background-position: left bottom;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -4846,7 +4846,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd { .nautilus-window.background.csd {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: transparent; background-color: transparent;
background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%);
} }
@ -4863,7 +4863,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { .nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.nautilus-window headerbar .path-bar-box { .nautilus-window headerbar .path-bar-box {
@ -4892,7 +4892,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window placessidebar.sidebar { .nautilus-window placessidebar.sidebar {
margin-bottom: 14px; margin-bottom: 12px;
border: none; border: none;
min-width: 200px; min-width: 200px;
background-color: transparent; background-color: transparent;
@ -5022,7 +5022,7 @@ filechooser paned > separator:hover,
} }
.nautilus-window notebook, .nautilus-window notebook > stack { .nautilus-window notebook, .nautilus-window notebook > stack {
border-radius: 0 0 16px 16px; border-radius: 0 0 14px 14px;
} }
.nautilus-window notebook > stack { .nautilus-window notebook > stack {
@ -5035,7 +5035,7 @@ filechooser paned > separator:hover,
.nautilus-window notebook infobar { .nautilus-window notebook infobar {
margin: 6px 10px 10px 6px; margin: 6px 10px 10px 6px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
padding: 0 6px; padding: 0 6px;
} }
@ -5044,7 +5044,7 @@ filechooser paned > separator:hover,
padding: 2px; padding: 2px;
background-color: #0860f2; background-color: #0860f2;
color: white; color: white;
border-radius: 8px; border-radius: 6px;
margin: 6px; margin: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
} }
@ -5075,7 +5075,7 @@ filechooser paned > separator:hover,
.nautilus-window placesview actionbar.background { .nautilus-window placesview actionbar.background {
background-color: rgba(255, 255, 255, 0.95); background-color: rgba(255, 255, 255, 0.95);
margin: 6px; margin: 6px;
border-radius: 8px; border-radius: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.65); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.65);
border: none; border: none;
} }
@ -5114,7 +5114,7 @@ filechooser paned > separator:hover,
.nautilus-list-view { .nautilus-list-view {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) {
@ -5302,7 +5302,7 @@ filechooser paned > separator:hover,
} }
.view.cs-category-view { .view.cs-category-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title { window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title {
@ -5315,7 +5315,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned >
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
@ -5399,7 +5399,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
.gedit-side-panel-paned statusbar { .gedit-side-panel-paned statusbar {
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.gedit-side-panel-paned statusbar frame > border { .gedit-side-panel-paned statusbar frame > border {
@ -5637,19 +5637,19 @@ preferencesbin entry.search {
} }
dzlpreferencesview stacksidebar.sidebar { dzlpreferencesview stacksidebar.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list { dzlpreferencesview stacksidebar.sidebar > scrolledwindow > viewport.frame > list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#buildui.buildui list.sidebar { dzldockbin#buildui.buildui list.sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) { dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned treeview.view.project-tree.i-wanna-be-list-box:not(:hover):not(:selected) {
@ -5657,7 +5657,7 @@ dzldockbin#editor > ideeditorsidebar.left.pinned.dzldockbinedge > dzldockpaned t
} }
ideeditorutilities.bottom.pinned.dzldockbinedge { ideeditorutilities.bottom.pinned.dzldockbinedge {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
gstyleslidein #scale_box button.toggle:checked, gstyleslidein #scale_box button.toggle:checked,
@ -5676,7 +5676,7 @@ configurationview list {
} }
dzldockbin actionbar { dzldockbin actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
workbench.csd > stack.titlebar:not(headerbar) { workbench.csd > stack.titlebar:not(headerbar) {
@ -5687,7 +5687,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
} }
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry { window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry {
@ -5712,7 +5712,7 @@ window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlm
} }
window.background > box.vertical box.horizontal list.categories { window.background > box.vertical box.horizontal list.categories {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
@ -5812,7 +5812,7 @@ widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
widget#PERFORMANCE .sidebar { widget#PERFORMANCE .sidebar {
background-color: #ffffff; background-color: #ffffff;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
graph-switcher-button.toggle { graph-switcher-button.toggle {
@ -5951,7 +5951,7 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) { .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, hdyleaflet frame.view, leaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list) {
border-radius: 14px; border-radius: 12px;
box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.03); background-color: rgba(0, 0, 0, 0.03);
border: none; border: none;
@ -5963,23 +5963,23 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
} }
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
border-radius: 14px; border-radius: 12px;
} }
hdyleaflet list > row.activatable, leaflet list > row.activatable { hdyleaflet list > row.activatable, leaflet list > row.activatable {
margin: 2px 4px; margin: 2px 4px;
border-radius: 10px; border-radius: 8px;
-gtk-outline-radius: 8px; -gtk-outline-radius: 6px;
} }
hdyleaflet frame > border, leaflet frame > border { hdyleaflet frame > border, leaflet frame > border {
@ -6009,7 +6009,7 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator {
window.background.csd > hdyleaflet > box.vertical > stack.main-container { window.background.csd > hdyleaflet > box.vertical > stack.main-container {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
row#AutostartTitle.tweak { row#AutostartTitle.tweak {
@ -6028,7 +6028,7 @@ row#AutostartTitle.tweak {
.tweak-categories { .tweak-categories {
background-image: none; background-image: none;
background-color: #f0f0f0; background-color: #f0f0f0;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
.tweak-categories > separator { .tweak-categories > separator {
@ -6038,14 +6038,14 @@ row#AutostartTitle.tweak {
} }
window.background.csd > stack { window.background.csd > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > leaflet > stack.background, window.background.csd > leaflet > stack.background,
window.background.csd > hdyleaflet > stack.background, window.background.csd > hdyleaflet > stack.background,
window.background.csd > box.horizontal > stack.background { window.background.csd > box.horizontal > stack.background {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active, window.background.csd > leaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active,
@ -6061,7 +6061,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical, window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical,
@ -6074,7 +6074,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view,
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 15px; border-bottom-left-radius: 13px;
} }
window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack,
@ -6103,7 +6103,7 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
window#gnome-system-monitor.background.csd > box.vertical > stack { window#gnome-system-monitor.background.csd > box.vertical > stack {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) { window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) {
@ -6112,11 +6112,11 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
stack > grid.vertical > scrolledwindow { stack > grid.vertical > scrolledwindow {
border: none; border: none;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical > scrolledwindow > viewport.frame list { stack > grid.vertical > scrolledwindow > viewport.frame list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
stack > grid.vertical scrolledwindow.frame.emptyGrid { stack > grid.vertical scrolledwindow.frame.emptyGrid {
@ -6135,19 +6135,19 @@ window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
} }
window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form { window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form {
border-bottom-right-radius: 15px; border-bottom-right-radius: 13px;
} }
window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical, window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical,
window.background.csd > overlay > leaflet > stack > frame > grid.vertical { window.background.csd > overlay > leaflet > stack > frame > grid.vertical {
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame { window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
background-color: white; background-color: white;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button,
@ -6181,26 +6181,26 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
} }
notebook.main-notebook webkitwebview { notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > overlay > stack.background { window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
#weather-page, #weather-page,
#weekly-forecast-frame { #weekly-forecast-frame {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
#weather-page-content-view { #weather-page-content-view {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd.unified { window.background.csd.unified {
border-top-left-radius: 14px; border-top-left-radius: 12px;
border-top-right-radius: 14px; border-top-right-radius: 12px;
} }
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
@ -6216,13 +6216,13 @@ viewswitcherbar > actionbar {
.polari-room-list .sidebar { .polari-room-list .sidebar {
background-color: rgba(240, 240, 240, 0.94); background-color: rgba(240, 240, 240, 0.94);
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
stack.view.polari-entry-area { stack.view.polari-entry-area {
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid rgba(0, 0, 0, 0.12); border-top: 1px solid rgba(0, 0, 0, 0.12);
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover { stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover {
@ -6563,7 +6563,7 @@ flowboxchild.bookmark-tag-widget-selected {
} }
.background.csd.main-window .sidebar.rooms-sidebar { .background.csd.main-window .sidebar.rooms-sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.documents-scrolledwin { .documents-scrolledwin {
@ -6591,21 +6591,21 @@ flowboxchild.bookmark-tag-widget-selected {
} }
window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar { window.background.csd > box.vertical > overlay > stack > box.vertical > actionbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) { window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
background-color: transparent; background-color: transparent;
border-radius: 14px; border-radius: 12px;
} }
window.background.csd evview.view.content-view { window.background.csd evview.view.content-view {
background-color: transparent; background-color: transparent;
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -6614,7 +6614,7 @@ window.background.csd evview.view.content-view {
} }
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { .background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
@ -6666,11 +6666,11 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwin
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child {
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child {
border-radius: 0 0 14px 0; border-radius: 0 0 12px 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
@ -6679,7 +6679,7 @@ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scr
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow,
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -6689,7 +6689,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) {
@ -6701,20 +6701,20 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.
} }
dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
border-width: 1px 0 0 0; border-width: 1px 0 0 0;
} }
dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack {
border-radius: 0 0 14px 14px; border-radius: 0 0 12px 12px;
} }
dialog.background.csd > box.vertical.dialog-vbox separator.vertical { dialog.background.csd > box.vertical.dialog-vbox separator.vertical {
@ -6734,11 +6734,11 @@ dialog.background.csd > box.vertical.dialog-vbox > .dialog-action-box > .dialog-
} }
dialog.background.csd stack scrolledwindow.frame { dialog.background.csd stack scrolledwindow.frame {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view { dialog.background.csd stack scrolledwindow.frame textview.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd stack scrolledwindow.frame textview.view > text { dialog.background.csd stack scrolledwindow.frame textview.view > text {
@ -6750,7 +6750,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:
} }
dialog.background.csd stack scrolledwindow viewport.frame.view { dialog.background.csd stack scrolledwindow viewport.frame.view {
border-radius: 14px; border-radius: 12px;
} }
dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area { dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area {
@ -7034,7 +7034,7 @@ window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
} }
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background-color: rgba(240, 240, 240, 0.94); background-color: rgba(240, 240, 240, 0.94);
} }
@ -7157,7 +7157,7 @@ window.thunar notebook header.top tab.reorderable-page > box > label {
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar,
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar { window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar, .geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar,
@ -7179,13 +7179,13 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
.geary-main-window.background.csd stack#conversation_viewer, .geary-main-window.background.csd stack#conversation_viewer,
window#GearyMainWindow.background.csd stack#conversation_viewer { window#GearyMainWindow.background.csd stack#conversation_viewer {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame { window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
background-color: #ffffff; background-color: #ffffff;
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, .geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox,
@ -7214,7 +7214,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusb
margin: -8px -12px; margin: -8px -12px;
border: none; border: none;
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border, .geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border,
@ -7590,15 +7590,15 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-
} }
window.background.csd > box.horizontal > stack > box.vertical > notebook > stack { window.background.csd > box.horizontal > stack > box.vertical > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack { window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
} }
toolbar#SubToolBox { toolbar#SubToolBox {
@ -7972,7 +7972,7 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) { window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
background: none; background: none;
} }
@ -8016,11 +8016,11 @@ window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box
} }
window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list { window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
border-bottom-left-radius: 14px; border-bottom-left-radius: 12px;
} }
.dynamic-notebook > notebook > stack { .dynamic-notebook > notebook > stack {
border-bottom-right-radius: 14px; border-bottom-right-radius: 12px;
background-color: #ffffff; background-color: #ffffff;
} }
@ -8140,7 +8140,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
.gala-notification { .gala-notification {
border: 1px solid rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 14px; border-radius: 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.9), rgba(42, 42, 42, 0.9)); background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.9), rgba(42, 42, 42, 0.9));
background-color: transparent; background-color: transparent;
@ -8214,14 +8214,14 @@ UnityDecoration {
} }
UnityDecoration.background { UnityDecoration.background {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
} }
UnityDecoration .top { UnityDecoration .top {
border: 1px solid rgba(0, 0, 0, 0.12); border: 1px solid rgba(0, 0, 0, 0.12);
border-bottom-width: 0; border-bottom-width: 0;
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
padding: 1px 6px 0 6px; padding: 1px 6px 0 6px;
background-color: #ffffff; background-color: #ffffff;
color: #575757; color: #575757;
@ -8882,7 +8882,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
.budgie-settings-window list.sidebar { .budgie-settings-window list.sidebar {
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 0 14px; border-radius: 0 0 0 12px;
border-color: #d6d6d6; border-color: #d6d6d6;
} }
@ -8890,7 +8890,7 @@ window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspa
margin: 0; margin: 0;
padding: 0; padding: 0;
border-color: rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.12);
border-radius: 14px; border-radius: 12px;
background-color: rgba(245, 245, 245, 0.95); background-color: rgba(245, 245, 245, 0.95);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 0, 0, 0);
} }
@ -9220,7 +9220,7 @@ popover.background.places-menu row {
} }
.bottom .budgie-panel { .bottom .budgie-panel {
border-radius: 14px 14px 0 0; border-radius: 12px 12px 0 0;
} }
.bottom .budgie-panel.dock-mode { .bottom .budgie-panel.dock-mode {
@ -9228,7 +9228,7 @@ popover.background.places-menu row {
} }
.left .budgie-panel { .left .budgie-panel {
border-radius: 0 14px 14px 0; border-radius: 0 12px 12px 0;
} }
.left .budgie-panel.dock-mode { .left .budgie-panel.dock-mode {
@ -9236,7 +9236,7 @@ popover.background.places-menu row {
} }
.right .budgie-panel { .right .budgie-panel {
border-radius: 14px 0 0 14px; border-radius: 12px 0 0 12px;
} }
.right .budgie-panel.dock-mode { .right .budgie-panel.dock-mode {
@ -9976,7 +9976,7 @@ calendar.raven-calendar.highlight {
.budgie-notification-window { .budgie-notification-window {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 14px; border-radius: 12px;
} }
.budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button,
@ -10009,22 +10009,22 @@ calendar.raven-calendar.highlight {
} }
window.budgie-switcher-window { window.budgie-switcher-window {
border-radius: 14px; border-radius: 12px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
window.budgie-switcher-window flowboxchild { window.budgie-switcher-window flowboxchild {
margin: 2px; margin: 2px;
border-radius: 14px; border-radius: 12px;
-gtk-outline-radius: 14px; -gtk-outline-radius: 12px;
background-image: none; background-image: none;
} }
window.budgie-switcher-window .drop-shadow, .drop-shadow { window.budgie-switcher-window .drop-shadow, .drop-shadow {
margin: 5px 9px; margin: 5px 9px;
padding: 8px; padding: 8px;
border-radius: 14px; border-radius: 12px;
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.06); box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
background-color: rgba(255, 255, 255, 0.95); background-color: rgba(255, 255, 255, 0.95);
background-image: none; background-image: none;
@ -10036,18 +10036,18 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
.budgie-run-dialog, .budgie-session-dialog, .budgie-run-dialog, .budgie-session-dialog,
.budgie-polkit-dialog { .budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.background.budgie-run-dialog, .background.budgie-session-dialog, .background.budgie-run-dialog, .background.budgie-session-dialog,
.background.budgie-polkit-dialog { .background.budgie-polkit-dialog {
border-radius: 14px; border-radius: 12px;
} }
.budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
.budgie-polkit-dialog decoration { .budgie-polkit-dialog decoration {
border-radius: 14px; border-radius: 12px;
} }
.budgie-session-dialog label:not(:last-child), .budgie-session-dialog label:not(:last-child),
@ -10062,7 +10062,7 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
padding: 8px 16px; padding: 8px 16px;
margin: 8px 3px; margin: 8px 3px;
border: none; border: none;
border-radius: 6px; border-radius: 4px;
} }
.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, .budgie-session-dialog buttonbox.linked.horizontal > button:first-child,

View File

@ -32,7 +32,7 @@ $container_padding: if($laptop == 'false', 6px, 4px);
$circular_radius: 9999px; $circular_radius: 9999px;
$bt_radius: 6px; $bt_radius: 6px;
$bd_radius: 8px; $bd_radius: 8px;
$wm_radius: 14px; $wm_radius: 12px;
$mn_radius: 10px; $mn_radius: 10px;
// durations // durations