From fa078c84b81f891aa800ca602fbc7d7ec3d02753 Mon Sep 17 00:00:00 2001 From: therazer Date: Tue, 9 Nov 2010 21:30:54 +0100 Subject: added browser for files, too + little patches --- module/web/media/default/css/pathchooser.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'module/web/media/default/css') 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; } -- cgit v1.2.3