aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-19 12:11:53 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-19 12:11:53 +0200
commitfea4b27924f445bbb96aeb8759139930c0b11409 (patch)
treeb801aa9f5402e51fe71775e84bf5938baef917dd
parentjsaccess: show file size (diff)
downloadlaurent-tools-fea4b27924f445bbb96aeb8759139930c0b11409.tar.xz
laurent-tools-fea4b27924f445bbb96aeb8759139930c0b11409.zip
jsaccess: colorization
-rw-r--r--jsaccess/jsa/jsa.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css
index 2df63e9..713a32d 100644
--- a/jsaccess/jsa/jsa.css
+++ b/jsaccess/jsa/jsa.css
@@ -8,6 +8,7 @@ h1 {
margin-top: 40px;
margin-bottom: 60px;
text-align: center;
+ color: rgb(208, 71, 17);
}
a {text-decoration: none; color:#9f9f9f;}
@@ -36,6 +37,10 @@ input {
width: 50%;
}
+#files {
+ color: rgb(208, 71, 17);
+}
+
#status {
display: inline;
width: 50%;