mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix fallout from last commit
This commit is contained in:
parent
3f636a76f6
commit
c87c3c8e47
@ -3518,6 +3518,9 @@ NautilusWindow .sidebar:dir(rtl),
|
||||
NemoWindow .sidebar:dir(rtl) {
|
||||
border-left: 1px solid rgba(37, 39, 45, 0.95); }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -3509,6 +3509,9 @@ NautilusWindow *,
|
||||
NemoWindow {
|
||||
-GtkPaned-handle-size: 0; }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -3518,6 +3518,9 @@ NautilusWindow .sidebar:dir(rtl),
|
||||
NemoWindow .sidebar:dir(rtl) {
|
||||
border-left: 1px solid #25272d; }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -3509,6 +3509,9 @@ NautilusWindow *,
|
||||
NemoWindow {
|
||||
-GtkPaned-handle-size: 0; }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -3508,6 +3508,9 @@ NautilusWindow *,
|
||||
NemoWindow {
|
||||
-GtkPaned-handle-size: 0; }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -3508,6 +3508,9 @@ NautilusWindow *,
|
||||
NemoWindow {
|
||||
-GtkPaned-handle-size: 0; }
|
||||
|
||||
NautilusWindow GtkBox.sidebar {
|
||||
background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog.csd.background,
|
||||
GtkFileChooserDialog .source-list,
|
||||
GtkFileChooserDialog .source-list.view,
|
||||
|
@ -21,6 +21,8 @@ NemoWindow {
|
||||
}
|
||||
|
||||
// Dark transparent sidebars
|
||||
NautilusWindow GtkBox.sidebar { background-color: transparent; }
|
||||
|
||||
GtkFileChooserDialog,
|
||||
NautilusWindow,
|
||||
NemoWindow,
|
||||
|
Loading…
Reference in New Issue
Block a user