mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-04 22:05:20 +00:00
Added compromize fix for NVIDIA
This commit is contained in:
@@ -75,3 +75,6 @@ $shadow_6: 0 0 8px rgba(black, 0.2), 0 0 4px rgba(black, 0.3); // S
|
||||
$text_shadow: 0 -1px rgba(white, 0.04), -1px 0 rgba(black, 0.05),
|
||||
1px 0 rgba(black, 0.05), 0 1px rgba(black, 0.3),
|
||||
0 2px rgba(black, 0.05); // text and icon shadow
|
||||
|
||||
// Force nautilus styles to exclusively use colors instead of linear-gradients
|
||||
$nautilus_use_colors: false;
|
||||
|
||||
@@ -87,8 +87,12 @@ filechooser,
|
||||
.nautilus-window {
|
||||
paned > separator { // Use paned separator to hide stack border-bottom-left-radius
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
background-image: image($base_color);
|
||||
@if $nautilus_use_colors {
|
||||
background-color: rgba($bg_color, 0.95);
|
||||
} @else {
|
||||
background-color: transparent;
|
||||
background-image: image($base_color);
|
||||
}
|
||||
background-size: $wm_radius $wm_radius;
|
||||
background-position: left bottom;
|
||||
background-repeat: no-repeat;
|
||||
@@ -107,14 +111,22 @@ filechooser,
|
||||
.nautilus-window {
|
||||
&.background.csd {
|
||||
border-radius: 0 0 $wm_radius $wm_radius;
|
||||
background-color: transparent;
|
||||
background-image: $nautilus_background_image;
|
||||
@if $nautilus_use_colors {
|
||||
background-color: rgba($bg_color, 0.95);
|
||||
} @else {
|
||||
background-color: transparent;
|
||||
background-image: $nautilus_background_image;
|
||||
}
|
||||
|
||||
> headerbar.titlebar {
|
||||
border: none;
|
||||
box-shadow: inset 0 1px rgba(white, 0.1);
|
||||
background: none;
|
||||
background-image: $nautilus_header_image;
|
||||
@if $nautilus_use_colors {
|
||||
background-color: $base_color;
|
||||
} @else {
|
||||
background-image: $nautilus_header_image;
|
||||
}
|
||||
|
||||
> .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user