summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMate <[email protected]>2021-07-10 09:19:38 +0200
committerraveit65 <[email protected]>2021-08-02 23:56:01 +0200
commit8846ce194e3eebf04e38ed888704ba198f0bcdfb (patch)
treec0c2965c9aa174512ccec9bf0e44b97a63bdec3f
parentbac22db189cfd81f15b3ae1b2970be87333860cb (diff)
downloadmate-themes-8846ce194e3eebf04e38ed888704ba198f0bcdfb.tar.bz2
mate-themes-8846ce194e3eebf04e38ed888704ba198f0bcdfb.tar.xz
fixing regressions mentioned by eldon
-rw-r--r--desktop-themes/YaruGreen/gtk-3.0/_apps.scss7
-rw-r--r--desktop-themes/YaruGreen/gtk-3.0/gtk.css16
-rw-r--r--desktop-themes/YaruOk/gtk-3.0/_apps.scss7
-rw-r--r--desktop-themes/YaruOk/gtk-3.0/gtk.css16
4 files changed, 10 insertions, 36 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_apps.scss b/desktop-themes/YaruGreen/gtk-3.0/_apps.scss
index ef2aaa7a..c54fcf21 100644
--- a/desktop-themes/YaruGreen/gtk-3.0/_apps.scss
+++ b/desktop-themes/YaruGreen/gtk-3.0/_apps.scss
@@ -121,6 +121,7 @@ $ambiance: null !default;
margin: 5px;
}
+ /*
.path-bar-box {
border-radius: 5px;
border: 1px solid if($ambiance, darken($headerbar_bg_color, 9%), $borders_color);
@@ -143,7 +144,7 @@ $ambiance: null !default;
border-width: 0px 1px 0px 1px;
border-radius: 0px 0px 0px 0px;
}
-
+ */
.nautilus-path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */
// This is the Icon + Text beneath - it's one widget
@@ -523,8 +524,8 @@ terminal-window {
menubar,
.menubar,
menubar > menuitem:hover {
- background-color: $headerbar_bg_color;
- color:$headerbar_fg_color;
+ // background-color: $headerbar_bg_color;
+ // color:$headerbar_fg_color;
}
}
diff --git a/desktop-themes/YaruGreen/gtk-3.0/gtk.css b/desktop-themes/YaruGreen/gtk-3.0/gtk.css
index e65a7f8b..20af4118 100644
--- a/desktop-themes/YaruGreen/gtk-3.0/gtk.css
+++ b/desktop-themes/YaruGreen/gtk-3.0/gtk.css
@@ -2000,7 +2000,7 @@ popover.emoji-completion .emoji:hover { background: #000000; }
list.tweak-categories separator { background: transparent; }
/*********** Nautilus * */
-.nautilus-window { background-image: none; background-color: white; /* dim the icon when not checked */ }
+.nautilus-window { background-image: none; background-color: white; /* .path-bar-box { border-radius: 5px; border: 1px solid if($ambiance, darken($headerbar_bg_color, 9%), $borders_color); &:backdrop { border-color: if($ambiance, $headerbar_bg_color, $backdrop_borders_color);} background-color: if($ambiance, lighten($headerbar_bg_color, 6.5%), $bg_color); padding-right: 6px; &:backdrop { border-color: if($ambiance, darken($inkstone, 9%), $backdrop_borders_color); } } .nautilus-path-bar button { margin: 0px; } .nautilus-path-bar button:first-child { border-width: 0px 1px 0px 0px; border-radius: 3.5px 0px 0px 3.5px; } .nautilus-path-bar button:not(:first-child) { border-width: 0px 1px 0px 1px; border-radius: 0px 0px 0px 0px; } */ /* dim the icon when not checked */ }
.nautilus-window .nautilus-canvas-item.dim-label, .nautilus-window label.nautilus-canvas-item.separator, .nautilus-window .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-window .nautilus-canvas-item.subtitle, .nautilus-window headerbar .nautilus-canvas-item.subtitle, headerbar .nautilus-window .nautilus-canvas-item.subtitle, .nautilus-window .nautilus-list-dim-label { color: #8d8d8d; }
@@ -2050,18 +2050,6 @@ list.tweak-categories separator { background: transparent; }
.nautilus-window entry.search > * { margin: 5px; }
-.nautilus-window .path-bar-box { border-radius: 5px; border: 1px solid #1b1a1a; background-color: #434040; padding-right: 6px; }
-
-.nautilus-window .path-bar-box:backdrop { border-color: #323030; }
-
-.nautilus-window .path-bar-box:backdrop { border-color: #262626; }
-
-.nautilus-window .nautilus-path-bar button { margin: 0px; }
-
-.nautilus-window .nautilus-path-bar button:first-child { border-width: 0px 1px 0px 0px; border-radius: 3.5px 0px 0px 3.5px; }
-
-.nautilus-window .nautilus-path-bar button:not(:first-child) { border-width: 0px 1px 0px 1px; border-radius: 0px 0px 0px 0px; }
-
.nautilus-window .nautilus-path-bar button:not(:checked) image { opacity: 0.8; }
.nautilus-window .nautilus-canvas-item { outline-width: 0; background-color: rgba(255, 255, 255, 0.1); }
@@ -2215,8 +2203,6 @@ headerbar button image ~ window decoration ~ menu separator { background: #94908
/*********** Firefox * */
#MozillaGtkWidget.background menu, #MozillaGtkWidget.background .menu, #MozillaGtkWidget.background .context-menu { border-radius: 0; }
-#MozillaGtkWidget.background menubar, #MozillaGtkWidget.background .menubar, #MozillaGtkWidget.background menubar > menuitem:hover { background-color: #323030; color: #000000; }
-
#MozillaGtkWidget.background scrollbar { background-color: transparent; border-color: transparent; }
#MozillaGtkWidget.background scrollbar slider { background-color: #454545; }
diff --git a/desktop-themes/YaruOk/gtk-3.0/_apps.scss b/desktop-themes/YaruOk/gtk-3.0/_apps.scss
index ef2aaa7a..c54fcf21 100644
--- a/desktop-themes/YaruOk/gtk-3.0/_apps.scss
+++ b/desktop-themes/YaruOk/gtk-3.0/_apps.scss
@@ -121,6 +121,7 @@ $ambiance: null !default;
margin: 5px;
}
+ /*
.path-bar-box {
border-radius: 5px;
border: 1px solid if($ambiance, darken($headerbar_bg_color, 9%), $borders_color);
@@ -143,7 +144,7 @@ $ambiance: null !default;
border-width: 0px 1px 0px 1px;
border-radius: 0px 0px 0px 0px;
}
-
+ */
.nautilus-path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */
// This is the Icon + Text beneath - it's one widget
@@ -523,8 +524,8 @@ terminal-window {
menubar,
.menubar,
menubar > menuitem:hover {
- background-color: $headerbar_bg_color;
- color:$headerbar_fg_color;
+ // background-color: $headerbar_bg_color;
+ // color:$headerbar_fg_color;
}
}
diff --git a/desktop-themes/YaruOk/gtk-3.0/gtk.css b/desktop-themes/YaruOk/gtk-3.0/gtk.css
index 7343272b..8d35e41e 100644
--- a/desktop-themes/YaruOk/gtk-3.0/gtk.css
+++ b/desktop-themes/YaruOk/gtk-3.0/gtk.css
@@ -2000,7 +2000,7 @@ popover.emoji-completion .emoji:hover { background: #000000; }
list.tweak-categories separator { background: transparent; }
/*********** Nautilus * */
-.nautilus-window { background-image: none; background-color: white; /* dim the icon when not checked */ }
+.nautilus-window { background-image: none; background-color: white; /* .path-bar-box { border-radius: 5px; border: 1px solid if($ambiance, darken($headerbar_bg_color, 9%), $borders_color); &:backdrop { border-color: if($ambiance, $headerbar_bg_color, $backdrop_borders_color);} background-color: if($ambiance, lighten($headerbar_bg_color, 6.5%), $bg_color); padding-right: 6px; &:backdrop { border-color: if($ambiance, darken($inkstone, 9%), $backdrop_borders_color); } } .nautilus-path-bar button { margin: 0px; } .nautilus-path-bar button:first-child { border-width: 0px 1px 0px 0px; border-radius: 3.5px 0px 0px 3.5px; } .nautilus-path-bar button:not(:first-child) { border-width: 0px 1px 0px 1px; border-radius: 0px 0px 0px 0px; } */ /* dim the icon when not checked */ }
.nautilus-window .nautilus-canvas-item.dim-label, .nautilus-window label.nautilus-canvas-item.separator, .nautilus-window .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-window .nautilus-canvas-item.subtitle, .nautilus-window headerbar .nautilus-canvas-item.subtitle, headerbar .nautilus-window .nautilus-canvas-item.subtitle, .nautilus-window .nautilus-list-dim-label { color: #8d8d8d; }
@@ -2050,18 +2050,6 @@ list.tweak-categories separator { background: transparent; }
.nautilus-window entry.search > * { margin: 5px; }
-.nautilus-window .path-bar-box { border-radius: 5px; border: 1px solid #1b1a1a; background-color: #434040; padding-right: 6px; }
-
-.nautilus-window .path-bar-box:backdrop { border-color: #323030; }
-
-.nautilus-window .path-bar-box:backdrop { border-color: #262626; }
-
-.nautilus-window .nautilus-path-bar button { margin: 0px; }
-
-.nautilus-window .nautilus-path-bar button:first-child { border-width: 0px 1px 0px 0px; border-radius: 3.5px 0px 0px 3.5px; }
-
-.nautilus-window .nautilus-path-bar button:not(:first-child) { border-width: 0px 1px 0px 1px; border-radius: 0px 0px 0px 0px; }
-
.nautilus-window .nautilus-path-bar button:not(:checked) image { opacity: 0.8; }
.nautilus-window .nautilus-canvas-item { outline-width: 0; background-color: rgba(255, 255, 255, 0.1); }
@@ -2215,8 +2203,6 @@ headerbar button image ~ window decoration ~ menu separator { background: #a29e9
/*********** Firefox * */
#MozillaGtkWidget.background menu, #MozillaGtkWidget.background .menu, #MozillaGtkWidget.background .context-menu { border-radius: 0; }
-#MozillaGtkWidget.background menubar, #MozillaGtkWidget.background .menubar, #MozillaGtkWidget.background menubar > menuitem:hover { background-color: #323030; color: #000000; }
-
#MozillaGtkWidget.background scrollbar { background-color: transparent; border-color: transparent; }
#MozillaGtkWidget.background scrollbar slider { background-color: #454545; }