Changeset 228 for Dev/branches/Demo/css/visualeditors.css
- Timestamp:
- 01/12/12 19:52:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Demo/css/visualeditors.css
r226 r228 551 551 height: 415px; 552 552 } 553 554 /*******************/ 555 /* DDMenu specific */ 556 /*******************/ 557 558 #toolboxMenu li .bigButton.toolbox div { 559 position: absolute; 560 visibility: hidden; 561 margin: 0; 562 padding: 0; 563 border: 1px solid #555; 564 background: #eaebd8; 565 } 566 567 #toolboxMenu li .bigButton.toolbox div a { 568 position: relative; 569 float: left; 570 clear: left; 571 margin: 0; 572 padding: 5px 10px; 573 width: 75px; 574 white-space: nowrap; 575 text-align: left; 576 text-decoration: none; 577 color: #2875de; 578 font: 11px arial; 579 } 580 581 #toolboxMenu li .bigButton.toolbox div a:hover { 582 background: #49a3ff; 583 color: #fff; 584 }
Note: See TracChangeset
for help on using the changeset viewer.