Przeglądaj źródła

Add gray background to download icon (#436)

ovalseven8 7 lat temu
rodzic
commit
aa203e6186
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/sass/components/_message_media.scss

+ 2 - 0
src/sass/components/_message_media.scss

@@ -43,6 +43,8 @@ $loading-ring-thickness: 5px;
             color: white;
             margin: auto auto;
             position: relative;
+            background: rgba(128, 128, 128, .3);
+            border-radius: $material-radius;
         }
     }