summaryrefslogtreecommitdiff
path: root/desktop-themes/YaruOk/gtk-3.0/_apps.scss
diff options
context:
space:
mode:
authorblue-devil-93 <[email protected]>2021-09-21 18:43:50 +0200
committerGitHub <[email protected]>2021-09-21 18:43:50 +0200
commite6447e44dc9f73f35b2cae83b4e9155631d0e846 (patch)
tree459dea97922156182c34e22d3e183f247a17752d /desktop-themes/YaruOk/gtk-3.0/_apps.scss
parenta2c4f30597c7e7b6599dd90559095890c99431df (diff)
downloadmate-themes-e6447e44dc9f73f35b2cae83b4e9155631d0e846.tar.bz2
mate-themes-e6447e44dc9f73f35b2cae83b4e9155631d0e846.tar.xz
Fix button states of charpick-applet with Yaru themes
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0/_apps.scss')
-rw-r--r--desktop-themes/YaruOk/gtk-3.0/_apps.scss39
1 files changed, 39 insertions, 0 deletions
diff --git a/desktop-themes/YaruOk/gtk-3.0/_apps.scss b/desktop-themes/YaruOk/gtk-3.0/_apps.scss
index c54fcf21..64d807f1 100644
--- a/desktop-themes/YaruOk/gtk-3.0/_apps.scss
+++ b/desktop-themes/YaruOk/gtk-3.0/_apps.scss
@@ -813,6 +813,45 @@ PanelApplet.wnck-applet .wnck-pager {
}
}
+/* charpick */
+
+.mate-panel-menu-bar #PanelApplet button.flat.text-button {
+& {
+ @include button(normal);
+ background-color: transparent;
+ color: $_base_fg_color;
+ border-radius: 4px;
+ border-color: $borders_color;
+ border-right-width: 1px;
+ border-left-width: 1px;
+ border-color: rgba(0,0,0,0.0);
+ box-shadow: inset 0px 1px $borders_color,inset 0px -1px $borders_color, inset 1px 0px $borders_color,inset -1px 0px $borders_color;
+ padding-left: 2px;
+ padding-right: 2px
+}
+
+
+&:checked, &:checked:hover,&:hover:active {
+@include button(active);
+background-color: transparent;
+ color: $_base_fg_color;
+ border-radius: 4px;
+ border-color: $borders_color;
+ border-right-width: 1px;
+ border-left-width: 1px;
+ border-color: rgba(0,0,0,0.0);
+ box-shadow: inset 0px 1px $borders_color,inset 0px -1px $borders_color, inset 1px 0px $borders_color,inset -1px 0px $borders_color;
+ padding-left: 2px;
+ padding-right: 2px
+ }
+
+&:hover {
+ border-color: $core_color_a;
+ }
+
+}
+
+
/* clock window */
#MatePanelPopupWindow {
border-radius: $button_radius;