Fossil SCM
Further CSS updates to the 'eagle' skin.
Commit
cff5d12696f5f3ef3005511ab0dfbb4961fb068e7505087c8790929604693ae0
Parent
fa9d33b46ed921e…
1 file changed
+15
+15
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -410,5 +410,20 @@ | ||
| 410 | 410 | } |
| 411 | 411 | |
| 412 | 412 | .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { |
| 413 | 413 | background-color: #455978; |
| 414 | 414 | } |
| 415 | + | |
| 416 | +div.difflncol { | |
| 417 | + padding-right: 1em; | |
| 418 | + text-align: right; | |
| 419 | + color: white; | |
| 420 | +} | |
| 421 | +.capsumOff { | |
| 422 | + background-color: #bbbbbb; | |
| 423 | +} | |
| 424 | +.capsumRead { | |
| 425 | + background-color: #006d00; | |
| 426 | +} | |
| 427 | +.capsumWrite { | |
| 428 | + background-color: #e5e500; | |
| 429 | +} | |
| 415 | 430 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -410,5 +410,20 @@ | |
| 410 | } |
| 411 | |
| 412 | .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { |
| 413 | background-color: #455978; |
| 414 | } |
| 415 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -410,5 +410,20 @@ | |
| 410 | } |
| 411 | |
| 412 | .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { |
| 413 | background-color: #455978; |
| 414 | } |
| 415 | |
| 416 | div.difflncol { |
| 417 | padding-right: 1em; |
| 418 | text-align: right; |
| 419 | color: white; |
| 420 | } |
| 421 | .capsumOff { |
| 422 | background-color: #bbbbbb; |
| 423 | } |
| 424 | .capsumRead { |
| 425 | background-color: #006d00; |
| 426 | } |
| 427 | .capsumWrite { |
| 428 | background-color: #e5e500; |
| 429 | } |
| 430 |