Changeset 321
- Timestamp:
- 09/16/05 14:30:16 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.css
r260 r321 9 9 } 10 10 .htmlarea .toolbar table { margin: 0; font-family: tahoma,verdana,sans-serif; font-size: 11px; } 11 .htmlarea .toolbar img { border: none; }11 .htmlarea .toolbar img { border: none; vertical-align: top; } 12 12 .htmlarea .toolbar .label { padding: 0px 3px; } 13 13 … … 68 68 .htmlarea .toolbar select, 69 69 .htmlarea .toolbar select:hover, 70 .htmlarea .toolbar select:active { background: FieldFace; color: ButtonText; } 70 .htmlarea .toolbar select:active { 71 margin-top: 2px; 72 margin-bottom: 1px; 73 background: FieldFace; 74 color: ButtonText; 75 } 71 76 72 77 .htmlarea iframe.xinha_iframe, .htmlarea textarea.xinha_textarea
