summaryrefslogtreecommitdiff
path: root/theme/base/css
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 11:20:47 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 11:20:47 +0000
commit8ebc19727a05102bd7d593eb56f39857fa384ae4 (patch)
tree65148bcb981eabdcda780d026b40e640991751e0 /theme/base/css
parentc396b4d9ef28f8086e1ab690d0a4132d449af153 (diff)
Cursor pointer for input.submit
Diffstat (limited to 'theme/base/css')
-rw-r--r--theme/base/css/display.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 7d31c772d..ba86fef91 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -61,6 +61,7 @@ border-radius:4px;
input.submit {
font-weight:bold;
+cursor:pointer;
}
textarea {
overflow:auto;
@@ -453,7 +454,6 @@ top:25px;
right:30px;
margin-left:4px;
padding:0;
-cursor:pointer;
width:16px;
height:16px;
border:0;
@@ -586,7 +586,6 @@ display:none;
.entity_actions input.submit {
display:block;
text-align:left;
-cursor:pointer;
width:100%;
}
.entity_actions a,
@@ -918,7 +917,6 @@ padding-left:16px;
}
.notice-options form input.submit {
-cursor:pointer;
width:16px;
padding:2px 0;
}