projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9869a
)
Disabled icons do not get a pointer/hand-cursor any more
author
Luzifr
<szekely@woltlab.com>
Mon, 9 Jan 2012 18:32:39 +0000
(19:32 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 9 Jan 2012 18:32:39 +0000
(19:32 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index 3c065521589df1f622624826c9c65bfaf64211d8..4e788988bb538c379557decdc1ae096d999ee97d 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-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 {