Skip to content

Commit 6f59380

Browse files
committed
Styles: increase transparency
1 parent bf85936 commit 6f59380

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,13 +4,13 @@
44
*/
55

66
dock {
7-
background: @bg_color;
7+
background: alpha(@bg_color, 0.8);
88
border-radius: 9px;
99
box-shadow:
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),
10+
inset 0 -1px 0 0 alpha(@highlight_color, 0.4),
11+
inset 0 1px 0 0 alpha(@highlight_color, 0.6),
12+
inset 1px 0 0 0 alpha(@highlight_color, 0.14),
13+
inset -1px 0 0 0 alpha(@highlight_color, 0.14),
1414
0 0 0 1px @borders,
1515
0 1px 3px alpha(black, 0.2),
1616
0 3px 9px alpha(black, 0.3);
@@ -19,6 +19,7 @@ dock {
1919
}
2020

2121
.reduce-transparency dock {
22+
background: @bg_color;
2223
opacity: 1;
2324
}
2425

0 commit comments

Comments
 (0)