diff options
author | therazer <devnull@localhost> | 2010-11-09 21:30:54 +0100 |
---|---|---|
committer | therazer <devnull@localhost> | 2010-11-09 21:30:54 +0100 |
commit | fa078c84b81f891aa800ca602fbc7d7ec3d02753 (patch) | |
tree | 8431575a6a27dab13700b538ccc4e94cba2e9c87 /module/web/media | |
parent | account reloadData fix (diff) | |
download | pyload-fa078c84b81f891aa800ca602fbc7d7ec3d02753.tar.xz |
added browser for files, too + little patches
Diffstat (limited to 'module/web/media')
-rw-r--r-- | module/web/media/default/css/pathchooser.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/module/web/media/default/css/pathchooser.css b/module/web/media/default/css/pathchooser.css index 2573c2eb1..f660b7c5a 100644 --- a/module/web/media/default/css/pathchooser.css +++ b/module/web/media/default/css/pathchooser.css @@ -1,24 +1,33 @@ -TABLE { +table { border: 1px dotted #888888; font-family: sans-serif; font-size: 10pt; } -TH { +th { background-color: #525252; color: #E0E0E0; } -TABLE, TR, TD { +table, tr, td { background-color: #F0F0F0; } -A, A:visited { +a, a:visited { text-decoration: none; font-weight: bold; } -.file { +.file_directory { + color: #c0c0c0; +} +.path_directory { + color: #3c3c3c; +} +.file_file { + color: #3c3c3c; +} +.path_file { color: #c0c0c0; } |