]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/themes/nihilo/Common.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / Common.css
diff --git a/static/dojo-release-1.1.1/dijit/themes/nihilo/Common.css b/static/dojo-release-1.1.1/dijit/themes/nihilo/Common.css
new file mode 100644 (file)
index 0000000..947afa3
--- /dev/null
@@ -0,0 +1,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;}