remove findbar-container explicit height and close-button explicit width
This commit is contained in:
parent
8d17fb1d64
commit
bf81ba74fb
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ findbar > .findbar-container{
|
||||||
-moz-box-direction: reverse;
|
-moz-box-direction: reverse;
|
||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
height: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-find-status{
|
.findbar-find-status{
|
||||||
|
@ -46,6 +47,7 @@ findbar > .findbar-container{
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 5px !important;
|
padding: 5px !important;
|
||||||
|
width: initial !important;
|
||||||
}
|
}
|
||||||
.findbar-closebutton > image{ padding: 3px }
|
.findbar-closebutton > image{ padding: 3px }
|
||||||
.findbar-closebutton:hover > image{
|
.findbar-closebutton:hover > image{
|
||||||
|
|
Loading…
Reference in a new issue