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 !important; |
cursor: pointer; |
} |
|
.button .text { |
297,7 → 297,6 |
position: absolute; |
bottom: 0; |
right: 0.5em; |
cursor: pointer !important; |
} |
|
.button.command { |
454,7 → 453,6 |
height: 4em; |
background-color: #c9c !important; |
color: #000 !important; |
cursor: default; |
} |
|
.multi-display .upper .elbo-button .text |
489,7 → 487,6 |
max-height: 2.2em; |
text-align: right; |
overflow: hidden; |
cursor: default; |
} |
|
.multi-display .upper .elbo .concave |
/trunk/styles/lcars-basic.css |
8,7 → 8,8 |
\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 */ |
|
152,11 → 153,6 |
font-size: 136%; |
} |
|
[title] |
{ |
cursor: help; |
} |
|
/* Language support */ |
|
[lang^="x-vulcan-latin"] { |