Merge "Fix search button rendering in Firefox"
This commit is contained in:
@@ -48,6 +48,10 @@ body, table td, select {
|
|||||||
font-family: norm-font;
|
font-family: norm-font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 1px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.gerritBody {
|
.gerritBody {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@@ -311,8 +315,8 @@ a:hover {
|
|||||||
border-color: rgba(0, 0, 0, 0.15);
|
border-color: rgba(0, 0, 0, 0.15);
|
||||||
height: 14px;
|
height: 14px;
|
||||||
background-color: #53A93F;
|
background-color: #53A93F;
|
||||||
-webkit-border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
.suggestBoxPopup {
|
.suggestBoxPopup {
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
|||||||
Reference in New Issue
Block a user