SPR-904: forms - cursor for "search button" in table search
This commit is contained in:
parent
4162126bdc
commit
5b65a7c080
1 changed files with 12 additions and 3 deletions
|
@ -10,9 +10,16 @@
|
|||
padding-bottom: @link-height;
|
||||
margin-bottom: @grid;
|
||||
|
||||
table th input:focus {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
// search button in table (f.i. "All products")
|
||||
table th input {
|
||||
&:not(:focus) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
|
@ -31,6 +38,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#plugin__struct_output{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -41,6 +49,7 @@
|
|||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
textarea + .struct_entry_form {
|
||||
margin-top: -.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue