From fe8cef1b709f09f508f17d0d6d06f204dd44a8bb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 May 2018 18:51:27 +0200 Subject: pushing files to s3.. filelist color --- public/assets/css/css.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'public/assets/css') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 2a7d0c6..eef8362 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -163,12 +163,18 @@ h3 { overflow: hidden; text-overflow: ellipsis; } -.rows .row > div:first-child { - padding-left: 0; -} -.rows .row > div:last-child { - padding-right: 0; -} + +.filelist { border: 1px solid #d0d0e0; } +.filelist .file:nth-child(odd) { background-color: #e6f0f0; } +.desktop .filelist .file:nth-child(odd):hover { background-color: #d8e0ec; color: #000000; } +.filelist .file:nth-child(even) { background-color: #e0e8e8; } +.desktop .filelist .file:nth-child(even):hover { background-color: #d8e0ec; color: #000000; } + +.filelist .file:nth-child(odd).checked { background-color: #c6d0d0; } +.desktop .filelist .file:nth-child(odd).checked:hover { background-color: #c8d0dc; color: #000000; } +.filelist .file:nth-child(even).checked { background-color: #c0c8c8; } +.desktop .filelist .file:nth-child(even).checked:hover { background-color: #b8c0cc; color: #000000; } + .filelist .filename { width: 100px; } -- cgit v1.2.3-70-g09d2