pull/198/head
vinceliuice 4 years ago
parent d242875142
commit c503253c5b

@ -874,21 +874,10 @@ combobox {
}
menu {
padding: 2px 0;
menuitem {
min-height: $medium-size - 2px * 2;
padding: 0 8px;
}
// overflow arrows
> arrow {
&.top { margin-top: -2px; }
&.bottom {
margin-top: 2px * 2;
margin-bottom: -2px * 3;
}
menuitem { // reset
min-height: 20px;
min-width: 40px;
padding: $container-padding / 2 $container-padding * 1.5;
}
}
@ -1588,8 +1577,8 @@ menubar,
menu,
.menu,
.context-menu {
margin: $menu-radius 0; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: $menu-radius 0;
margin: 3px 0; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: 3px;
box-shadow: inset 0 1px highlight($surface);
background-color: $surface;
background-clip: border-box;
@ -1604,10 +1593,11 @@ menu,
transition: background-color $duration $ease-out;
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: ($container-padding / 2 + 1px) $container-padding * 1.5;
color: $text;
font: initial;
text-shadow: none;
border-radius: $menu-radius - 3px;
&:hover {
transition: none;
@ -1646,22 +1636,18 @@ menu,
> arrow {
min-height: 16px;
min-width: 16px;
padding: 4px;
padding: $container-padding / 2 + 1px;
background-color: $surface;
color: $text-secondary;
border-radius: $menu-radius - 3px;
&.top {
margin-top: -4px;
border-bottom: 1px solid $divider;
border-radius: $corner-radius $corner-radius 0 0;
-gtk-icon-source: -gtk-icontheme('pan-up-symbolic');
}
&.bottom {
margin-top: 4px * 2;
margin-bottom: -4px * 3;
border-top: 1px solid $divider;
border-radius: 0 0 $corner-radius $corner-radius;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
}
@ -1678,7 +1664,7 @@ menu,
}
}
separator { margin: 4px 0; }
separator { margin: 3px 0; }
}
menuitem {

@ -1,23 +1,23 @@
%circular_list {
border-radius: $corner-radius + 1px;
border-radius: $corner-radius;
box-shadow: none;
border: 1px solid $divider;
// border: 1px solid $divider;
}
%circular_row {
&:first-child {
border-top-left-radius: $corner-radius;
border-top-right-radius: $corner-radius;
border-top-left-radius: $corner-radius - 1px;
border-top-right-radius: $corner-radius - 1px;
}
&:last-child { // Not use ?
border-bottom-left-radius: $corner-radius;
border-bottom-right-radius: $corner-radius;
border-bottom-left-radius: $corner-radius - 1px;
border-bottom-right-radius: $corner-radius - 1px;
}
&:only-child {
border-radius: $corner-radius;
border-radius: $corner-radius - 1px;
}
&:focus {
@ -64,4 +64,3 @@ window.background.csd {
padding: 0 0;
}
}

@ -2,7 +2,7 @@
//.the popover itself
.popup-menu-boxpointer {
-arrow-border-radius: $buttons_radius - 3px;
-arrow-border-radius: $buttons_radius - 4px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;

@ -337,7 +337,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */
.popup-menu-boxpointer, .candidate-popup-boxpointer {
-arrow-border-radius: 9px;
-arrow-border-radius: 8px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;

@ -337,7 +337,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */
.popup-menu-boxpointer, .candidate-popup-boxpointer {
-arrow-border-radius: 9px;
-arrow-border-radius: 8px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;

@ -337,7 +337,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */
.popup-menu-boxpointer, .candidate-popup-boxpointer {
-arrow-border-radius: 9px;
-arrow-border-radius: 8px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;

@ -337,7 +337,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Popovers/Menus */
.popup-menu-boxpointer, .candidate-popup-boxpointer {
-arrow-border-radius: 9px;
-arrow-border-radius: 8px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: 0px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 28px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 2px 6px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 3px 6px;
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3061,17 +3050,15 @@ menu > arrow,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
padding: 4px;
padding: 3px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: 0px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 28px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 2px 6px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #3C3C3C;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 3px 6px;
color: white;
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3061,17 +3050,15 @@ menu > arrow,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
padding: 4px;
padding: 3px;
background-color: #3C3C3C;
color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: -2px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 32px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 3px 9px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-color: #3C3C3C;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 4px 9px;
color: white;
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3064,14 +3053,12 @@ menu > arrow,
padding: 4px;
background-color: #3C3C3C;
color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: 0px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 28px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 2px 6px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 3px 6px;
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3061,17 +3050,15 @@ menu > arrow,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
padding: 4px;
padding: 3px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: -2px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 32px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 3px 9px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 4px 9px;
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3064,14 +3053,12 @@ menu > arrow,
padding: 4px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -2226,22 +2226,10 @@ combobox button.combo cellview:dir(rtl) {
margin-right: -2px;
}
combobox menu {
padding: 2px 0;
}
combobox menu menuitem {
min-height: 32px;
padding: 0 8px;
}
combobox menu > arrow.top {
margin-top: -2px;
}
combobox menu > arrow.bottom {
margin-top: 4px;
margin-bottom: -6px;
min-height: 20px;
min-width: 40px;
padding: 3px 9px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@ -2974,8 +2962,8 @@ menubar > menuitem label:disabled,
menu,
.menu,
.context-menu {
margin: 8px 0;
padding: 8px 0;
margin: 3px 0;
padding: 3px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
background-color: #FFFFFF;
background-clip: border-box;
@ -2993,10 +2981,11 @@ menu menuitem,
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1);
min-height: 20px;
min-width: 40px;
padding: 4px 8px;
padding: 4px 9px;
color: rgba(0, 0, 0, 0.87);
font: initial;
text-shadow: none;
border-radius: 5px;
}
menu menuitem:hover,
@ -3064,14 +3053,12 @@ menu > arrow,
padding: 4px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 12px 12px 0 0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
@ -3079,9 +3066,7 @@ menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-top: 8px;
margin-bottom: -12px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0 0 12px 12px;
margin-bottom: -6px;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
@ -3103,7 +3088,7 @@ menu > arrow:disabled,
menu separator,
.menu separator,
.context-menu separator {
margin: 4px 0;
margin: 3px 0;
}
menuitem accelerator {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(255, 255, 255, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(255, 255, 255, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

@ -4207,23 +4207,22 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport >
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
window.background.csd > stack > scrolledwindow > viewport > box > list,
window.background.csd > box > stack > scrolledwindow > viewport > box > list {
border-radius: 13px;
border-radius: 12px;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.12);
}
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child {
border-radius: 12px;
border-radius: 11px;
}
window.background.csd stack stack stack frame > list row.activatable:focus, window.background.csd > stack > list row.activatable:focus {

Loading…
Cancel
Save