aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-3.0/apps/cinnamon-applications.css
blob: 9bbb53752cd5b368d65488d9144f06cb3050f247 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
@define-color nemo_sidebar_bg #505050;
@define-color nemo_sidebar_fg #dadada;
@define-color nemo_sidebar_selected_fg #fff;

/********
 * Nemo *
 ********/

/* sidebar */

.nemo-window .sidebar .view {
    background-color: @nemo_sidebar_bg;
    color: @nemo_sidebar_fg;
    text-shadow: none;
    -gtk-icon-shadow: none;
}

.nemo-window .sidebar .view:selected {
    border-color: @nemo_sidebar_bg;
    color: @nemo_sidebar_selected_fg;
    text-shadow: 1px 1px alpha(black, 0.2);
    -gtk-icon-shadow: 1px 1px alpha(black, 0.2);
}

.nemo-window .sidebar .expander:selected {
    border-color: @nemo_sidebar_selected_fg;
    color: @nemo_sidebar_selected_fg;
}

.nemo-window .places-treeview {
    -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_base_color, 0.85);
    -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 0.9);
    -NemoPlacesTreeView-disk-full-bar-width: 2px;
    -NemoPlacesTreeView-disk-full-bar-radius: 1px;
    -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
}

.nemo-window .places-treeview:selected {
    -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_selected_fg_color, 1.1);
    -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
}

.nemo-window .sidebar .scrollbar {
    min-width: 10px;
}

.nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
    background-color: @theme_bg_color;
}

.nemo-window .sidebar separator,
.nemo-window .sidebar .frame {
    border: none;
}

.nemo-canvas-item {
    border-radius: 3px;
}

.nemo-desktop.nemo-canvas-item {
    color: @desktop_item_fg;
    text-shadow: 1px 1px @desktop_item_text_shadow;
}

.nemo-desktop.nemo-canvas-item:selected {
    background-color: alpha(@theme_selected_bg_color, 0.8);
    background-image: none;
    color: @theme_selected_fg_color;
    text-shadow: none;
}

/* inactive pane */

.nemo-inactive-pane .view {
    background-color: shade(@theme_base_color, 0.93);
    color: shade(@theme_fg_color, 1.2);
}

.nemo-inactive-pane .view:selected,
.nemo-inactive-pane .nautilus-canvas-item:selected {
    background-color: alpha(@theme_selected_bg_color, 0.85);
    color: @theme_selected_fg_color;
}

/* small buttons on the nemo status bar */

.nemo-window widget .toolbar button {
    padding: 0 5px;
}

.nemo-window widget .toolbar {
    padding: 0 6px 0 6px;
}

/* provides theming for the rename entries */

.nemo-window .nemo-window-pane widget.entry {
    background-clip: padding-box;
    min-height: 28px;
    padding-left: 4px;
    padding-right: 4px;
    color: @theme_text_color;
    border: 1px solid shade(@button_border, 0.9);
    border-radius: 3px;
    box-shadow: inset 0 1px alpha(black, 0.1),
                inset 1px 0 alpha(black, 0.04),
                inset -1px 0 alpha(black, 0.04),
                inset 0 -1px alpha(black, 0.02),
                0 1px alpha(white, 0.4);
}

.nemo-window .nemo-window-pane widget.entry:selected {
    background-color: @theme_selected_bg_color;
    color: @theme_selected_fg_color;
}

.nemo-window .nemo-window-pane notebook > header {
    padding: 0px;
    margin-right: -2px;
    margin-bottom: -1px;
}

.nemo-window .nemo-window-pane notebook > header > tabs > tab:checked {
    background-color: @theme_base_color;
    margin-bottom: 1px;
}

.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view,
.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view {
    background-color: @theme_base_color;
    border: 1px solid @border;
}

.nemo-window toolbar.primary-toolbar {
    margin-bottom: -1px;
}

/*********************
 * Cinnamon Settings *
 *********************/

.cs-header {
    padding: 6px;
    background-color: transparent;
    background-image: linear-gradient(to bottom,
                            @toolbar_bg_a,
                            @toolbar_bg_b);
    border-bottom: 1px solid @border;
}

.cs-category-view,
.cs-category-view .view {
    background-color: transparent;
}