You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
artwork/usr/share/themes/Lubuntu-default/gtk-3.0/nautilus.css

88 lines
1.8 KiB

/* desktop mode */
.nautilus-desktop.nautilus-canvas-item {
color: #ffffff;
text-shadow: 1 1 alpha (#000000, 0.8);
}
.nautilus-desktop.nautilus-canvas-item:active {
background-image: none;
background-color: alpha (@selected_bg_color, 0.84);
border-radius: 2px;
color: @selected_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:selected {
background-image: none;
background-color: alpha (@selected_bg_color, 0.84);
border-radius: 2px;
color: @selected_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
/* browser window */
NautilusTrashBar.info,
NautilusXContentBar.info,
NautilusSearchBar.info,
NautilusQueryEditor.info {
color: @selected_fg_color;
background-color: @selected_bg_color;
border-radius: 0;
border-style: solid;
border-width: 0px 1px 1px 1px;
}
NautilusSearchBar .entry {}
.nautilus-cluebar-label {
color: @selected_fg_color;
font: bold;
}
#nautilus-search-button *:active,
#nautilus-search-button *:active:prelight {
color: @fg_color;
}
NautilusFloatingBar {
border-radius: 2px 2px 0px 0px;
border-style: solid;
border-width: 1px;
border-color: #9DC1E6;
background-color: @tooltip_bg_color;
-unico-border-gradient: none;
color: #333333;
}
NautilusFloatingBar .button {
background-color: alpha (@theme_base_color, 0.0);
background-image: none;
border-style: none;
border-image: none;
-GtkButton-image-spacing: 0;
-GtkButton-inner-border: 0;
color: #333333;
}
/* sidebar */
/*NautilusWindow .sidebar,
NautilusWindow .sidebar .view {
background-color: @bg_color;
}
NautilusWindow .sidebar .frame {
border-radius: 0;
border-width: 0;
}
NautilusWindow > GtkTable > .pane-separator {}*/