aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/themes/nihilo/Common.css
blob: 947afa372a33e3b27a433a075fc518bcd02b5ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.nihilo .dijitSliderDisabled *,
.nihilo .dijitDisabledClickableRegion,	
.nihilo .dijitSpinnerDisabled *,
.nihilo .dijitButtonDisabled *,
.nihilo .dijitDropDownButtonDisabled *,
.nihilo .dijitComboButtonDisabled *,
.nihilo .dijitComboBoxDisabled *
{
	cursor: not-allowed !important;
}
.nihilo .dojoDndItemBefore {
	border-top: 2px solid #369;
}
.nihilo .dojoDndItemAfter {
	border-bottom: 2px solid #369;
}
.nihilo .dojoDndItemOver {
	cursor:pointer;
}
.nihilo table.dojoDndAvatar { -moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;}
.nihilo .dojoDndAvatar td	{ border: none; }
.nihilo .dojoDndAvatar tr	{ border: none; }
.nihilo .dojoDndAvatarHeader td	{ height: 20px; padding: 0 0 0 21px; }
.nihilo .dojoDndAvatarItem td { padding: 2px;}
.nihilo.dojoDndMove .dojoDndAvatarHeader	{background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;}
.nihilo.dojoDndCopy .dojoDndAvatarHeader	{background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;}
.nihilo.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;}
.nihilo.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;}