roundabout,
created on Wednesday, 16 March 2016, 11:18:41 (1458127121),
received on Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
72705a8efae216717d773787459b52779495f1cd
gtk-3.0/_common.scss
@@ -580,6 +580,7 @@ GtkComboBox {
-GtkComboBox-arrow-scaling: 0.5;
-GtkComboBox-shadow-type: none;
.menu { padding: 2px 0; }
.menu .menuitem { padding: 5px 6px 6px; }
.separator.vertical {
// always disable separators
@@ -950,11 +951,14 @@ column-header.button.dnd { // for treeview-like derive widgets
}
.menu {
margin: 4px;
padding: 0px;
margin: 4px 0;
padding: 4px 0;
background-color: $base_color;
border: 1px solid $borders_color; // adds borders in a non composited env
.csd & { border: none; } // axes borders in a composited env
.csd & {
border: none; // axes borders in a composited env
border-radius: 2px;
}
.menuitem {
transition: none;
padding: 3px 4px 4px;
@@ -963,6 +967,7 @@ column-header.button.dnd { // for treeview-like derive widgets
&:hover {
color: $selected_fg_color;
background-color: $selected_bg_color;
// background-color: gtkalpha(currentColor, $lower_opacity / 2);
}
&:insensitive {
color: $insensitive_fg_color;
@@ -974,11 +979,11 @@ column-header.button.dnd { // for treeview-like derive widgets
&.button { // overlow buttons
border-style: none;
border-radius: 0;
box-shadow: none;
&.top { border-bottom: 1px solid $borders_color; }
&.bottom { border-top: 1px solid $borders_color; }
&:hover { background-color: $track_color; }
&:hover { background-color: gtkalpha(currentColor, $lower_opacity / 2); }
&:insensitive {
color: transparent;
background-color: transparent;
border-color: transparent;
}
@@ -987,6 +992,8 @@ column-header.button.dnd { // for treeview-like derive widgets
.menuitem .accelerator { color: gtkalpha(currentColor, $hint_opacity); }
.csd.popup { border-radius: 2px; }
/***************
* Popovers *
@@ -2225,7 +2232,7 @@ GtkVolumeButton.button {
}
&.csd {
&.popup {
border-radius: 0;
border-radius: 2px;
box-shadow: $z-depth-2;
}
&.tooltip {
gtk-3.0/gtk-dark.css
@@ -501,6 +501,8 @@ GtkComboBox {
-GtkComboBox-shadow-type: none; }
GtkComboBox > .the-button-in-the-combobox {
padding: 5px 6px 6px; }
GtkComboBox .menu {
padding: 2px 0; }
GtkComboBox .menu .menuitem {
padding: 5px 6px 6px; }
GtkComboBox .separator.vertical {
@@ -768,12 +770,13 @@ column-header.button.dnd, column-header .button.dnd {
box-shadow: none; }
.menu {
margin: 4px;
padding: 0px;
margin: 4px 0;
padding: 4px 0;
background-color: #455A64;
border: 1px solid rgba(0, 0, 0, 0.2); }
.csd .menu {
border: none; }
border: none;
border-radius: 2px; }
.menu .menuitem {
transition: none;
padding: 3px 4px 4px;
@@ -790,21 +793,24 @@ column-header.button.dnd, column-header .button.dnd {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.menu.button {
border-style: none;
border-radius: 0; }
border-radius: 0;
box-shadow: none; }
.menu.button.top {
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.menu.button.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.2); }
.menu.button:hover {
background-color: alpha(currentColor, 0.3); }
background-color: alpha(currentColor, 0.15); }
.menu.button:insensitive {
color: transparent;
background-color: transparent;
border-color: transparent; }
.menuitem .accelerator {
color: alpha(currentColor, 0.6); }
.csd.popup {
border-radius: 2px; }
/***************
* Popovers *
***************/
@@ -2200,7 +2206,7 @@ GtkColorSwatch {
.window-frame.popup {
box-shadow: none; }
.window-frame.csd.popup {
border-radius: 0;
border-radius: 2px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
.window-frame.csd.tooltip {
border-radius: 2px;
gtk-3.0/gtk.css
@@ -501,6 +501,8 @@ GtkComboBox {
-GtkComboBox-shadow-type: none; }
GtkComboBox > .the-button-in-the-combobox {
padding: 5px 6px 6px; }
GtkComboBox .menu {
padding: 2px 0; }
GtkComboBox .menu .menuitem {
padding: 5px 6px 6px; }
GtkComboBox .separator.vertical {
@@ -768,12 +770,13 @@ column-header.button.dnd, column-header .button.dnd {
box-shadow: none; }
.menu {
margin: 4px;
padding: 0px;
margin: 4px 0;
padding: 4px 0;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1); }
.csd .menu {
border: none; }
border: none;
border-radius: 2px; }
.menu .menuitem {
transition: none;
padding: 3px 4px 4px;
@@ -790,21 +793,24 @@ column-header.button.dnd, column-header .button.dnd {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.menu.button {
border-style: none;
border-radius: 0; }
border-radius: 0;
box-shadow: none; }
.menu.button.top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.menu.button.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.menu.button:hover {
background-color: alpha(currentColor, 0.3); }
background-color: alpha(currentColor, 0.15); }
.menu.button:insensitive {
color: transparent;
background-color: transparent;
border-color: transparent; }
.menuitem .accelerator {
color: alpha(currentColor, 0.6); }
.csd.popup {
border-radius: 2px; }
/***************
* Popovers *
***************/
@@ -2200,7 +2206,7 @@ GtkColorSwatch {
.window-frame.popup {
box-shadow: none; }
.window-frame.csd.popup {
border-radius: 0;
border-radius: 2px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
.window-frame.csd.tooltip {
border-radius: 2px;