summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-26 20:32:11 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-26 20:32:11 +0200
commitb11bcb8a74956fc6f690e9c12ea4c2327605e993 (patch)
tree7b1b3ccaf551a936d72c445e8051b04d1e01c51d /app/assets
parentf815094e6ddfb6760d1af37b3b2bc19f6e37baf0 (diff)
downloadgitlab-ce-b11bcb8a74956fc6f690e9c12ea4c2327605e993.tar.gz
Use default control for search field in header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/generic/header.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/generic/header.scss b/app/assets/stylesheets/generic/header.scss
index 362b217a444..c4bafad6906 100644
--- a/app/assets/stylesheets/generic/header.scss
+++ b/app/assets/stylesheets/generic/header.scss
@@ -184,29 +184,17 @@ header {
padding: 4px 6px;
padding-left: 25px;
font-size: 13px;
- @include border-radius(3px);
- border: 1px solid #DDD;
- box-shadow: none;
- @include transition(all 0.15s ease-in 0s);
- background-color: #f9f9f9;
}
}
}
.search .search-input {
width: 300px;
- &:focus {
- width: 330px;
- background-color: #FFF;
- }
}
@media (max-width: 1200px) {
.search .search-input {
width: 200px;
- &:focus {
- width: 230px;
- }
}
}