summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-10-01 10:09:07 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-10-01 10:09:41 (UTC)
commit7e1af8ad92abb4efc1d2069f0fa348f273d1e693 (patch) (unidiff)
treed0cc6d7d7ff812dd25c253dec76b9cc1931003e9
parent0ec8791ca0c980b721814cf0140204d56586fa63 (diff)
downloadcgit-7e1af8ad92abb4efc1d2069f0fa348f273d1e693.zip
cgit-7e1af8ad92abb4efc1d2069f0fa348f273d1e693.tar.gz
cgit-7e1af8ad92abb4efc1d2069f0fa348f273d1e693.tar.bz2
css: remove the annoying tr:hover rule for diffstat
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfcc..141bec8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -251,52 +251,48 @@ table.commit-info td {
251div.commit-subject { 251div.commit-subject {
252 font-weight: bold; 252 font-weight: bold;
253 font-size: 125%; 253 font-size: 125%;
254 margin: 1.5em 0em 0.5em 0em; 254 margin: 1.5em 0em 0.5em 0em;
255 padding: 0em; 255 padding: 0em;
256} 256}
257 257
258div.commit-msg { 258div.commit-msg {
259 white-space: pre; 259 white-space: pre;
260 font-family: monospace; 260 font-family: monospace;
261} 261}
262 262
263div.diffstat-header { 263div.diffstat-header {
264 font-weight: bold; 264 font-weight: bold;
265 padding-top: 1.5em; 265 padding-top: 1.5em;
266} 266}
267 267
268table.diffstat { 268table.diffstat {
269 border-collapse: collapse; 269 border-collapse: collapse;
270 width: 100%; 270 width: 100%;
271 border: solid 1px #aaa; 271 border: solid 1px #aaa;
272 background-color: #eee; 272 background-color: #eee;
273} 273}
274 274
275table.diffstat tr:hover {
276 background-color: #ccc;
277}
278
279table.diffstat th { 275table.diffstat th {
280 font-weight: normal; 276 font-weight: normal;
281 text-align: left; 277 text-align: left;
282 text-decoration: underline; 278 text-decoration: underline;
283 padding: 0.1em 1em 0.1em 0.1em; 279 padding: 0.1em 1em 0.1em 0.1em;
284 font-size: 100%; 280 font-size: 100%;
285} 281}
286 282
287table.diffstat td { 283table.diffstat td {
288 padding: 0.2em 0.2em 0.1em 0.1em; 284 padding: 0.2em 0.2em 0.1em 0.1em;
289 font-size: 100%; 285 font-size: 100%;
290 border: none; 286 border: none;
291} 287}
292 288
293table.diffstat td.mode { 289table.diffstat td.mode {
294 white-space: nowrap; 290 white-space: nowrap;
295} 291}
296 292
297table.diffstat td span.modechange { 293table.diffstat td span.modechange {
298 padding-left: 1em; 294 padding-left: 1em;
299 color: red; 295 color: red;
300} 296}
301 297
302table.diffstat td.add a { 298table.diffstat td.add a {