styles/lcars-basic.css: Added highlighting of text selections
| /trunk/styles/lcars-basic.css |
|---|
| 69,6 → 69,18 |
| overflow: auto; |
| } |
| /* WebCore */ |
| ::selection { |
| background-color: #f90; |
| color: #000; |
| } |
| /* Gecko */ |
| ::-moz-selection { |
| background-color: #f90; |
| color: #000; |
| } |
| body.empty { |
| margin-top: 2.4em; |
| margin-left: 0.2em; |