Commit f127ad39 authored by Ujvari Gergely's avatar Ujvari Gergely

VS CSS: Thinner border, center pos

parent 1f908ddb
......@@ -1138,7 +1138,7 @@ h3.stream {
//Imported their css here
.collapsed-container {
height: 1em;
height: 0.9em;
visibility: hidden;
}
......@@ -1155,7 +1155,10 @@ h3.stream {
.visual_search {
.VS-search .VS-search-box {
height:1em;
border: 1px solid rgb(204, 204, 204);
//border: 1px solid rgb(204, 204, 204);
border: 0;
min-height: 24px;
margin-top: 2px;
}
.VS-search input,.VS-search .VS-input-width-tester {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment