#urlbar-display-box {
}
-#urlbar-display {
+.urlbar-display {
-moz-border-end: 1px solid #9C9CFF;
-moz-margin-end: 3px;
margin-top: 0;
}
.ac-result-type-keyword,
-.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
- list-style-image: url("chrome://global/skin/icons/Search-glass.png");
- -moz-image-region: rect(0px 32px 16px 16px);
+.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage),
+richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-site-icon {
+ list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon");
width: 16px;
height: 16px;
}
+ .ac-result-type-keyword[selected="true"],
+ .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected),
+ richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon {
+ list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted");
+ }
+
.ac-result-type-tag,
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png");
}
-.popup-notification-icon[popupid="plugins-not-found"] {
- list-style-image: url("chrome://browser/skin/pluginInstall-64.png");
-}
-
.popup-notification-icon[popupid="web-notifications"] {
list-style-image: url("chrome://browser/skin/notification-64.png");
}
/* -moz-image-region: rect(0, 32px, 16px, 16px);*/
}
-#plugin-install-notification-icon {
- list-style-image: url("chrome://browser/skin/pluginInstall-16.png");
-}
-
#notification-popup-box[hidden] {
/* Override display:none to make the pluginBlockedNotification animation work
when showing the notification repeatedly. */
width: 17em;
}
+.popup-notification-item-message[popupid="bad-content"][mixedblockdisabled]:not(.popup-notification-item-message-critical),
+.popup-notification-item-message[popupid="bad-content"][trackingblockdisabled]:not(.popup-notification-item-message-critical) {
+ color: #8050B0;
+}
+
.popup-notification-item-message-critical[popupid="bad-content"] {
color: #FF0000;
font-style: italic;
color: #FF9F00;
}
+.view-project-detail {
+ overflow: auto;
+}
+
.plugin-hidden {
display: none;
}
align-items: center;
}
-.entry .file-icon {
- display: inline-block;
- background: url("file-icons-sheet@2x.png");
- background-size: 140px 15px;
- background-repeat: no-repeat;
- width: 20px;
- height: 15px;
- background-position: -40px 0;
- flex-shrink: 0;
-}
-
-.entry .file-icon.icon-none {
- display: none;
-}
-
-.entry .icon-css {
- background-position: 0 0;
-}
-
-.entry .icon-js {
- background-position: -20px 0;
-}
-
-.entry .icon-html {
- background-position: -40px 0;
-}
-
-.entry .icon-file {
- background-position: -60px 0;
-}
-
-.entry .icon-folder {
- background-position: -80px 0;
-}
-
-.entry .icon-img {
- background-position: -100px 0;
-}
-
-.entry .icon-manifest {
- background-position: -120px 0;
-}
-
.entry {
border: none;
box-shadow: none;