зеркало из https://github.com/mozilla/gecko-dev.git
91 строка
2.2 KiB
CSS
91 строка
2.2 KiB
CSS
%if 0
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
%endif
|
|
notification[value="translation"] .messageImage {
|
|
list-style-image: url(chrome://browser/skin/translation-16.png) !important;
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
}
|
|
|
|
@media (min-resolution: 1.25dppx) {
|
|
notification[value="translation"] .messageImage {
|
|
list-style-image: url(chrome://browser/skin/translation-16@2x.png) !important;
|
|
-moz-image-region: rect(0, 64px, 32px, 32px);
|
|
}
|
|
}
|
|
|
|
notification[value="translation"][state="translating"] .messageImage {
|
|
list-style-image: url(chrome://browser/skin/translating-16.png) !important;
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
@media (min-resolution: 1.25dppx) {
|
|
notification[value="translation"][state="translating"] .messageImage {
|
|
list-style-image: url(chrome://browser/skin/translating-16@2x.png) !important;
|
|
}
|
|
}
|
|
|
|
notification[value="translation"] hbox[anonid="details"] {
|
|
overflow: hidden;
|
|
}
|
|
|
|
notification[value="translation"] button,
|
|
notification[value="translation"] menulist {
|
|
-moz-appearance: none;
|
|
border-radius: 2px;
|
|
min-width: 0;
|
|
box-shadow: 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5) inset;
|
|
}
|
|
|
|
notification[value="translation"] menulist::part(dropmarker) {
|
|
-moz-appearance: toolbarbutton-dropdown;
|
|
border: none;
|
|
background-color: transparent;
|
|
margin: auto;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.translation-menupopup arrowscrollbox {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.translation-attribution {
|
|
cursor: pointer;
|
|
-moz-box-align: end;
|
|
font-size: small;
|
|
}
|
|
|
|
.translation-attribution > label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.translation-attribution > image {
|
|
width: 70px;
|
|
}
|
|
|
|
.translation-welcome-panel {
|
|
width: 305px;
|
|
}
|
|
|
|
.translation-welcome-logo {
|
|
height: 32px;
|
|
width: 32px;
|
|
list-style-image: url(chrome://browser/skin/translation-16@2x.png);
|
|
-moz-image-region: rect(0, 64px, 32px, 32px);
|
|
}
|
|
|
|
.translation-welcome-content {
|
|
margin-inline-start: 16px;
|
|
}
|
|
|
|
.translation-welcome-headline {
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.translation-welcome-body {
|
|
padding: 1em 0;
|
|
margin: 0 0;
|
|
}
|