Fix Search Window Border in the Redmine header
This commit is contained in:
parent
5d871cb40d
commit
dab6d64c0a
|
@ -58,11 +58,12 @@ ul.external_link {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Comment to fix search window border in the Redmine header
|
||||||
input {
|
input {
|
||||||
border-color: #aaaaff;
|
border-color: #aaaaff;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -70,11 +70,12 @@ div.main_block_content {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Comment to fix search window border in the Redmine header
|
||||||
input {
|
input {
|
||||||
border-color: #aaaaff;
|
border-color: #aaaaff;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.main_table {
|
.main_table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|
Loading…
Reference in New Issue