2017-12-09 06:02:47 +00:00
|
|
|
@-moz-document url(about:addons), url-prefix(about:debugging) {
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.detail-view-container {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.detail-row, .detail-row-complex, setting {
|
|
|
|
line-height: 20px;
|
|
|
|
text-shadow: none !important;;
|
2018-01-31 18:05:53 +00:00
|
|
|
}
|
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.detail-view-container {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
color: #ccc !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
page#addons-page, page.greasemonkey #greasemonkey-sort-bar, #list-view[type="userstyle"] #addon-list-empty[hidden] ~ #userstyle-sorting, #addons-page .global-info-container, .alert, #nav-header, #categories, #header-utils-btn {
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
color: #ccc important;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem.category:not([selected]), #detail-contrib-description, page.greasemonkey #greasemonkey-sort-bar .text-link {
|
|
|
|
color: #d2d2d2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-container {
|
|
|
|
color: #d2d2d2 !important;
|
|
|
|
font-weight: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon[selected], .category[selected], .category.selected {
|
|
|
|
background: #565656 !important;
|
|
|
|
-moz-border-start: 4px solid var(--primary-accent-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.category {
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
border: none !important;
|
|
|
|
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
|
|
|
|
#header-utils-btn:hover {
|
|
|
|
color: white !important;
|
|
|
|
background: #222 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon {
|
|
|
|
color: gray !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.addon[active="false"] {
|
|
|
|
opacity: 0.4 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem.category[selected], #main #promos.js, #featured-addons, #addons, .category.selected {
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
color: var(--primary-accent-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem.category:hover:not([selected]) {
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#view-port-container #detail-view, #view-port-container #list-view {
|
|
|
|
filter: unset !important;
|
|
|
|
background-color: black !important;
|
|
|
|
color: #d2d2d2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon, #view-port-container #detail-view image, #view-port-container #list-view image, deck.view-pane, #detail-contributions {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
/* Remove dotted border around addons section when selected */
|
|
|
|
.list > scrollbox > .scrollbox-innerbox {
|
|
|
|
border: 1px dotted transparent !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
/* Cog wheel */
|
|
|
|
#header-utils-btn {
|
|
|
|
fill: var(--primary-light-color) !important;;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
#header-utils-btn:hover {
|
2018-01-31 18:05:53 +00:00
|
|
|
background: var(--dark-accent) !important;
|
2017-12-09 01:08:22 +00:00
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
description {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
*|button, menulist {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
background: linear-gradient(var(--dark-accent), var(--dark-accent)) !important;
|
|
|
|
border: 1px #444 solid !important;
|
|
|
|
color: #999 !important;
|
|
|
|
box-shadow: unset !important;
|
|
|
|
text-decoration: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
*|button:hover {
|
2017-12-09 06:02:47 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
background: var(--grey-80) !important;
|
2017-12-09 01:08:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#category-discover {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.addon-view[notification="warning"] {
|
|
|
|
--view-highlight-color: transparent !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.text-link {
|
|
|
|
color: var(--primary-accent-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
textbox[type="search"] {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
background: var(--grey-60) !important;
|
|
|
|
border: 1px solid var(--grey-50) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
textbox[focused] {
|
|
|
|
border-color: var(--primary-accent-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
/* about:debugging#addons */
|
|
|
|
.addon-target-container {
|
|
|
|
background: var(--grey-80) !important;;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
/* icon */
|
|
|
|
.addon-target-container .target-icon[src="chrome://mozapps/skin/extensions/extensionGeneric.svg"] {
|
|
|
|
filter: invert(65%) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.addon-target-name {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
.addon-target-actions {
|
|
|
|
border-top: 1px solid var(--primary-light-color) !important;
|
2017-12-09 06:02:47 +00:00
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 06:02:47 +00:00
|
|
|
input[type="checkbox"] {
|
|
|
|
background: var(--grey-50) !important;
|
|
|
|
border: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 06:02:47 +00:00
|
|
|
.service-worker-multi-process {
|
|
|
|
background-color: var(--grey-60) !important;
|
2018-02-12 23:21:04 +00:00
|
|
|
}
|
|
|
|
xul|*.radio-check {
|
|
|
|
border: 1px solid var(--grey-50) !important;
|
|
|
|
background-color: var(--grey-50) !important;
|
|
|
|
background-image: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
xul|*.radio-check[selected] {
|
|
|
|
fill: var(--primary-accent-color) !important;
|
|
|
|
}
|
2018-01-31 18:05:53 +00:00
|
|
|
|
2017-12-09 01:08:22 +00:00
|
|
|
}
|