ShadowFox/css/userContent-files/webextension-tweaks/greasemonkey.css

29 lines
714 B
CSS
Raw Normal View History

2018-04-21 02:00:01 +00:00
@-moz-document url-prefix("moz-extension://{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/") {
2018-04-15 22:41:05 +00:00
body,
html {
background: var(--in-content-page-background)!important
2018-04-15 20:39:38 +00:00
}
#tabs .tab.active,
.command-item {
2018-04-15 22:41:05 +00:00
background: var(--tone-8)!important;
color: var(--in-content-page-color)!important
2018-04-15 20:39:38 +00:00
}
.subview-back::before {
content: url(/skin/back.svg);
2018-04-15 22:41:05 +00:00
filter: invert(65%)
2018-04-15 20:39:38 +00:00
}
.subview-back:focus,
2018-04-15 22:41:05 +00:00
.subview-back:hover,
.subview-item:focus,
.subview-item:hover {
background-color: var(--in-content-category-background-hover)!important;
2018-04-15 20:39:38 +00:00
cursor: default;
color: inherit;
2018-04-15 22:41:05 +00:00
text-decoration: none
2018-04-15 20:39:38 +00:00
}
2018-04-15 22:41:05 +00:00
.subview-item .icon,
.subview-item .text {
background: 0 0!important
2018-04-15 20:39:38 +00:00
}
2018-04-22 22:30:19 +00:00
}