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
28 changes: 28 additions & 0 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,31 @@ map-point {
transform: scale(1);
}
}

/* TODO Remove when https://github.com/elementary/granite/issues/897 is fixed */
button.osd {
background: @bg_color;
box-shadow:
inset 0 -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 1px 0 0 rgba(255, 255, 255, 0.3),
inset 1px 0 0 0 rgba(255, 255, 255, 0.07),
inset -1px 0 0 0 rgba(255, 255, 255, 0.07),
0 0 0 1px rgba(0, 0, 0, 0.1),
0 3px 4px rgba(0, 0, 0, 0.15),
0 3px 3px -3px rgba(0, 0, 0, 0.35);
color: @text_color;
min-height: 2em;
min-width: 2em;
}

button.osd:active {
background: @insensitive_bg_color;
}

.linked.vertical button.osd:first-child {
margin-bottom: 0;
}

.linked.vertical button.osd:not(:first-child) {
margin-top: 0;
}