Cursor pointer for input.submit
This commit is contained in:
parent
c396b4d9ef
commit
8ebc19727a
@ -61,6 +61,7 @@ border-radius:4px;
|
|||||||
|
|
||||||
input.submit {
|
input.submit {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
@ -453,7 +454,6 @@ top:25px;
|
|||||||
right:30px;
|
right:30px;
|
||||||
margin-left:4px;
|
margin-left:4px;
|
||||||
padding:0;
|
padding:0;
|
||||||
cursor:pointer;
|
|
||||||
width:16px;
|
width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
border:0;
|
border:0;
|
||||||
@ -586,7 +586,6 @@ display:none;
|
|||||||
.entity_actions input.submit {
|
.entity_actions input.submit {
|
||||||
display:block;
|
display:block;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
cursor:pointer;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
.entity_actions a,
|
.entity_actions a,
|
||||||
@ -918,7 +917,6 @@ padding-left:16px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
cursor:pointer;
|
|
||||||
width:16px;
|
width:16px;
|
||||||
padding:2px 0;
|
padding:2px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user