diff --git a/data/Application.css b/data/Application.css index c9a1fb6..0f2b5df 100644 --- a/data/Application.css +++ b/data/Application.css @@ -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; +}