summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorGeorg Lukas <georg@op-co.de>2009-11-28 02:07:34 (UTC)
committer Georg Lukas <georg@op-co.de>2009-11-28 02:07:34 (UTC)
commit545b5a5dcae2a0c322381493ee90f6c37353da9c (patch) (unidiff)
treeefc130ef25bb9974ad2df31aa374f6b86d5fdd0f /cgit.css
parent56522ebe1387721d10196e835346257e7494abad (diff)
downloadcgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.zip
cgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.tar.gz
cgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.tar.bz2
cgit.css: highlight directories in tree
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index c47ebc9..ef7d3c1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -153,24 +153,29 @@ table.list td.logsubject {
153} 153}
154 154
155table.list td.logmsg { 155table.list td.logmsg {
156 font-family: monospace; 156 font-family: monospace;
157 white-space: pre; 157 white-space: pre;
158 padding: 1em 0.5em 2em 0.5em; 158 padding: 1em 0.5em 2em 0.5em;
159} 159}
160 160
161table.list td a { 161table.list td a {
162 color: black; 162 color: black;
163} 163}
164 164
165table.list td a.ls-dir {
166 font-weight: bold;
167 color: #00f;
168}
169
165table.list td a:hover { 170table.list td a:hover {
166 color: #00f; 171 color: #00f;
167} 172}
168 173
169img { 174img {
170 border: none; 175 border: none;
171} 176}
172 177
173input#switch-btn { 178input#switch-btn {
174 margin: 2px 0px 0px 0px; 179 margin: 2px 0px 0px 0px;
175} 180}
176 181