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

56 lines
1.2 KiB
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 {
position: relative;
}
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;
}
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;
padding: 6px 0;
}
.findbar-find-status {
padding-left: 8px;
flex: 1;
2019-06-07 01:55:27 +03:00
}
.findbar-textbox {
2019-06-25 03:57:54 +03:00
background-image: var(--gnome-urlbar-background) !important;
2019-06-07 01:55:27 +03:00
border: 1px solid var(--gnome-urlbar-border-color) !important;
border-right: 0 !important;
2019-06-07 01:55:27 +03:00
border-radius: 5px 0 0 5px !important;
box-shadow: var(--gnome-urlbar-box-shadow) !important;
color: var(--gnome-urlbar-color) !important;
height: 34px !important;
2019-06-07 03:35:44 +03:00
box-sizing: border-box;
2019-06-07 03:21:15 +03:00
margin: 0px !important;
2019-06-07 01:55:27 +03:00
}
.findbar-textbox:focus {
2019-06-07 03:35:44 +03:00
border-width: 2px !important;
2019-06-07 01:55:27 +03:00
border-style: solid !important;
border-color: var(--gnome-focused-urlbar-border-color) !important;
outline: none;
outline-offset: -2px;
2019-06-07 03:35:44 +03:00
-moz-outline-radius: 3px;
2019-06-07 01:55:27 +03:00
}
2019-06-07 05:12:10 +03:00
.findbar-closebutton {
position: fixed !important;
}