projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b35a6
)
Shout: add hover pointer for digit pad
author
Ben Klang
<ben@alkaloid.net>
Tue, 23 Mar 2010 18:11:38 +0000
(14:11 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 23 Mar 2010 18:14:49 +0000
(14:14 -0400)
shout/themes/screen.css
patch
|
blob
|
history
diff --git
a/shout/themes/screen.css
b/shout/themes/screen.css
index
926e318
..
ee12e3e
100644
(file)
--- a/
shout/themes/screen.css
+++ b/
shout/themes/screen.css
@@
-109,6
+109,10
@@
ul {
-webkit-border-radius: 10px;
}
+.digit:hover {
+ cursor: pointer;
+}
+
#defaultAction {
width: 284px;
height: 38px;
@@
-175,4
+179,4
@@
ul {
.buttonDetail
{
text-align: center;
-}
\ No newline at end of file
+}