1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

more fixes

This commit is contained in:
Horst3180
2016-03-23 21:46:35 +01:00
parent 4a6f74a8f7
commit 8eaefcf4d9
10 changed files with 114 additions and 83 deletions

View File

@@ -1289,15 +1289,20 @@ StScrollBar {
.message-media-control {
padding: 6px;
color: $insensitive_fg_color;
&:last-child:ltr { padding-right: 18px; }
&:last-child:rtl { padding-left: 18px; }
&:hover { color: $fg_color; }
&:active { color: $selected_bg_color; }
}
.media-message-cover-icon {
icon-size: 32px;
&.fallback {
color: lighten($bg_color,10%);
color: $insensitive_fg_color;
background-color: $bg_color;
border-radius: 2px;
icon-size: 16px;