summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMate <[email protected]>2021-06-09 07:31:02 +0200
committerraveit65 <[email protected]>2021-08-02 23:56:01 +0200
commit92203b6b13ffbc3c64236ad1ab7d00c6eb837f05 (patch)
tree38feae3fa95b5a09fdaa97dea06895ef34c75fd0
parent23eff50c3c3a51faaf7ee30695ebafbd51e8a3a7 (diff)
downloadmate-themes-92203b6b13ffbc3c64236ad1ab7d00c6eb837f05.tar.bz2
mate-themes-92203b6b13ffbc3c64236ad1ab7d00c6eb837f05.tar.xz
Fix regression in mate appearance yaruok
-rw-r--r--desktop-themes/YaruOK/gtk-3.0/_apps.scss4
-rw-r--r--desktop-themes/YaruOK/gtk-3.0/gtk.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/YaruOK/gtk-3.0/_apps.scss b/desktop-themes/YaruOK/gtk-3.0/_apps.scss
index 36e20b2e..7a11ec65 100644
--- a/desktop-themes/YaruOK/gtk-3.0/_apps.scss
+++ b/desktop-themes/YaruOK/gtk-3.0/_apps.scss
@@ -1001,7 +1001,7 @@ MsdOsdWindow.background.osd {
iconview {
border-radius: $button_radius;
&:hover {
- background-color: $popover_hover_color;
+ background-color: lighten($selected_bg_color, 10%);
}
}
@@ -1118,4 +1118,4 @@ window#Main.background {
}
-} \ No newline at end of file
+}
diff --git a/desktop-themes/YaruOK/gtk-3.0/gtk.css b/desktop-themes/YaruOK/gtk-3.0/gtk.css
index a021b05d..5fdbd10f 100644
--- a/desktop-themes/YaruOK/gtk-3.0/gtk.css
+++ b/desktop-themes/YaruOK/gtk-3.0/gtk.css
@@ -2387,7 +2387,7 @@ MsdOsdWindow.background.osd .progressbar { border-radius: 4px; background-color:
iconview { border-radius: 4px; }
-iconview:hover { background-color: #000000; }
+iconview:hover { background-color: #b0c8e7; }
/* Brisk menu's panel button */
.mate-panel-menu-bar #PanelApplet button.flat.toggle.brisk-button, .mate-panel-menu-bar #PanelApplet button.flat.toggle.brisk-button:hover { background-image: none; background-color: transparent; padding: 0px; margin: 0px; border-color: transparent; border-radius: 0; border-image: none; text-shadow: none; }