diff options
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 56cdc5e..bfbed71 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -292,6 +292,12 @@ tr:nth-child(odd).file td { background-color: #e6f0f0; } tr:nth-child(even).file td { background-color: #e0e8e8; } .desktop tr:nth-child(even).file:hover td { background-color: #d8e0ec; color: #000000; } +tr:nth-child(odd).file.checked td { background-color: #c6d0d0; } +.desktop tr:nth-child(odd).file.checked:hover td { background-color: #c8d0dc; color: #000000; } +tr:nth-child(even).file.checked td { background-color: #c0c8c8; } +.desktop tr:nth-child(even).file.checked:hover td { background-color: #b8c0cc; color: #000000; } + + tr:nth-child(odd) td.row { background-color: #e6f0f0; } .desktop tr:nth-child(odd) td.row:hover { background-color: #d8e0ec; color: #000000; } tr:nth-child(even) td.row { background-color: #e0e8e8; } @@ -614,10 +620,10 @@ pre br { padding: 5px; font-size: 11px; } -.files td:first-child { +.files td.name { padding: 0; } -.files td:first-child a { +.files td.name a { display: block; padding: 5px 0 5px 4px; text-overflow: ellipsis; @@ -629,7 +635,7 @@ pre br { .desktop .files user a:hover { text-decoration: underline; } -.files td:first-child { +.files td.name { text-align: left; } .files td { @@ -770,9 +776,17 @@ pre br { max-height: 70vh; overflow: auto; } -#thread_settings .files td:first-child a { +#thread_settings .files td.name a { min-width: 130px; } +.move_files_select { + display: flex; + flex-direction: row; + justify-content: space-between; +} +.move_files_select select { + flex: 1; +} /* SEARCH */ |
