|
1 | 1 | /********************* |
2 | 2 | * NEMO File manager * |
3 | 3 | *********************/ |
4 | | -/* for breadcrumbs path bar */ |
5 | | - |
6 | | -.nemo-pathbar-button, |
7 | | -NemoPathbarButton { |
8 | | - background-image: -gtk-gradient(linear, left top, left bottom, |
9 | | - color-stop (0, shade(alpha(@theme_bg_color, 0.8), 1.1)), |
10 | | - color-stop (.3, shade(alpha(@theme_bg_color, 0.8), 1.1)), |
11 | | - color-stop (.7, shade(alpha(@theme_bg_color, 0.8), 0.98)), |
12 | | - color-stop (1, shade(alpha(@theme_bg_color, 0.8), 0.90))); |
13 | | - border-color: #979797; |
14 | | - color: @theme_fg_color; |
15 | | - -NemoPathbarButton-border-radius: 3px; |
16 | | -} |
17 | | - |
18 | | -NemoPathbarButton:active { |
19 | | - background-image: -gtk-gradient(linear, left top, left bottom, |
20 | | - color-stop (0, shade(alpha(@theme_bg_color, 0.8), .8)), |
21 | | - color-stop (.3, shade(alpha(@theme_bg_color, 0.8), .9)), |
22 | | - color-stop (1, shade(alpha(@theme_bg_color, 0.8), 1.0))); |
23 | | -} |
24 | | - |
25 | | -NemoPathbarButton:hover { |
26 | | - background-image: -gtk-gradient(linear, left top, left bottom, |
27 | | - color-stop (0, shade(alpha(@theme_selected_bg_color, 0.8), 1.25)), |
28 | | - color-stop (.3, shade(alpha(@theme_selected_bg_color, 0.8), 1.25)), |
29 | | - color-stop (.7, shade(alpha(@theme_selected_bg_color, 0.8), 0.95)), |
30 | | - color-stop (1, shade(alpha(@theme_selected_bg_color, 0.8), 0.85))); |
31 | | -} |
32 | | - |
33 | | -NemoPathbarButton:active:hover { |
34 | | - background-image: -gtk-gradient(linear, left top, left bottom, |
35 | | - color-stop (0, shade(alpha(@theme_selected_bg_color, 0.8), .80)), |
36 | | - color-stop (.3, shade(alpha(@theme_selected_bg_color, 0.8), .95)), |
37 | | - color-stop (1, shade(alpha(@theme_selected_bg_color, 0.8), 1.25))); |
38 | | -} |
39 | | - |
40 | | - |
41 | 4 | /* For Places Sidebar diskfull indicators */ |
42 | 5 |
|
43 | 6 | NemoPlacesTreeView { |
@@ -134,8 +97,23 @@ NemoWindow .sidebar row:hover { |
134 | 97 | } |
135 | 98 |
|
136 | 99 | /* Toolbar */ |
137 | | -NemoWindow .toolbar .button { |
138 | | - border-image: none; |
| 100 | + |
| 101 | +NemoWindow .toolbar .button.image-button { |
| 102 | + padding: 0 5px; |
| 103 | +} |
| 104 | + |
| 105 | +NemoWindow .toolbar GtkStatusbar { |
| 106 | +} |
| 107 | + |
| 108 | +/* the fix above for the statusbar buttons also affects the primary toolbar so we need to reset the |
| 109 | + padding for those buttons */ |
| 110 | + |
| 111 | +NemoWindow .primary-toolbar.toolbar .button.image-button { |
| 112 | + padding: 0 7px; |
| 113 | +} |
| 114 | + |
| 115 | +NemoWindow .primary-toolbar.toolbar .entry { |
| 116 | + padding: 3px; |
139 | 117 | } |
140 | 118 |
|
141 | 119 | /* Misc */ |
|
0 commit comments