[Libreoffice-commits] .: bug/bug
Loic Dachary
loic at kemper.freedesktop.org
Wed Sep 21 06:54:52 PDT 2011
bug/bug/bug.css | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 8eea2fe0d99f4f7678a286210e06652717e28587
Author: Loic Dachary <loic at dachary.org>
Date: Wed Sep 21 15:54:46 2011 +0200
add cursor: pointer where appropriate
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index a133f93..9b15aa9 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -256,6 +256,7 @@ body {
}
.signin div:hover.go {
+ cursor: pointer;
background: url('images/signin-hover.png') no-repeat;
}
@@ -321,6 +322,7 @@ body {
}
.state_component img:hover {
+ cursor: pointer;
background: url('icons/icon-hover.png') no-repeat;
}
@@ -382,6 +384,7 @@ body {
}
.state_submit div:hover.go {
+ cursor: pointer;
background: url('images/submit-hover.png') no-repeat;
}
@@ -450,6 +453,7 @@ body {
}
.state_attach .attach-submit input:hover {
+ cursor: pointer;
background: url('images/upload-hover.png') no-repeat;
}
@@ -470,6 +474,7 @@ body {
}
.state_attach .attach-file input[type='file'] {
+ cursor: pointer;
position: relative;
text-align: right;
-moz-opacity:0 ;
More information about the Libreoffice-commits
mailing list