]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/Common.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / Common.css.commented.css
1
2 /**** Disabled cursor *****/
3 .nihilo .dijitSliderDisabled *,
4 .nihilo .dijitDisabledClickableRegion,  /* a region the user would be able to click on, but it's disabled */
5 .nihilo .dijitSpinnerDisabled *,
6 .nihilo .dijitButtonDisabled *,
7 .nihilo .dijitDropDownButtonDisabled *,
8 .nihilo .dijitComboButtonDisabled *,
9 .nihilo .dijitComboBoxDisabled *
10 {
11         cursor: not-allowed !important;
12 }
13
14
15 /* DnD avatar-specific settings */
16 /* For now it uses a default set of rules. Some other DnD classes can be modified as well. */
17 .nihilo .dojoDndItemBefore {
18         border-top: 2px solid #369;
19 }
20
21 .nihilo .dojoDndItemAfter {
22         border-bottom: 2px solid #369;
23 }
24
25 .nihilo .dojoDndItemOver {
26         cursor:pointer;
27 }
28
29 .nihilo table.dojoDndAvatar { -moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;}
30 .nihilo .dojoDndAvatar td       { border: none; }
31 .nihilo .dojoDndAvatar tr       { border: none; }
32 .nihilo .dojoDndAvatarHeader td { height: 20px; padding: 0 0 0 21px; }
33 .nihilo .dojoDndAvatarItem td { padding: 2px;}
34 .nihilo.dojoDndMove .dojoDndAvatarHeader        {background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;}
35 .nihilo.dojoDndCopy .dojoDndAvatarHeader        {background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;}
36 .nihilo.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader  {background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;}
37 .nihilo.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader  {background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;}