Skip to content

Commit bbf4592

Browse files
authored
Merge branch 'main' into lenemter/dont-hardcode-border-radius
2 parents 6050905 + 4dea7d2 commit bbf4592

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

data/Application.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
*/
55

66
dock {
7-
background: @bg_color;
7+
background: alpha(@bg_color, 0.8);
88
box-shadow:
9-
inset 0 -1px 0 0 alpha(@highlight_color, 0.2),
10-
inset 0 1px 0 0 alpha(@highlight_color, 0.3),
11-
inset 1px 0 0 0 alpha(@highlight_color, 0.07),
12-
inset -1px 0 0 0 alpha(@highlight_color, 0.07),
9+
inset 0 -1px 0 0 alpha(@highlight_color, 0.4),
10+
inset 0 1px 0 0 alpha(@highlight_color, 0.6),
11+
inset 1px 0 0 0 alpha(@highlight_color, 0.14),
12+
inset -1px 0 0 0 alpha(@highlight_color, 0.14),
1313
0 0 0 1px @borders,
1414
0 1px 3px alpha(black, 0.2),
1515
0 3px 9px alpha(black, 0.3);
@@ -24,6 +24,7 @@ dock {
2424
}
2525

2626
.reduce-transparency dock {
27+
background: @bg_color;
2728
opacity: 1;
2829
}
2930

0 commit comments

Comments
 (0)