Compare Revisions
Last modification
- Rev 83 2013-02-05 21:01:37
- Author: PointedEars
- Log message:
Display cursor:help with title attribute, exception for buttons
| /trunk/styles/lcars22.css |
| 290,7 → 290,7 |
| text-decoration: none !important; |
| text-transform: uppercase; |
| overflow: hidden; |
| cursor: pointer; |
| cursor: pointer !important; |
| } |
| |
| .button .text { |
| 297,6 → 297,7 |
| position: absolute; |
| bottom: 0; |
| right: 0.5em; |
| cursor: pointer !important; |
| } |
| |
| .button.command { |
| 453,6 → 454,7 |
| height: 4em; |
| background-color: #c9c !important; |
| color: #000 !important; |
| cursor: default; |
| } |
| |
| .multi-display .upper .elbo-button .text |
| 487,6 → 489,7 |
| max-height: 2.2em; |
| text-align: right; |
| overflow: hidden; |
| cursor: default; |
| } |
| |
| .multi-display .upper .elbo .concave |
| /trunk/styles/lcars-basic.css |
| 8,8 → 8,7 |
| \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
| |
| \header('Content-Type: text/css; charset=UTF-8'); |
| ?> |
| @CHARSET "UTF-8"; |
| ?>@charset "UTF-8"; |
| |
| /* Basic fonts */ |
| |
| 153,6 → 152,11 |
| font-size: 136%; |
| } |
| |
| [title] |
| { |
| cursor: help; |
| } |
| |
| /* Language support */ |
| |
| [lang^="x-vulcan-latin"] { |