gecko/toolkit/themes/pinstripe/global/findBar.css

221 lines
4.8 KiB
CSS

%include shared.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
findbar {
background: @scopeBarBackground@;
border-top: @scopeBarSeparatorBorder@;
min-width: 1px;
padding: 4px 2px;
}
findbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
}
label.findbar-find-fast {
margin: 1px 3px 0 !important;
color: @scopeBarTitleColor@;
font-weight: bold;
text-shadow: @loweredShadow@;
}
label.findbar-find-fast:-moz-lwtheme,
.findbar-find-status:-moz-lwtheme {
color: inherit;
text-shadow: inherit;
}
.findbar-closebutton {
padding: 0;
margin: 0 4px;
list-style-image: url("chrome://global/skin/icons/close.png");
border: none;
-moz-image-region: rect(0, 16px, 16px, 0);
}
.findbar-closebutton:hover {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
.findbar-closebutton:hover:active {
-moz-image-region: rect(0, 48px, 16px, 32px);
}
.findbar-find-next,
.findbar-find-previous,
.findbar-highlight {
margin: 0 4px;
padding: 1px 3px;
-moz-appearance: none;
border-radius: 10000px;
border: @roundButtonBorder@;
background: @roundButtonBackground@;
box-shadow: @roundButtonShadow@;
color: buttontext;
}
.findbar-container > toolbarbutton:-moz-focusring {
position: relative;
box-shadow: @focusRingShadow@, @roundButtonShadow@;
}
.findbar-container > toolbarbutton > .toolbarbutton-text {
margin: 0 6px !important;
}
.findbar-container > toolbarbutton[disabled] {
color: GrayText !important;
}
.findbar-find-next:not([disabled]):hover:active,
.findbar-find-previous:not([disabled]):hover:active,
.findbar-highlight:not([disabled]):hover:active {
text-shadow: @loweredShadow@;
background: @roundButtonPressedBackground@;
box-shadow: @roundButtonPressedShadow@;
}
.findbar-container > toolbarbutton:hover:active:-moz-focusring {
text-shadow: @loweredShadow@;
background: @roundButtonPressedBackground@;
box-shadow: @focusRingShadow@, @roundButtonPressedShadow@;
}
.findbar-closebutton > .toolbarbutton-text {
display: none;
}
/* Match case checkbox */
.findbar-container > checkbox {
list-style-image: url("chrome://global/skin/icons/checkbox.png");
-moz-image-region: rect(0px 16px 16px 0px);
-moz-appearance: none;
margin: 0 2px;
-moz-margin-start: 7px;
}
.findbar-container > checkbox:hover:active {
-moz-image-region: rect(0px 32px 16px 16px);
}
.findbar-container > checkbox[checked] {
-moz-image-region: rect(0px 48px 16px 32px);
}
.findbar-container > checkbox[checked]:hover:active {
-moz-image-region: rect(0px 64px 16px 48px);
}
.findbar-container > checkbox > .checkbox-check {
display: none;
}
.findbar-container > checkbox > .checkbox-label-box > .checkbox-label {
margin: 0 !important;
padding: 2px 0 0;
}
.findbar-container > checkbox > .checkbox-label-box > .checkbox-icon {
-moz-padding-start: 1px;
padding-bottom: 1px;
}
.findbar-container > checkbox:-moz-focusring > .checkbox-label-box > .checkbox-icon {
border-radius: 4px;
box-shadow: @focusRingShadow@;
}
/* Search field */
.findbar-textbox {
-moz-appearance: none;
border-radius: 10000px;
border: none;
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .7) inset,
0 0 0 1px rgba(0, 0, 0, .17) inset;
background: url("chrome://global/skin/icons/search-textbox.png") -moz-Field no-repeat 5px center;
margin: 0 4px -1px;
padding: 3px 8px 2px;
-moz-padding-start: 19px;
}
.findbar-textbox:not([focused="true"]):-moz-lwtheme {
opacity: 0.9;
}
.findbar-textbox[focused="true"] {
box-shadow: @focusRingShadow@,
0 1px 1.5px rgba(0, 0, 0, .8) inset;
}
.findbar-textbox[flash="true"] {
background-color: #F7E379;
}
.findbar-textbox[status="notfound"] {
background-color: #FD919B;
color: #FFF;
}
/* find-next button */
.findbar-find-next {
-moz-border-end: none;
-moz-margin-end: 0 !important;
}
.findbar-find-next:-moz-locale-dir(ltr),
.findbar-find-previous:-moz-locale-dir(rtl) {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/* find-previous button */
.findbar-find-previous {
-moz-margin-start: 0 !important;
}
.findbar-find-previous:-moz-locale-dir(ltr),
.findbar-find-next:-moz-locale-dir(rtl) {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/* highlight button */
.findbar-highlight {
-moz-margin-start: 8px;
}
.findbar-highlight > .toolbarbutton-icon {
width: 13px;
height: 8px;
margin: 0 4px;
-moz-margin-end: 0;
border: 1px solid #818181;
border-radius: 4px;
background-color: #F4F4F3;
}
.findbar-highlight[checked="true"] > .toolbarbutton-icon {
background-color: #FFFF00;
border-color: #818100;
}
.find-status-icon {
display: none;
}
.findbar-find-status {
color: #436599;
font-weight: bold;
text-shadow: 0 1px rgba(255, 255, 255, .4);
margin: 1px 1px 0 !important;
-moz-margin-start: 12px !important;
}