by roundabout, Sunday, 4 June 2017, 13:15:57 (1496582157), pushed by roundabout, Sunday, 11 May 2025, 13:22:11 (1746969731)
Author identity: nana-4 <hnmaigo@gmail.com>
120464d261b6550a7b5f2714d95fefd8c4bc4497
src/gtk-3.0/3.20/gtk-compact.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.20/gtk-dark-compact.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.20/gtk-dark.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.20/gtk-light-compact.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(0, 0, 0, 0.54);
}
PanelSeparator {
color: rgba(0, 0, 0, 0.12);
}
src/gtk-3.0/3.20/gtk-light.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(0, 0, 0, 0.54);
}
PanelSeparator {
color: rgba(0, 0, 0, 0.12);
}
src/gtk-3.0/3.20/gtk.css
@@ -4585,6 +4585,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.22/gtk-compact.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.22/gtk-dark-compact.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.22/gtk-dark.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.22/gtk-light-compact.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(0, 0, 0, 0.54);
}
PanelSeparator {
color: rgba(0, 0, 0, 0.12);
}
src/gtk-3.0/3.22/gtk-light.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(0, 0, 0, 0.54);
}
PanelSeparator {
color: rgba(0, 0, 0, 0.12);
}
src/gtk-3.0/3.22/gtk.css
@@ -4716,6 +4716,10 @@ PanelToplevel > grid > button {
border-radius: 0;
}
PanelWidget button, PanelWidget button:hover, PanelWidget button:active {
color: rgba(255, 255, 255, 0.7);
}
PanelSeparator {
color: rgba(255, 255, 255, 0.12);
}
src/gtk-3.0/3.22/sass/apps/_mate.scss
@@ -47,6 +47,11 @@ PanelToplevel > grid > button {
@extend %mate_panel_button;
}
// for small arrows
PanelWidget button {
&, &:hover, &:active { color: $secondary_titlebar_fg_color; }
}
#PanelApplet {
// border-width: 0;
}