diff options
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 18 |
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; } |
