/**************** * Applications * ****************/ ApDocView, /* Abiword */ EogScrollView, /* Eog */ CheeseThumbView /* Cheese */ { background-color: @chrome_bg_color; -EogScrollView-shadow-type: none; } /* nautilus */ .nautilus-canvas-item { border-radius: 0px; } .nautilus-desktop.nautilus-canvas-item { color: @theme_bg_color; text-shadow: 1px 1px black; } .nautilus-desktop.nautilus-canvas-item:active { color: @theme_text_color; } .nautilus-desktop.nautilus-canvas-item:selected { color: @theme_selected_fg_color; } .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:prelight, .nautilus-desktop.nautilus-canvas-item:selected { text-shadow: none; } NautilusWindow .primary-toolbar.toolbar { background-image: -gtk-gradient (linear, left top, left bottom, from(shade (@theme_bg_dark_color, 1.00)), to(shade(@theme_bg_dark_color, 1.00))); border-width: 0px 0px 0px 0px; border-radius: 0px; border-style: solid; border-color: @transparent @transparent shade(@theme_bg_dark_color, 0.85) @transparent; padding: 1px 3px 2px; -GtkWidget-window-dragging: true; -GtkToolbar-button-relief: normal; } NautilusWindow .primary-toolbar .toolbar .button, NautilusWindow .primary-toolbar.toolbar .button, NautilusWindow .primary-toolbar .toolbar .button:active, NautilusWindow .primary-toolbar.toolbar .button:active, NautilusWindow .primary-toolbar .toolbar .button:hover, NautilusWindow .primary-toolbar.toolbar .button:hover, NautilusWindow .primary-toolbar .toolbar .button:hover:active, NautilusWindow .primary-toolbar.toolbar .button:hover:active { padding: 0px 2px; } #nautilus-search-button * { border-width: 1px; border-style: solid; border-radius: 0px; border-color: @transparent; border-image: none; box-shadow: none; -unico-outer-stroke-width: 6px 4px 6px 4px; -unico-outer-stroke-gradient: none; -unico-outer-stroke-color: @transparent; background-image: none; padding: 0px 4px; color: @theme_fg_dark_color; text-shadow: 0px 1px @theme_shadow_dark_color; } #nautilus-search-button .button:prelight, NautilusWindow .primary-toolbar .toolbar .button:hover, NautilusWindow .primary-toolbar.toolbar .button:hover { border-style: solid; border-width: 1px; border-image: none; border-color: shade (@theme_bg_dark_color, 0.90); background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@theme_bg_dark_color, 0.90)), to (shade (@theme_bg_dark_color, 0.90))); } #nautilus-search-button *:prelight { color: @theme_text_dark_color; text-shadow: 0px 1px @theme_shadow_dark_color; } #nautilus-search-button .button:active, #nautilus-search-button .button:active:prelight { border-style: solid; border-width: 1px; border-radius: 0px; -unico-border-gradient: none; border-color: shade (@theme_bg_dark_color, 0.70); background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@theme_bg_dark_color, 0.70)), to (shade (@theme_bg_dark_color, 0.70))); } #nautilus-search-button *:active, #nautilus-search-button *:active:prelight { color: @theme_selected_fg_color; text-shadow: 0px 1px @theme_shadow_selected_color; } NautilusFloatingBar { background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@notebook_tab_gradient_a, 0.97)), to (shade (@notebook_tab_gradient_b, 0.90))); border-color: shade (@notebook_tab_gradient_b, 0.80); border-radius: 0px; border-width: 1px; border-style: solid; } 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; } NautilusWindow .sidebar, NautilusWindow .sidebar.view, NautilusWindow .sidebar .view, NautilusWindow .sidebar.view:prelight, NautilusWindow .sidebar .view:prelight { background-color: shade(@theme_bg_dark_color, 1.00); color: shade(@theme_fg_dark_color, 0.95); text-shadow: 0px 1px @theme_shadow_dark_color; } NautilusWindow .sidebar .scrollbar { -GtkRange-trough-border: 1; -GtkRange-slider-width: 6; } NautilusWindow .sidebar .scrollbar.trough, NautilusWindow .sidebar .scrollbar.trough.vertical { background-image: none; background-color: shade (@theme_bg_dark_color, 1.00); } /* overlay scrollbar */ NautilusWindow .sidebar OsThumb:selected, NautilusWindow .sidebar OsScrollbar:selected { background-color: shade (@theme_bg_dark_color, 0.60); } NautilusWindow .sidebar OsThumb:active, NautilusWindow .sidebar OsScrollbar:active { background-color: shade (@theme_bg_dark_color, 0.46); } NautilusWindow .sidebar OsThumb:insensitive, NautilusWindow .sidebar OsScrollbar:insensitive { background-color: shade (@theme_bg_dark_color, 0.68); } NautilusWindow .sidebar .frame { border-width: 0px; border-style: none; } NautilusWindow > GtkTable > .pane-separator, NautilusWindow .pane-separator { /* ubuntu-12 */ background-color: shade (@theme_bg_dark_color, 1.00); border-color: shade (@theme_bg_dark_color, 1.00); border-style: none; border-width: 0px; background-image: none; border-image: none; } NautilusWindow > GtkTable > .pane-separator:hover { background-color: shade (@theme_bg_dark_color, 1.00); } /* Nautilus 3.6 Toolbar-buttons */ NautilusToolbar .button, NautilusToolbar .button:active, NautilusToolbar .button:hover, NautilusToolbar .button:hover:active { border-style: solid; border-radius: 0px; border-color: @theme_bg_dark_color; border-image: none; box-shadow: none; } NautilusToolbar .button { icon-shadow: 0 1px @theme_shadow_color; } NautilusToolbar .button *:active { icon-shadow: 0 1px @theme_selected_shadow_color; } NautilusToolbar .button *:insensitive, NautilusToolbar .button *:active:insensitive { text-shadow: none; }