|
4 | 4 | */ |
5 | 5 |
|
6 | 6 | dock { |
7 | | - background: alpha(@bg_color, 0.6); |
| 7 | + background: @bg_color; |
8 | 8 | border-radius: 9px; |
9 | 9 | box-shadow: |
10 | | - inset 0 -1px 0 0 alpha(@highlight_color, 0.1), |
11 | | - inset 0 1px 0 0 alpha(@highlight_color, 0.15), |
12 | | - inset 1px 0 0 0 alpha(@highlight_color, 0.035), |
13 | | - inset -1px 0 0 0 alpha(@highlight_color, 0.035), |
14 | | - 0 0 0 1px alpha(@borders, 0.4), |
15 | | - 0 1px 3px alpha(black, 0.10), |
16 | | - 0 3px 9px alpha(black, 0.15); |
| 10 | + inset 0 -1px 0 0 alpha(@highlight_color, 0.2), |
| 11 | + inset 0 1px 0 0 alpha(@highlight_color, 0.3), |
| 12 | + inset 1px 0 0 0 alpha(@highlight_color, 0.07), |
| 13 | + inset -1px 0 0 0 alpha(@highlight_color, 0.07), |
| 14 | + 0 0 0 1px @borders, |
| 15 | + 0 1px 3px alpha(black, 0.2), |
| 16 | + 0 3px 9px alpha(black, 0.3); |
| 17 | + opacity: 0.6; |
17 | 18 | padding: 9px; |
18 | 19 | } |
19 | 20 |
|
| 21 | +dock.reduce-transparency { |
| 22 | + opacity: 1; |
| 23 | +} |
| 24 | + |
20 | 25 | dock-window { |
21 | 26 | margin-top: 64px; /* Keep enough room so that icons don't clip when bouncing */ |
22 | 27 | } |
|
0 commit comments