summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-29 18:51:27 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-29 18:51:27 +0200
commitfe8cef1b709f09f508f17d0d6d06f204dd44a8bb (patch)
tree75c03c0734106dda0a4e5b407778b58ec758d029 /public/assets/css/css.css
parent7d71a0248a8746088142bb51ce4248c76f274f30 (diff)
pushing files to s3.. filelist color
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css18
1 files changed, 12 insertions, 6 deletions
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;
}