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