update
This commit is contained in:
parent
e9f6fa6486
commit
09c1dba39b
@ -4766,7 +4766,7 @@ filechooser paned > separator,
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: image(#242424);
|
background-image: image(#242424);
|
||||||
background-size: 8px 8px;
|
background-size: 14px 14px;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4781,7 +4781,7 @@ filechooser paned > separator:dir(rtl),
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-window.background.csd {
|
.nautilus-window.background.csd {
|
||||||
border-radius: 0 0 16px 16px;
|
border-radius: 0 0 14px 14px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #0d0d0d 201px, #242424 201px, #242424 100%);
|
background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #0d0d0d 201px, #242424 201px, #242424 100%);
|
||||||
}
|
}
|
||||||
|
@ -4766,7 +4766,7 @@ filechooser paned > separator,
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: image(#242424);
|
background-image: image(#242424);
|
||||||
background-size: 8px 8px;
|
background-size: 14px 14px;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4781,7 +4781,7 @@ filechooser paned > separator:dir(rtl),
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-window.background.csd {
|
.nautilus-window.background.csd {
|
||||||
border-radius: 0 0 16px 16px;
|
border-radius: 0 0 14px 14px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(13, 13, 13, 0.95) 201px, #242424 201px, #242424 100%);
|
background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(13, 13, 13, 0.95) 201px, #242424 201px, #242424 100%);
|
||||||
}
|
}
|
||||||
|
@ -4787,7 +4787,7 @@ filechooser paned > separator,
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: image(#ffffff);
|
background-image: image(#ffffff);
|
||||||
background-size: 8px 8px;
|
background-size: 14px 14px;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4802,7 +4802,7 @@ filechooser paned > separator:dir(rtl),
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-window.background.csd {
|
.nautilus-window.background.csd {
|
||||||
border-radius: 0 0 16px 16px;
|
border-radius: 0 0 14px 14px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #cacaca 201px, #ffffff 201px, #ffffff 100%);
|
background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #cacaca 201px, #ffffff 201px, #ffffff 100%);
|
||||||
}
|
}
|
||||||
|
@ -4787,7 +4787,7 @@ filechooser paned > separator,
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: image(#ffffff);
|
background-image: image(#ffffff);
|
||||||
background-size: 8px 8px;
|
background-size: 14px 14px;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4802,7 +4802,7 @@ filechooser paned > separator:dir(rtl),
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-window.background.csd {
|
.nautilus-window.background.csd {
|
||||||
border-radius: 0 0 16px 16px;
|
border-radius: 0 0 14px 14px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(202, 202, 202, 0.94) 201px, #ffffff 201px, #ffffff 100%);
|
background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(202, 202, 202, 0.94) 201px, #ffffff 201px, #ffffff 100%);
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,7 @@ filechooser,
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: image($base_color);
|
background-image: image($base_color);
|
||||||
background-size: 8px 8px;
|
background-size: $wm_radius $wm_radius;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
|
|
||||||
&:dir(ltr) { margin-left: -1px; }
|
&:dir(ltr) { margin-left: -1px; }
|
||||||
@ -85,7 +85,7 @@ filechooser,
|
|||||||
|
|
||||||
.nautilus-window {
|
.nautilus-window {
|
||||||
&.background.csd {
|
&.background.csd {
|
||||||
border-radius: 0 0 $nautilus_radius $nautilus_radius;
|
border-radius: 0 0 $wm_radius $wm_radius;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: $nautilus_image;
|
background-image: $nautilus_image;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user