summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2008-12-12 21:06:19 -0800
committerShawn O. Pearce <sop@google.com>2008-12-12 21:06:19 -0800
commit7782f742c4c0070d6edbafe0066a5efaa5029969 (patch)
treec014352c9bb9afe098a2a13a4a66e1a19af415f0 /webapp
parenta248e34309987fdf560f09f560eb5709b7be29ad (diff)
Fix the link menu items to use a pointer/hand cursor like normal links
The user should be able to click on these, so make it look like that is the proper action by changing the cursor. Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/com/google/gerrit/public/Gerrit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/com/google/gerrit/public/Gerrit.css b/webapp/src/com/google/gerrit/public/Gerrit.css
index a2a033fd83..7ef7564623 100644
--- a/webapp/src/com/google/gerrit/public/Gerrit.css
+++ b/webapp/src/com/google/gerrit/public/Gerrit.css
@@ -37,6 +37,8 @@
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
+ cursor: pointer;
+ cursor: hand;
}
.gerrit-LinkMenuBar .gwt-MenuItem-NormalItem {
border-right: 1px solid black;