summaryrefslogtreecommitdiff
path: root/data/nautilus.css
blob: 351075bf31b6abd24181524593a4a8c8519188bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* {
    -NautilusIconContainer-selection-box-rgba: @selected_bg_color;
    -NautilusIconContainer-dark-info-rgba: shade (@selected_bg_color, 0.6);
    -NautilusIconContainer-light-info-rgba: shade (@selected_fg_color, 0.6);
}

GtkTreeView.NautilusSidebar {
    background-color: #f6f6f4;
}

#statusbar-no-border {
    -GtkStatusbar-shadow-type: none;
}

#nautilus-extra-view-widget {
    background-color: #a7c6e1;
}

#nautilus-tab-close-button {
    -GtkWidget-focus-padding : 0;
    -GtkWidget-focus-line-width: 0;
    xthickness: 0;
    ythickness: 0;
}

NautilusFloatingBar {
    background-color: #fdf6bb;
    border-color: #f4e564;
    border-radius: 1;
    border-width: 2;
}