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

38 lines
670 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-08-14 00:17:37 +03:00
position: relative;
2019-06-07 05:12:10 +03:00
}
findbar label, findbar description {
color: var(--gnome-toolbar-color) !important;
}
2019-06-07 01:55:27 +03:00
.findbar-container {
2020-02-15 22:23:18 +02:00
align-items: center;
padding: 6px !important;
2019-06-07 03:21:15 +03:00
display: flex;
justify-content: flex-start;
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"] {
2019-06-23 16:14:59 +03:00
display: flex !important;
}
.findbar-entire-word {
margin-right: auto !important;
2019-07-25 00:54:08 +03:00
}
2019-06-07 03:21:15 +03:00
.findbar-find-status, .found-matches {
margin-right: 6px !important;
2019-06-07 05:12:10 +03:00
}
2019-06-07 01:55:27 +03:00
2019-06-07 05:12:10 +03:00
.findbar-closebutton {
margin: 6px 6px 6px 0 !important;
}