Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.highlight.css |
— | — | @@ -10,16 +10,23 @@ |
11 | 11 | |
12 | 12 | /* A collapsed template */ |
13 | 13 | .wikiEditor-template-collapsed { |
14 | | - display: inline; |
15 | | - cursor: pointer; |
16 | | - color: red; |
17 | | - text-decoration: underline; |
| 14 | + background-color:#DDEEFF; |
| 15 | + border:1px outset #DDEEFF; |
| 16 | + color:#333333; |
| 17 | + cursor:pointer; |
| 18 | + display:inline; |
| 19 | + padding:0 0.25em; |
| 20 | + text-decoration:none; |
18 | 21 | } |
19 | 22 | |
20 | 23 | /* An expanded template */ |
21 | 24 | .wikiEditor-template-expanded { |
22 | | - display: inline; |
23 | | - cursor: pointer; |
| 25 | + background:#DDEEFF none repeat scroll 0 0; |
| 26 | + border:1px inset #DDEEFF; |
| 27 | + color:black; |
| 28 | + cursor:pointer; |
| 29 | + display:inline; |
| 30 | + padding:0 0.25em; |
24 | 31 | } |
25 | 32 | |
26 | 33 | /* == Header == */ |