Merge pull request #3215 from nextcloud/fix-search-border

Fix #3205
This commit is contained in:
John Molakvoæ 2017-01-25 08:04:41 +01:00 committed by GitHub
commit 5d985deb4d
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ body {
color: #fff;
width: 155px;
cursor: text;
background-color: #0082c9;
border: 1px solid rgba(255, 255, 255, 0.5);
background-color: #0082c9 !important;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
}