Fix Search Window Border in the Redmine header

This commit is contained in:
Kolan Sh 2014-08-18 19:25:20 +04:00
parent 5d871cb40d
commit dab6d64c0a
2 changed files with 4 additions and 2 deletions

View File

@ -58,11 +58,12 @@ ul.external_link {
}
/* Comment to fix search window border in the Redmine header
input {
border-color: #aaaaff;
border-style: solid;
border-width: 1px;
}
}*/

View File

@ -70,11 +70,12 @@ div.main_block_content {
border-width: 1px;
}
/* Comment to fix search window border in the Redmine header
input {
border-color: #aaaaff;
border-style: solid;
border-width: 1px;
}
}*/
.main_table {
border-collapse: collapse;