2017-12-22 21:11:29 +00:00
|
|
|
/* Top Border */
|
|
|
|
.browserContainer > findbar {
|
2018-02-15 01:46:15 +00:00
|
|
|
border-top: 1px solid var(--dark-accent) !important;
|
2017-12-22 21:11:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Alter buttons */
|
|
|
|
.findbar-find-previous, .findbar-find-next {
|
|
|
|
border: none !important;
|
|
|
|
background: none !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
fill: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
/* Fix spacing */
|
|
|
|
.findbar-find-previous {
|
|
|
|
margin-left: 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Buttons on hover */
|
|
|
|
.findbar-find-previous:hover,
|
|
|
|
.findbar-find-next:hover {
|
|
|
|
background: var(--toolbarbutton-hover-background) !important;
|
|
|
|
}
|