Changeset 333
- Timestamp:
- 09/22/05 06:17:30 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
examples/full_example-menu.html (modified) (1 diff)
-
skins/titan/skin.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/full_example-menu.html
r329 r333 59 59 <option value="inditreuse">inditreuse</option> 60 60 <option value="blue-metallic">blue-metallic</option> 61 <option value="titan">titan</option> 61 62 </select> 62 63 </label> -
trunk/skins/titan/skin.css
r250 r333 1 1 .htmlarea .toolbar { 2 background-color:#889fc9;2 background-color:#889fc9; 3 3 background-image:url(back.png); 4 4 background-repeat:repeat-y; … … 9 9 background-image:url(button-background.png); 10 10 } 11 .htmlarea .toolbar . toolbarRow .button{11 .htmlarea .toolbar .button { 12 12 width:20px; 13 13 height:20px; … … 16 16 background-image:url(button-background.png); 17 17 } 18 .htmlarea .toolbar .toolbarRow .separator { 18 .buttonImageContainer { 19 position:relative; 20 left:1px; 21 top:1px; 22 } 23 .htmlarea .toolbar .separator { 19 24 margin:0; 20 25 background-image: url(separator.png); … … 24 29 border:none; 25 30 } 26 .htmlarea .toolbar .toolbarRow .buttonHover {31 .htmlarea .toolbar a.button:hover { 27 32 border:none !important; 28 33 padding:1px; 29 34 background-image:url(hover.png); 30 35 } 31 .htmlarea .toolbar . toolbarRow .button.buttonPressed36 .htmlarea .toolbar .button.buttonPressed 32 37 { 33 38 padding:1px;
