Disabled icons do not get a pointer/hand-cursor any more
authorLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 18:32:39 +0000 (19:32 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 18:32:39 +0000 (19:32 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 3c065521589df1f622624826c9c65bfaf64211d8..4e788988bb538c379557decdc1ae096d999ee97d 100644 (file)
@@ -2773,11 +2773,9 @@ tr .columnIcon {
        white-space: nowrap;
 }
 
-/* ToDo: does not function any more! 
-tr .columnIcon img:not(.balloonTooltip):hover {
+tr img[src*="D.svg"] {
        cursor: not-allowed;
 }
-*/
 
 tr .columnIcon img {
        height: 16px;
@@ -3991,10 +3989,6 @@ input[type='button'][disabled='disabled'],
 
 /* ############## CSS Experiments (active) ############## */
 
-
-
-
-
 /* what is that? */
 .wcfDimensions {
        display: inline-block;
@@ -4003,8 +3997,6 @@ input[type='button'][disabled='disabled'],
 
 
 
-
-
 /* ToDo: Profile Button */
 
 #profileButtonContainer {