summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-12-08 00:58:12 -0500
committercsarven <csarven@controlyourself.ca>2008-12-08 00:58:12 -0500
commit665a3325b38d18dcfe6eb4ba1c693b2ed9578210 (patch)
tree4c25fc416e8bab5a8e42f0db858d7b92df8ff973 /theme
parent71c8d903785ada852408919a38161024c7e06cb7 (diff)
Nudge disabled and greyed out while ajaxForm process
darcs-hash:20081208055812-eefa4-719bb1b630a7d0764b286d67488313627b5180c8.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index f4324dd09..4a161d0f9 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -245,6 +245,11 @@ background-color:transparent;
line-height:18px;
font-size:14px;
}
+#wrap #profile_nudge input.disabled {
+color:#999;
+cursor:default;
+}
+
#wrap form input.disabled,
#wrap form input.disabled:hover {