diff options
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0/_apps.scss')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_apps.scss | 7 |
1 files changed, 4 insertions, 3 deletions
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; } } |