Fossil SCM
Fix some background colors and fonts for the 'eagle' skin.
Commit
957de16f69dd7204518a4447d44d089ccda900a5
Parent
c49030fa63526df…
1 file changed
+20
+20
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -267,5 +267,25 @@ | ||
| 267 | 267 | } |
| 268 | 268 | |
| 269 | 269 | #canvas { |
| 270 | 270 | background-color: #485D7B; |
| 271 | 271 | } |
| 272 | + | |
| 273 | +.fileage tr:hover { | |
| 274 | + background-color: #7EA2D9; | |
| 275 | +} | |
| 276 | + | |
| 277 | +.fileage td { | |
| 278 | + font-family: "courier new"; | |
| 279 | +} | |
| 280 | + | |
| 281 | +div.filetreeline:hover { | |
| 282 | + background-color: #7EA2D9; | |
| 283 | +} | |
| 284 | + | |
| 285 | +div.selectedText { | |
| 286 | + background-color: #7EA2D9; | |
| 287 | +} | |
| 288 | + | |
| 289 | +.statistics-report-graph-line { | |
| 290 | + background-color: #7EA2D9; | |
| 291 | +} | |
| 272 | 292 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -267,5 +267,25 @@ | |
| 267 | } |
| 268 | |
| 269 | #canvas { |
| 270 | background-color: #485D7B; |
| 271 | } |
| 272 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -267,5 +267,25 @@ | |
| 267 | } |
| 268 | |
| 269 | #canvas { |
| 270 | background-color: #485D7B; |
| 271 | } |
| 272 | |
| 273 | .fileage tr:hover { |
| 274 | background-color: #7EA2D9; |
| 275 | } |
| 276 | |
| 277 | .fileage td { |
| 278 | font-family: "courier new"; |
| 279 | } |
| 280 | |
| 281 | div.filetreeline:hover { |
| 282 | background-color: #7EA2D9; |
| 283 | } |
| 284 | |
| 285 | div.selectedText { |
| 286 | background-color: #7EA2D9; |
| 287 | } |
| 288 | |
| 289 | .statistics-report-graph-line { |
| 290 | background-color: #7EA2D9; |
| 291 | } |
| 292 |