diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-14 09:40:10 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-14 09:40:10 +0200 |
commit | e55c72279c25617f441049ab0be6fd6843eecdd5 (patch) | |
tree | 6928c3748d0bb648b20653684b52324e8ad1a439 /css/style.css | |
parent | 3005c7774d4f32dc857a9b10c4e621f4df2019c4 (diff) | |
download | fileup-e55c72279c25617f441049ab0be6fd6843eecdd5.tar.gz |
Download link
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 407cc5f..abce858 100644 --- a/css/style.css +++ b/css/style.css @@ -297,12 +297,12 @@ input[type=submit]:hover { border-color: black; } -.foldercontents, .filecontents { +.foldercontents, .filecontents, .filecontentsroot { background: rgba(250, 250, 250, .9); flex: 1 0 0; } -.filecontents { +.filecontents, .filecontentsroot { background: white; } |