summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/summary.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/summary.less')
-rwxr-xr-xtheme/stylesheets/website/summary.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/stylesheets/website/summary.less b/theme/stylesheets/website/summary.less
index baf3141..b2a327c 100755
--- a/theme/stylesheets/website/summary.less
+++ b/theme/stylesheets/website/summary.less
@@ -27,11 +27,14 @@
.transition(top 0.5s ease);
- input, input:focus {
+ input, input:focus, input:hover {
width: 100%;
background: @sidebar-search-input-background;
border: 1px solid @sidebar-search-input-border-color;
.box-shadow(none);
+ outline: none;
+ line-height: 22px;
+ padding: 7px 4px;
}
}