Simple Dark Theme for Dropbox.
Dropbox [Minimal Dark | Okt, 2022] by si13n7
Details
Authorsi13n7
LicenseCC0 - Public Domain
Categorydropbox.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dropbox [Minimal Dark | Okt, 2022]
@version 20221110.14.55
@namespace userstyles.world/user/si13n7
@description Simple Dark Theme for Dropbox.
@author si13n7
@license CC0 - Public Domain
==/UserStyle== */
@-moz-document regexp("http(s)?:\\/\\/(www\\.)?dropbox\\.com(/.*)?") {
html {
background: #000 !important
}
body {
background: #fff !important;
filter: invert(93%) hue-rotate(180deg) !important
}
div[class^='_previewContentWrapper'] {
background: #fff !important;
}
:fullscreen:not([type*='Checkbox']),
iframe:not([type*='Checkbox']),
img,
svg:not([class*='Checkbox']),
video,
div.dig-Avatar:not([class*='account-menu']):not(.dig-Avatar--large),
span.colorview-swatch,
span.dig-TextInputAccessory,
span.dig-IconButton-content,
span[class*='-icon-left-wrapper'],
div[class^='_toolbar'],
div[class^='_slide'] {
filter: invert(1) hue-rotate(180deg) !important
}
div #react-modal-root {
margin:500px 0 0 0 !important
}
}