Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions data/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ window,
padding: 3px;
border: none;
border-radius: 100%;
background-image:
linear-gradient(
to bottom,
@BLACK_300,
@BLACK_500
);
background: @BLACK_500;
box-shadow:
inset 0 0 0 1px alpha(#fff, 0.02),
inset 0 1px 0 0 alpha(#fff, 0.07),
Expand Down Expand Up @@ -43,8 +38,17 @@ window,
}

.notification .draw-area {
margin: 16px;
background: alpha(@base_color, 0.8);
border-radius: 9px;
box-shadow:
inset 0 -1px 0 0 alpha(@highlight_color, 0.4),
inset 0 1px 0 0 alpha(@highlight_color, 0.6),
inset 1px 0 0 0 alpha(@highlight_color, 0.14),
inset -1px 0 0 0 alpha(@highlight_color, 0.14),
0 0 0 1px @borders,
0 1px 3px alpha(black, 0.2),
0 3px 9px alpha(black, 0.3);
margin: 16px;
}

.notification.reduce-transparency .draw-area {
Expand Down