mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
styles: apply dark theme to TorrentListDropzone
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@use 'sass:color';
|
||||
|
||||
@use '../tools/colors';
|
||||
@use '../tools/themes';
|
||||
@use '../tools/variables';
|
||||
|
||||
@use '../ui/config/font-size.scss';
|
||||
@@ -134,7 +135,7 @@ $dropzone--file--foreground: $dropzone--foreground;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
@include themes.theme('background', 'torrent-list--background');
|
||||
z-index: 2;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user