From 5b65a7c080532442c4475a688e906669b62fac14 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Mon, 20 Mar 2017 13:16:59 +0100 Subject: [PATCH] SPR-904: forms - cursor for "search button" in table search --- css/plugins/struct.less | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/css/plugins/struct.less b/css/plugins/struct.less index ccff3f3..31dc00e 100755 --- a/css/plugins/struct.less +++ b/css/plugins/struct.less @@ -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; }