firefox-gnome-theme/theme/parts/findbar.css

36 lines
632 B
CSS
Raw Normal View History

2019-06-07 01:55:27 +03:00
/* Find bar */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
2019-06-07 05:12:10 +03:00
findbar {
2019-07-06 00:38:53 +03:00
position: relative;
2019-06-07 05:12:10 +03:00
}
2019-06-07 01:55:27 +03:00
.findbar-container {
2019-06-07 03:27:39 +03:00
padding: 8px !important;
2019-06-07 03:21:15 +03:00
display: flex;
2019-06-07 03:35:44 +03:00
justify-content: center;
2019-06-07 03:21:15 +03:00
position: relative;
2019-06-07 05:12:10 +03:00
flex-direction: row;
2019-07-06 00:38:53 +03:00
width: calc(100% - 42px);
2019-06-07 05:12:10 +03:00
}
hbox[anonid="findbar-textbox-wrapper"] {
position: absolute;
right: calc(50vw - 36px);
transform: translate(50%, 0);
2019-06-23 16:14:59 +03:00
display: flex !important;
2019-06-07 03:21:15 +03:00
}
.findbar-find-status, .found-matches {
2019-06-07 05:12:10 +03:00
order: -1;
2019-07-07 21:03:24 +03:00
padding: 7px 0;
2019-06-07 05:12:10 +03:00
}
.findbar-find-status {
padding-left: 8px;
flex: 1;
2019-06-07 01:55:27 +03:00
}
2019-06-07 05:12:10 +03:00
.findbar-closebutton {
2019-07-06 00:38:53 +03:00
margin: 8px 8px 8px 0 !important;
}