Ticket #1644: 1644.patch
File 1644.patch, 2.2 KB (added by , 13 years ago) |
---|
-
_source/plugins/wsc/dialogs/wsc.css
70 70 margin-top: 1px; 71 71 border-bottom: #d5d59d 1px solid; 72 72 cursor: pointer; 73 cursor: hand;74 73 } 75 74 76 75 .PopupTabSelected -
_source/skins/kama/dialog.css
676 676 { 677 677 border: outset 1px; 678 678 cursor: pointer; 679 cursor: hand;680 679 } 681 680 682 681 .cke_skin_kama .cke_dialog .ImagePreviewBox … … 741 740 .cke_skin_kama .cke_dialog .cke_hand 742 741 { 743 742 cursor: pointer; 744 cursor: hand;745 743 } 746 744 747 745 .cke_skin_kama .cke_disabled … … 774 772 { 775 773 display: inline; 776 774 cursor: pointer; 777 cursor: hand;778 775 font-weight: bold; 779 776 position: relative; 780 777 top: 3px; -
_source/skins/office2003/dialog.css
607 607 { 608 608 border: outset 1px; 609 609 cursor: pointer; 610 cursor: hand;611 610 } 612 611 613 612 .cke_skin_office2003 .cke_dialog .ImagePreviewBox … … 672 671 .cke_skin_office2003 .cke_dialog .cke_hand 673 672 { 674 673 cursor: pointer; 675 cursor: hand;676 674 } 677 675 678 676 .cke_skin_office2003 .cke_disabled … … 704 702 { 705 703 display: inline; 706 704 cursor: pointer; 707 cursor: hand;708 705 font-weight: bold; 709 706 position: relative; 710 707 top: 3px; -
_source/skins/v2/dialog.css
609 609 { 610 610 border: outset 1px; 611 611 cursor: pointer; 612 cursor: hand;613 612 } 614 613 615 614 .cke_skin_v2 .cke_dialog .ImagePreviewBox … … 674 673 .cke_skin_v2 .cke_dialog .cke_hand 675 674 { 676 675 cursor: pointer; 677 cursor: hand;678 676 } 679 677 680 678 .cke_skin_v2 .cke_disabled … … 706 704 { 707 705 display: inline; 708 706 cursor: pointer; 709 cursor: hand;710 707 font-weight: bold; 711 708 position: relative; 712 709 top: 3px;