xref: /webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/dialog.css (revision b43e8d2bb2c20432b6d427f0f5d9a32679a9aa4f)
1*b43e8d2bSGreg Roachdiv.cke_dialog_ui_scaytItemList {
2*b43e8d2bSGreg Roach	border: 1px solid #c9cccf;
3*b43e8d2bSGreg Roach}
4*b43e8d2bSGreg Roach
5*b43e8d2bSGreg Roach.cke_scaytItemList-child {
6*b43e8d2bSGreg Roach	position: relative;
7*b43e8d2bSGreg Roach	padding: 6px 30px 6px 5px;
8*b43e8d2bSGreg Roach	overflow: hidden;
9*b43e8d2bSGreg Roach	text-overflow: ellipsis;
10*b43e8d2bSGreg Roach	white-space: nowrap;
11*b43e8d2bSGreg Roach}
12*b43e8d2bSGreg Roach
13*b43e8d2bSGreg Roach.cke_scaytItemList-child:hover {
14*b43e8d2bSGreg Roach	background: #ebebeb;
15*b43e8d2bSGreg Roach}
16*b43e8d2bSGreg Roach
17*b43e8d2bSGreg Roach.cke_scaytItemList-child .cke_scaytItemList_remove {
18*b43e8d2bSGreg Roach	position: absolute;
19*b43e8d2bSGreg Roach	top: 0;
20*b43e8d2bSGreg Roach	right: 5px;
21*b43e8d2bSGreg Roach	width: 26px;
22*b43e8d2bSGreg Roach	height: 26px;
23*b43e8d2bSGreg Roach}
24